Open
Bug 1327256
Opened 8 years ago
Updated 4 years ago
Text selection stays blue in inactive/blurred pages if [contenteditable] attribute was set
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox50 | --- | wontfix |
firefox51 | --- | wontfix |
firefox52 | --- | fix-optional |
firefox53 | --- | fix-optional |
firefox54 | --- | wontfix |
firefox55 | --- | wontfix |
firefox56 | --- | wontfix |
firefox57 | --- | wontfix |
People
(Reporter: arni2033, Unassigned)
Details
(Keywords: testcase)
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open url [1]
2. Select text "regression" on the page with mouse
3. Select text "text/html" in urlbar with mouse
AR: Selected text on the page is blue
ER: Selected text should be gray
> [1] data:text/html,<body onload="B=document.body;" onblur="B.setAttribute(`contenteditable`,``);setTimeout('B.removeAttribute(`contenteditable`);',100);">Firefox regressions from version 28
Comment 1•8 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0
I have tested this issue on Windows 10 x64 with the latest Firefox release (50.1.0) and the latest Nightly (53.0a1-20170110030221) and managed to reproduce it as specified in the description.
Performed a regression, here are the results:
Narrowed nightly regression window from [2014-06-11, 2014-06-13] (2 days) to [2014-06-11, 2014-06-12] (1 days) (~0 steps left)
Got as far as we can go bisecting nightlies...
Last good revision: 18c21532848a (2014-06-11)
First bad revision: 9e8e3e903484 (2014-06-12)
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=18c21532848a&tochange=9e8e3e903484
status-firefox50:
--- → affected
status-firefox51:
--- → affected
status-firefox52:
--- → affected
status-firefox53:
--- → affected
Component: Untriaged → Selection
Keywords: regression
Version: Trunk → 33 Branch
Comment 2•8 years ago
|
||
hrm, I don't see an obvious culprit in that pushlog range. Maybe bug 1015128?
status-firefox54:
--- → affected
Flags: needinfo?(mats)
Comment 3•8 years ago
|
||
Neither do I. Bug 1015128 seems very unlikely to have caused this.
Severity: normal → minor
Flags: needinfo?(mats)
Keywords: testcase
OS: Unspecified → All
Hardware: Unspecified → All
Updated•7 years ago
|
status-firefox55:
--- → affected
Comment 4•7 years ago
|
||
Removing regression keyword since we've been shipping this for so long.
Comment 5•4 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: minor → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•