Closed
Bug 94150
Opened 24 years ago
Closed 24 years ago
dropdown list selection causes trap in widget library
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: achimha, Assigned: mkaply)
References
()
Details
Attachments
(1 file)
2.25 KB,
patch
|
Details | Diff | Splinter Review |
Go to http://www.flugboerse.de/Stuttgart, click on "Linienflug", then try to
select a specific entry from the first listbox. See the browser trap.
Trap is because of the value returned by nsScrollBar::WindowClass().
We aren't returning a real string that we can do string manipulation on
(which is causing the trap). We need to return "#8" instead of
(PSZ)WC_SCROLLBAR. "#8" is the window class that comes back via
WinQueryClassName for a window created with WC_SCROLLBAR.
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Comment 3•24 years ago
|
||
Fix checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•23 years ago
|
||
May God have mercy on us all. The 212 bug spam-o-rama is Now!
QA Contact: aegis → jrgm
Assignee | ||
Comment 7•23 years ago
|
||
This is definitely fixed. Many people have said so.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•