Open
Bug 1327870
Opened 9 years ago
Updated 5 years ago
Mousemove events don't fire if I press left mouse button on the page and move mouse above panel
Categories
(Core :: DOM: Events, defect, P5)
Core
DOM: Events
Tracking
()
NEW
People
(Reporter: arni2033, Unassigned)
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
0. Launch a clear profile
1. Open https://en.wikipedia.org/wiki/Main_Page [Tour tooltip about reader mode appears (Tooltip_1)]
2. Open console, execute "onmousemove=function(e){console.log(e)}"
3. Hover mouse over normal text on the page, hold left mouse button, hover mouse over Tooltip_1
4. Move mouse within Tooltip_1
AR: Step 3 - events are logged in console. Step 4 - events are not logged.
ER: Step 4 - events should be logged in console.
STR_2: (reference of good behavior)
1. Open https://en.wikipedia.org/wiki/Main_Page
2. Open console, execute "onmousemove=function(e){console.log(e)}"
3. Hover mouse over text/image on the page, hold left mouse button, move mouse outside of the window
4. Move mouse a bit outside of FF window
AR: Steps 3,4 - events are logged in console, just as expected.
Comment 1•9 years ago
|
||
I don't understand step 1:
1. Open https://en.wikipedia.org/wiki/Main_Page [Tour tooltip about reader mode appears (Tooltip_1)]
What does "Tour tooltip about reader mode appears (Tooltip_1)"
Comment 2•9 years ago
|
||
(In reply to Marcos Caceres [:marcosc] from comment #1)
> I don't understand step 1:
> 1. Open https://en.wikipedia.org/wiki/Main_Page [Tour tooltip about reader
> mode appears (Tooltip_1)]
>
> What does "Tour tooltip about reader mode appears (Tooltip_1)"
I could reproduce this. Launching a clear profile is a key step; in this way, Reader mode tooltip will appear at the 1st launch.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Comment 3•5 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: normal → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•