Closed
Bug 936754
Opened 12 years ago
Closed 12 years ago
Fire dblclick event for double-taps in Metro
Categories
(Core Graveyard :: Widget: WinRT, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla28
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
|
4.83 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
This fixes the "clickCount" when a touchscreen tap is a double-tap.
Attachment #829686 -
Flags: review?(jmathies)
Updated•12 years ago
|
Attachment #829686 -
Flags: review?(jmathies) → review+
| Assignee | ||
Comment 1•12 years ago
|
||
Note: This makes double-tap cause a text selection, which we don't want. There doesn't seem to be a clean way to prevent this in JavaScript; forum searches suggest the best solution is to write a dblclick handler that immediately clears the selection. Or perhaps we can fix this in Gecko somewhere.
Comment 2•12 years ago
|
||
(In reply to Matt Brubeck (:mbrubeck) from comment #1)
> Note: This makes double-tap cause a text selection, which we don't want.
> There doesn't seem to be a clean way to prevent this in JavaScript; forum
> searches suggest the best solution is to write a dblclick handler that
> immediately clears the selection. Or perhaps we can fix this in Gecko
> somewhere.
I started working on a platform fix for something like this in bug 851521. Maybe we can resurrect that work.
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Comment 5•12 years ago
|
||
I wasn't able to reproduce this issue with the Nightly from 2013-10-15 on a Dell XPS 12 ultrabook with Windows 8 64-bit.
Does anyone have any thoughts/suggestions?
Flags: needinfo?(mbrubeck)
Comment 6•12 years ago
|
||
If anyone can reproduce this issues, please verify that it's fixed on Firefox 28.
Keywords: verifyme
| Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(mbrubeck)
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•