Closed
Bug 279682
Opened 20 years ago
Closed 20 years ago
###!!! ASSERTION: Form control has a frame, but it's not a form frame
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
(Keywords: testcase)
Attachments
(3 files)
|
506 bytes,
text/html
|
Details | |
|
2.19 KB,
text/html
|
Details | |
|
1.83 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: Form control has a frame, but it's not a form frame: 'Error', file nsGenericHTMLElement.cpp, line 2250 http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/content/html/content/src/nsGenericHTMLElement.cpp&rev=1.566&root=/cvsroot&mark=2250#2224 STEPS TO REPRODUCE: 1. load testcase 2. click on <select> 3. move mouse over dropdown menu It only occurs if there is an <optgroup> present
| Assignee | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
the problem is that nsHTMLOptGroupElement::HandleDOMEvent calls GetFormControlFrame. It shouldn't be doing that. Its frame will NEVER be a form control frame -- it'll be a block. So it should just call GetPrimaryFrame(PR_FALSE). Mats, want to fix this? If not, let me know and I will...
| Assignee | ||
Updated•20 years ago
|
Assignee: nobody → mats.palmgren
| Assignee | ||
Comment 3•20 years ago
|
||
| Assignee | ||
Comment 4•20 years ago
|
||
Attachment #173441 -
Flags: superreview?(bzbarsky)
Attachment #173441 -
Flags: review?(bzbarsky)
Comment 5•20 years ago
|
||
Comment on attachment 173441 [details] [diff] [review] Patch rev. 1 r+sr=bzbarsky
Attachment #173441 -
Flags: superreview?(bzbarsky)
Attachment #173441 -
Flags: superreview+
Attachment #173441 -
Flags: review?(bzbarsky)
Attachment #173441 -
Flags: review+
| Assignee | ||
Comment 6•20 years ago
|
||
Checked in 2005-02-04 20:13 PDT -> FIXED
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•