Closed
Bug 994447
Opened 11 years ago
Closed 10 years ago
b2g sends both mouse and touch events when getting touched
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: slee, Unassigned)
References
Details
When touching the url bar of browser app, it selects the full url string automatically. This is the desired behavior. But it should be done by browser app since every app may want different behavior. The select-all behavior is resulted from that b2g process sends both mouse and touch event and it triggers a mouse-drag then we see the select-all behavior.
Reporter | ||
Comment 2•10 years ago
|
||
After tracing the code in browser, it handles mouse up event and does the selection.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(slee)
Resolution: --- → INVALID
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•