Closed
Bug 1416962
Opened 3 years ago
Closed 3 years ago
Remove support to disable 'click and drag' text selection for touch enable devices
Categories
(Core :: DOM: Selection, enhancement)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
The pref "browser.ignoreNativeFrameTextSelection" was used only by B2G, so this is a dead code now. Also, this functionality is obsoleted by AccessibleCaret. https://dxr.mozilla.org/mozilla-central/rev/fc194660762d1b92e1679d860a8bf41116d0f54f/layout/generic/nsFrame.cpp#4139-4155
Comment hidden (mozreview-request) |
Comment 2•3 years ago
|
||
mozreview-review |
Comment on attachment 8928060 [details] Bug 1416962 - Remove the support for disabling "drag and select" on touchable devices. https://reviewboard.mozilla.org/r/199290/#review204370
Attachment #8928060 -
Flags: review?(mats) → review+
Comment hidden (mozreview-request) |
Pushed by tlin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c4f15510d1a4 Remove the support for disabling "drag and select" on touchable devices. r=mats
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c4f15510d1a4
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•