Bug 73600 - scrollBy() script does not work in Android version of Chrome browsers
Summary: scrollBy() script does not work in Android version of Chrome browsers
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Android
: P2 Normal
Assignee: Nobody
URL: http://www.ipulpfiction.com/books/000...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 16:01 PST by Keith Shaw
Modified: 2011-12-01 18:40 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Shaw 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.
Comment 1 Julien Chaffraix 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!
Comment 2 Keith Shaw 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