[iOS][WK2] Add a heuristic to set the rigth horizontal offset on rotation for broken responsive websites
Created attachment 231484 [details] Patch
<rdar://problem/16710097>
Comment on attachment 231484 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231484&action=review > Source/WebKit2/ChangeLog:9 > + When responsive websites are broken, we should not keep the relative horizontal position into view, It's not clear what "When responsive websites are broken" means. Broken by us, or broken by design? "keep the position into view" doesn't make sense.
Comment on attachment 231484 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231484&action=review > Source/WebKit2/ChangeLog:3 > + [iOS][WK2] Add a heuristic to set the rigth horizontal offset on rotation for broken responsive websites "rigth"
Comment on attachment 231484 [details] Patch Let's remove the "broken responsive" terminology.
Committed r168982: <http://trac.webkit.org/changeset/168982>