Closed
Bug 680970
Opened 13 years ago
Closed 13 years ago
drop-down menu in xe.com does not work properly
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: isandu, Unassigned)
References
()
Details
(Whiteboard: [website-compatibility])
Attachments
(2 files)
How to reproduce:
1. go to www.xe.com
2. go to the "Universal Currency Converter" section and tap on the drop-down menu to select a currency
Result:
Keyboard shows and drop-down menu does not
Expected result:
Drop-down menu shows and keyboard shows
Device: Motorola Xoom on nightly from 20110821
Updated•13 years ago
|
Priority: -- → P3
Comment 1•13 years ago
|
||
The amount field works for me on trunk (08/30), although the 'From' and 'To' fields are wonky in that they auto-select the default selection on tap instead of seeing an appropriate drop down selection popup.
Updated•13 years ago
|
Whiteboard: [website-compatibility]
Updated•13 years ago
|
URL: http://www.xe.com/
Comment 2•13 years ago
|
||
I wasn't really able to reverse engineer the cause of the problem (thanks to messy js libraries like jquery in this case), but I think this is basically happening because of bug 681640.
The first mousedown is getting consumed for text boxes, the first time. When the text box is focused, then the mousedown is not consumed anymore.
Hence, why in this case, on second tap on the input field, the drop down menu appears.
Comment 3•13 years ago
|
||
This is the relevant jquery code from that site that is making that drop down.
Notice the onmousedown function.
Comment 4•13 years ago
|
||
Mozilla/5.0 (Android; Linux armv7l; rv:9.0a 1)Gecko/20110909 Firefox/9.0a1 Fennec/9.0a1
Works fine for me in a Samsung Galaxy Tab 10.1
Comment 5•13 years ago
|
||
Yes, this should work now that bug 681640 is fixed.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
Verified fixed on:
Mozilla/5.0 (Android;Linux armv7l;rv:9.0a1)Gecko/20110922
Firefox/9.0a1 Fennec/9.0a1
Device: HTC Desire
OS: Android 2.2
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•