Open
Bug 734827
Opened 14 years ago
Updated 3 years ago
The product image carousel at sears.com does not work in Gecko (div onclick())
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: AdrianT, Unassigned)
References
()
Details
Attachments
(1 file)
|
104.41 KB,
image/png
|
Details |
Fennec/13.0a1 2012-03-10
Device: HTC Desire (Android 2.2.2)
Steps to reproduce:
1. Open Nightly.
2. Go to sears.com
3. Browse products and open a product's details.
4. Scroll the product images using the "prev"/"next" navigation arrows. Try the same for the related products.
Expected results:
The user can scroll trough the pictures or related items.
Actual results:
The image carousels can't be scrolled on Fennec.
Notes:
The issue is not reproducible on the Android Browser.
Looking through the page sourcecode I observed that the iScroll js function is using Webkit specific elements.
Comment 1•14 years ago
|
||
They're using fake links in <div's> to click through using onClick. I don't know if Gecko supports this.
<div id="next1" onclick="myScroll.scrollToPage('next', 0);return false">next →</div>
<div id="prev1" onclick="myScroll.scrollToPage('prev', 0);return false">← prev</div>
Status: UNCONFIRMED → NEW
Component: General → DOM
Ever confirmed: true
Product: Fennec Native → Core
QA Contact: general → general
Version: Firefox 13 → 13 Branch
Updated•14 years ago
|
Summary: The product image carousel at sears.com does not work in Gecko → The product image carousel at sears.com does not work in Gecko (div onclick())
Updated•14 years ago
|
Updated•14 years ago
|
OS: Android → All
Hardware: ARM → All
Comment 2•14 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #1)
> They're using fake links in <div's> to click through using onClick. I don't
> know if Gecko supports this.
>
> <div id="next1" onclick="myScroll.scrollToPage('next', 0);return false">next
> →</div>
> <div id="prev1" onclick="myScroll.scrollToPage('prev', 0);return false">←
> prev</div>
Nothing fake there. Just click event handlers.
What does myScroll.scrollToPage do?
Comment 3•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•