Open
Bug 1231101
Opened 9 years ago
Updated 2 years ago
[e10s] background on several sites twitches when I middle-click to start autoscroll (because of incorrect clientX/clientY reported by mouseover/mouseout event)
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P4)
Tracking
()
People
(Reporter: arni2033, Unassigned)
References
Details
User Story
Affected sites (2016.05.20): http://www.megalyrics.ru/ http://company.riamo.ru/ http://housamz.com/ (http://housamz.com/blog/)
Attachments
(2 files)
>>> My Info: Win7_64, Nightly 45, 32bit, ID 20151206030448
STR_A:
1. Open http://www.megalyrics.ru/lyric/portishead/give-me-a-reason-to-love-you.htm
2. Make sure that page is long enough to be scrollable
3. Middle-click on the right side of the background at the top of the page
Result: Background quickly twitches to the right and back
Expectations: Background should stay still, just like in normal (non-e10s) mode
STR_B:
1. Open "testcase 1"
2. Make sure that page is long enough to be scrollable
3. Open console (Ctrl+Shift+K)
4. Middle-click on the page
Result: Console reports strange numbers in clientX/clientY. I've got the following numbers:
> mouseout { target: <html>, buttons: 0, clientX: 498, clientY: 124, layerX: 498, layerY: 124 }
> mouseover { target: <body>, buttons: 0, clientX: 498, clientY: 124, layerX: 498, layerY: 124 }
> mouseout { target: <body>, buttons: 0, clientX: 14, clientY: -57, layerX: 14, layerY: -57 }
> mouseover { target: <html>, buttons: 0, clientX: 14, clientY: -57, layerX: 14, layerY: -57 }
Expectations: No strange numbers like "clientX: 14, clientY: -57". I clicked mouse ~~in the middle
of the page, so I expect to get numbers like "clientX: 498, clientY: 124"
tracking-e10s:
--- → ?
![]() |
||
Updated•9 years ago
|
Blocks: apz-desktop
Comment 2•9 years ago
|
||
Does this happen with APZ disabled as well? I see that it's marked status-firefox45:affected, but 45 doesn't have APZ enabled. It's also marked blocking apz-desktop though which is conflicting information.
Updated•9 years ago
|
OS: Unspecified → Windows
So here's the old version of that page:
> http://web.archive.org/web/20150826022538/http://www.megalyrics.ru/
It'd be good if somebody saved it _completely_ somehow, because the mechanism may differ from
comment 0 (which OFC is a bug itself). My suggestion is to keep this bug about mouseover/mouseout,
and then check if that will fix old megalyrics widget.
![]() |
||
Updated•9 years ago
|
Priority: -- → P4
Comment 5•9 years ago
|
||
I can confirm that APZ enabled/disabled doesn't affect this bug.
status-firefox49:
--- → affected
User Story: (updated)
Summary: [e10s] background on http://www.megalyrics.ru/ twitches when I middle-click to start autoscroll (because of incorrect clientX/clientY reported by mouseover/mouseout event) → [e10s] background on several sites twitches when I middle-click to start autoscroll (because of incorrect clientX/clientY reported by mouseover/mouseout event)
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•