Closed
Bug 309395
Opened 20 years ago
Closed 20 years ago
scrollwheel doesn't work in non-toplevel window
Categories
(Core Graveyard :: Widget: Mac, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jaas, Assigned: mark)
References
Details
(Keywords: fixed1.8)
Attachments
(1 file)
1.46 KB,
patch
|
asaf
:
review+
sfraser_bugs
:
superreview+
asa
:
approval1.8b5+
|
Details | Diff | Splinter Review |
If you open the "Report Broken Web Site" tool, you can't scroll any of the
iframe elements with a scrollwheel (license agreement, submitted report view at
the end of the wizard). Also, you can't scroll the hierarchy view when adding a
bookmark.
Assignee | ||
Comment 1•20 years ago
|
||
Not an iframe issue, a window type issue. In nsMacWindow, the scroll CE handler
is only registered if mWindowType == eWindowType_toplevel.
Scroll wheel support was added by pinkerton in rev 1.95 of nsMacWindow.cpp, bug
71045. There's your daily blast from the past. There doesn't appear to be a
good reason for it to be in the conditional, other than that it was a convenient
place to add the code. I'm either going to remove the conditional (installing
the handler regardless of window type) or expand the list of window types that
get the handler.
Status: NEW → ASSIGNED
Flags: blocking1.8b5?
Summary: scrollwheel doesn't work in iframes → scrollwheel doesn't work in non-toplevel window
Assignee | ||
Comment 2•20 years ago
|
||
This installs the scroll wheel event handler on all window types except
invisible, plugin, and java. For the bug reported here, it needs to be on
dialog, and for the bookmark add UI, it needs to be on sheet. Note that popup
gives scroll wheel control of <select> elements.
Attachment #196852 -
Flags: superreview?(sfraser_bugs)
Attachment #196852 -
Flags: review?(bugs.mano)
Comment 3•20 years ago
|
||
Comment on attachment 196852 [details] [diff] [review]
Patch
r=mano
Attachment #196852 -
Flags: review?(bugs.mano) → review+
Updated•20 years ago
|
Attachment #196852 -
Flags: superreview?(sfraser_bugs) → superreview+
Assignee | ||
Comment 4•20 years ago
|
||
Time from open to close = 1 hour. That includes 15 minutes I spent on the bus.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Attachment #196852 -
Flags: approval1.8b5?
Comment 5•20 years ago
|
||
This is a pretty noticeable issue on the Mac. I recommend that we take this fix
for 1.8b5.
Updated•20 years ago
|
Attachment #196852 -
Flags: approval1.8b5? → approval1.8b5+
Updated•20 years ago
|
Flags: blocking1.8b5? → blocking1.8b5+
Comment 7•20 years ago
|
||
*** Bug 236909 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 8•20 years ago
|
||
*** Bug 312892 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•