Closed
Bug 616308
Opened 14 years ago
Closed 14 years ago
Display :active styles on clicked links/elements in Fennec
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(fennec-)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Keywords: mobile, platform-parity, polish)
Attachments
(1 file)
1.04 KB,
patch
|
Details | Diff | Splinter Review |
When you click a link in Fennec, we send mousedown and then mouseup at the same time, which means that :active styles never get a chance to display.
This patch makes the styles display, but at the cost of adding an extra delay to clicks (which I don't think we want). This might be solved better by sending mousedown sometime before the double-click delay has expired, but see bug 609528 for some discussion of that approach.
Updated•14 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 1•14 years ago
|
||
Fixed by bug 623765
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
VERIFIED FIXED on:
Build ID: Mozilla /5.0 (Android;Linux armv7l;rv:7.0a1) Gecko/20110529 Firefox/7.0a1 Fennec/7.0a1
Build ID: Mozilla /5.0 (Android;Linux armv7l;rv:6.0a2) Gecko/20110529 Firefox/6.0a2 Fennec/6.0a2
Build ID: Mozilla/5.0 (Maemo; Linux armv7l; rv:7.0a1) Gecko/20110529
Firefox/7.0a1 Fennec/7.0a1
Device: HTC Desire Z (Android 2.2), Nokia N900 (Maemo GTK)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•