Closed
Bug 333166
Opened 19 years ago
Closed 19 years ago
When mouse cursor is on the plug-in but not focused, focused element will receive wheel event instead of plug-in
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: emk, Assigned: emk)
Details
Attachments
(1 file)
(deleted),
patch
|
emaijala+moz
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Go to pages with Java applet.
2. Open bookmark sidebar (for places build, use location bar instead)
3. Click on the bookmark sidebar (or location bar) to focus it.
4. Move mouse cursor over the applet (but do not click).
5. Rotate the wheel.
Actual result:
Bookmark sidebar will scroll. If you are using location bar, you cannot see scroll, but location bar receives wheel event.
Expected result:
Applet should receive wheel event. You can easily see this if applet has a scrollable part.
Assignee | ||
Comment 1•19 years ago
|
||
GetClassLongA doesn't return Unicode windows' wndproc as is.
Therefore the following if-statement would never be true.
Updated•19 years ago
|
Attachment #217603 -
Flags: review?(emaijala) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #217603 -
Flags: superreview?(roc)
Assignee | ||
Comment 2•19 years ago
|
||
roc:
Could you sr the patch? This is a trivial one liner.
Attachment #217603 -
Flags: superreview?(roc) → superreview+
Comment 3•19 years ago
|
||
checked-in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•