Closed
Bug 652240
Opened 14 years ago
Closed 3 years ago
Mouse event forwarding needs to take content views into consideration
Categories
(Core :: DOM: Content Processes, defect, P5)
Core
DOM: Content Processes
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: stechz, Unassigned)
References
Details
Fennec has to generate its own mouse events in the content process because the offsets will be incorrect for mouse events for the default forwarded ones. Platform needs to account for the offsets in content views before forwarding the events.
Comment 1•14 years ago
|
||
What is a content view?
Comment 2•14 years ago
|
||
do we still need it ?
Reporter | ||
Comment 3•14 years ago
|
||
Not need, but yes, this would be a good for Fennec because we could remove some code that should be handled by the platform.
Comment 4•14 years ago
|
||
What is a content view? Would this fix bug 678193?
Reporter | ||
Comment 5•13 years ago
|
||
A content view contains the scale and the scroll position of content in the chrome process. This is asynchronous with the content process.
Fixing this bug is a refactoring, and maybe not even that useful for Fennec. It makes the platform work out of the box when clicking on things in our asynchronous scrolling case. I thought it might mean we could get rid of our target finding code in Fennec, but we still need to do our bounds hit testing to make sure the user clicked on something useful.
This is low priority.
Updated•11 years ago
|
Component: IPC → DOM: Content Processes
Updated•10 years ago
|
Comment 6•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Comment 7•3 years ago
|
||
The blocked bug has been fixed without this and nobody ever asked for it again.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•