UNCONFIRMED 86324
Correct Browser Scroll Position While Resizing
https://bugs.webkit.org/show_bug.cgi?id=86324
Summary Correct Browser Scroll Position While Resizing
James Kyle
Reported 2012-05-13 14:53:47 PDT
Browsers do not keep a consistent scroll position while resizing, this can get really annoying (especially when working with lots of monotonous data). A fix to this would be by using scroll percentages instead of pixels scrolled. This doesn't work perfectly, but it does a much better job.
Attachments
Link (36 bytes, text/plain)
2012-05-13 14:55 PDT, James Kyle
no flags
James Kyle
Comment 1 2012-05-13 14:55:08 PDT
James Kyle
Comment 2 2012-05-13 14:56:33 PDT
Alexey Proskuryakov
Comment 3 2012-05-14 15:07:30 PDT
Could you please describe the bug in more detail? what should I do after opening the jsfiddle link to see it in action? Also, are you seeing this in Safari, or some other browser?
James Kyle
Comment 4 2012-05-14 18:02:47 PDT
Scroll down part of the page and resize the viewport horizontally. Notice how the text stays somewhat in the current position, then hit the Toggle Resize Fix button and do the same thing only current text position moves out of the viewport
Note You need to log in before you can comment on or make changes to this bug.