Closed Bug 2208 Opened 26 years ago Closed 26 years ago

[PP] (partially fixed) Form controls don't work

Categories

(Core Graveyard :: GFX, defect, P1)

PowerPC
All
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: pierre, Assigned: pierre)

References

Details

Open Viewer and display test5.html: the form controls can be displayed but nothing happens when you click on them. The state of checkboxes and radio buttons is updated after a refresh but list boxes don't work at all.
Status: NEW → ASSIGNED
Severity: normal → critical
marking critical
Bug #2346 will be closed as duplicate of this one but it contains some simplified html example and useful details about erratic behavior.
*** Bug 2346 has been marked as a duplicate of this bug. ***
*** Bug 2345 has been marked as a duplicate of this bug. ***
OS: All
Summary: [PP] Form controls don't work → [PP] (partially fixed) Form controls don't work
Added "(partially fixed)" to the summary line. The standard form controls are fixed but we still have all the other bugs: - 2346: mostly fixed too but the radio buttons are still a bit truncated - 2345: popups (and maybe other xpfe widgets) don't work - 2348: crash on Netscape Search
Inserting Milestone info.
Setting all current Open Critical and Major to M3
*** Bug 3007 has been marked as a duplicate of this bug. ***
*** Bug 3048 has been marked as a duplicate of this bug. ***
*** Bug 3049 has been marked as a duplicate of this bug. ***
*** Bug 3163 has been marked as a duplicate of this bug. ***
The combobox crasher (clicking on a combobox or submitting a form with a combobox on it) stems from the fact that the combobox assumes a native widget has been created, even though this is a gfx-based entity, to store things like current selection. Since the combobox widget was never created on mac (why should we? it's being done as an xp-widget, right?), the factory returns null, and any reference in the combobox code to the widget crashes.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4110 → 4137
Reassigning qa contact to cpratt@netscape.com
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed
Status: RESOLVED → VERIFIED
In a basic sense, this is fixed (some form things still aren't working but I'll open separate bugs for those as we find them). Marked verified fixed against 09-March build.
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.