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)

13 Branch
defect

Tracking

()

People

(Reporter: AdrianT, Unassigned)

References

()

Details

Attachments

(1 file)

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.
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
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())
OS: Android → All
Hardware: ARM → All
(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?
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
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: