Closed
Bug 3162
Opened 26 years ago
Closed 26 years ago
[PP]Crashes the Mac
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: kmcclusk, Assigned: kmcclusk)
References
()
Details
www.city.net Crashes on the Mac in nsSelectControlFrame::GetProperty because the
mWidget field is null.
put a #ifdef XP_PC around the area where it is crashing as a temporary fix.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M5
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Fixed in the April 16, 1999: 12:45 PM build.
Removed #ifndef MAC directive from the nsSelectControlFrame::GetProperty method.
It is no longer needed since the MAC now supports native listbox and combobox
widgets.
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
URL: www.city.net → http://www.city.net
You need to log in
before you can comment on or make changes to this bug.
Description
•