RESOLVED INVALID 73600
scrollBy() script does not work in Android version of Chrome browsers
https://bugs.webkit.org/show_bug.cgi?id=73600
Summary scrollBy() script does not work in Android version of Chrome browsers
Keith Shaw
Reported 2011-12-01 16:01:03 PST
I have submitted this before. The issue HAS BEEN FIXED in the mobile Safari version of webkit, but NOT in the Android mobile browser. Reproduce the error: 1) Got to http://www.ipulpfiction.com/books/000DEMOS/reader/DEMO-GiftOfTheMagi.html 2) Click to touch the right margin twice to close the cover and the advertisement. These simply hide layers. 3) On the copyright page, click or touch the right margin to turn the first page of the story. Paging Code scrolls the content of an iFrame: document.getElementById('storyFRAME').contentWindow.scrollBy(460,0); This works in the desktop versions of Safari and Chrome and in mobile Safari as of iOS 2.1. It does not work in the native Android browser. Please help get this to the Android people.
Attachments
Julien Chaffraix
Comment 1 2011-12-01 18:05:46 PST
Hi Keith, Android has its own fork of WebKit (that does not live in the main WebKit repository) so there is nothing we can do here to help you. Android bug reports are to be filed here: http://source.android.com/source/report-bugs.html Thanks!
Keith Shaw
Comment 2 2011-12-01 18:40:28 PST
(In reply to comment #1) > Hi Keith, > > Android has its own fork of WebKit (that does not live in the main WebKit repository) so there is nothing we can do here to help you. Android bug reports are to be filed here: > > http://source.android.com/source/report-bugs.html > > Thanks! Hola Julien, Thanks for the link to the Android people. Keith
Note You need to log in before you can comment on or make changes to this bug.