Text selection is hidden by line highlighting
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox-esr115 unaffected, firefox122 unaffected, firefox123 wontfix, firefox124 fixed, firefox125 fixed)
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox122 | --- | unaffected |
firefox123 | --- | wontfix |
firefox124 | --- | fixed |
firefox125 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: ochameau)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
Steps to reproduce
- Open the debugger and open a file
- Try to select text on a single line
Expected results
I can see that the text is selected
Actual results
The line gets highlighted, and I can't see the text selection until the highlight is gone
In 122, clicking on a line doesn't cause it to be highlighted, we should probably revert to this behavior
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1834727
:ochameau, since you are the author of the regressor, bug 1834727, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 2•1 year ago
|
||
We have to avoid trigerring the select location action as it will force the highlighting
of the current line and dismiss/hide the user selected range.
Comment 3•1 year ago
|
||
Alexandre, could you put a severity obn this? Are you planning an uplift to 123? Thanks
Comment 4•1 year ago
|
||
Last beta is tomorrow, wontfix 123.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 5•1 year ago
|
||
Set release status flags based on info from the regressing bug 1834727
Comment 7•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Comment 8•1 year ago
|
||
The patch landed in nightly and beta is affected.
:ochameau, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox124
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 9•1 year ago
|
||
Comment on attachment 9378404 [details]
Bug 1878698 - [devtools] Avoid highlighting the location on cursor changes.
Beta/Release Uplift Approval Request
- User impact if declined: When selecting any line of code in the debugger, the line would be highlighted and may confuse the user.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce: Click any line via the mouse in a JS file in the debugger.
The cursor location is updated in the footer, but the line is not highlighted with a yellow background. - List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky):
- String changes made/needed:
- Is Android affected?: No
Comment 10•1 year ago
|
||
Comment on attachment 9378404 [details]
Bug 1878698 - [devtools] Avoid highlighting the location on cursor changes.
Approved for 124.0b4
Comment 11•1 year ago
|
||
uplift |
Updated•1 year ago
|
Description
•