Open
Bug 1351028
Opened 9 years ago
Updated 1 year ago
Eyedropper doesn't move if page stops 'mousemove' event (e.stopImmediatePropagation())
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(firefox52 wontfix, firefox-esr52 fix-optional, firefox53 wontfix, firefox54 wontfix, firefox56 wontfix, firefox57 fix-optional)
NEW
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | wontfix |
| firefox-esr52 | --- | fix-optional |
| firefox53 | --- | wontfix |
| firefox54 | --- | wontfix |
| firefox56 | --- | wontfix |
| firefox57 | --- | fix-optional |
People
(Reporter: 684sigma, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
515 bytes,
text/html
|
Details |
I have a problem with Firefox Beta 52. It also happens in Beta 53, Nightly 55. Doesn't happen in ESR 45.
I noticed that on some pages eyedropper doesn't allow me to grab a color from page in some areas. I immediately created an example of such area. I'm not sure if this example is exactly what happens on those sites, but I'll check them once this bug is fixed. Here's how to reproduce it:
1. Open console, execute "onmousemove=e=>e.stopImmediatePropagation()"
2. Enable eyedropper in inspector, move mouse over the page
Result: Eyedropper doesn't move
Expected: Eyedropper should follow mouse pointer
Has STR: --- → yes
Keywords: regression
Status: UNCONFIRMED → NEW
Component: Untriaged → Developer Tools: Inspector
Ever confirmed: true
Updated•9 years ago
|
status-firefox52:
--- → affected
status-firefox53:
--- → affected
status-firefox54:
--- → affected
status-firefox55:
--- → affected
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Would it be possible to upload a minimal test case (i.e., a small webpage) displaying the bug? You can break a lot of things by typing stuff in the console. :)
Thanks!
Flags: needinfo?(684sigma)
Comment 3•9 years ago
|
||
Thanks for the TC! Modified it a bit to add some elements with colors so it's easier to see the problem.
Attachment #8852627 -
Attachment is obsolete: true
Comment 4•9 years ago
|
||
Maybe bug 1177346 would help? The problem seems to be that if any page suppresses events with stopImmediatePropagation then any highlighter using the event would be broken.
Priority: -- → P2
See Also: → 1177346
Comment 5•8 years ago
|
||
Too late for 54 as 54 was released.
Updated•8 years ago
|
status-firefox56:
--- → wontfix
status-firefox57:
--- → fix-optional
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
status-firefox55:
wontfix → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•