Closed
Bug 858323
Opened 12 years ago
Closed 12 years ago
Selection is black if content isn't focused when selection starts
Categories
(Firefox for Android Graveyard :: Text Selection, defect)
Tracking
(firefox22 fixed, firefox23 fixed)
RESOLVED
FIXED
Firefox 23
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
Attachments
(1 file)
857 bytes,
patch
|
wesj
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
When we were using a fake mouse event to start selection, a side effect was that it would focus the content where the selection is happening. Because that's no longer the case, we should do something to make sure the content window is focused when starting a selection.
Assignee | ||
Comment 1•12 years ago
|
||
I found the issue here is that the browser element wasn't focused. Instead of trying to focus it whenever text selection starts, I decided to focus it when we set the selected tab.
Assignee: nobody → margaret.leibovic
Attachment #738190 -
Flags: review?(wjohnston)
Comment 2•12 years ago
|
||
Comment on attachment 738190 [details] [diff] [review]
Focus tab.browser when the tab is selected
Review of attachment 738190 [details] [diff] [review]:
-----------------------------------------------------------------
Maybe add a comment explaining why we need this.
Attachment #738190 -
Flags: review?(wjohnston) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 738190 [details] [diff] [review]
Focus tab.browser when the tab is selected
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 854605
User impact if declined: text selection will be black unless the user taps on the content to focus it first
Testing completed (on m-c, etc.): landed on m-c
Risk to taking this patch (and alternatives if risky): low-risk, focuses browser when selected instead of when a user taps on the content
String or IDL/UUID changes made by this patch: n/a
Attachment #738190 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #738190 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 6•12 years ago
|
||
status-firefox22:
--- → fixed
status-firefox23:
--- → fixed
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•