Closed
Bug 520212
Opened 16 years ago
Closed 16 years ago
Scrollable embedded Area on Page Can not be scrolled
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 511432
People
(Reporter: LonelyBob, Unassigned)
References
()
Details
(Whiteboard: [fennecb4testday])
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.23) Gecko/20090925 Camino/1.6.10 (MultiLang) (like Firefox/2.0.0.23)
Build Identifier: Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.2b1pre) Gecko/20091002 Fennec/1.0b4
Can not scroll embedded scrollable area, in the case of the example page, can not scroll list of friends embedded on the page.
The area is rendered, but can not scroll down the scrollable area.
Reproduced on N810 running Maemo, 20091002 Fennec release.
Also reproduced on Intel OSX 10.4 20091002 Fennec/1.0b4.
Reproducible: Always
Steps to Reproduce:
1. Open page that contains a Scrollable embedded area (For example, http://kentbrewster.com/identica-badge/ )
2. When page has completed loading, scroll the list of friends shown on the page.
Actual Results:
Scrollable area of page is rendered, but can not scroll through the content.
Can not view the list of friends shown on embedded Javascript widget.
Expected Results:
Scrollable area, can be scrolled.
Content under the viewable area, can be scrolled through and seen.
Embedded Scrollable list can be scrolled through, Though need to be careful on placement of finger when scrolling.
Comment 1•16 years ago
|
||
verified on n810 and mac 10.5 with 20091001 (beta4 bits)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•16 years ago
|
||
The JS code that makes the badge produces a UL with overflow-x and overflow-y both set to auto. This is the same problem that affects Google Reader.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Comment 3•16 years ago
|
||
verified as duplicate and we have this testcase added to the other bug! Great find.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•