Closed
Bug 307616
Opened 20 years ago
Closed 20 years ago
<input type="image"> with missing image gives "ASSERTION: Form control has a frame, but it's not a form frame"
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: jruderman, Assigned: martijn.martijn)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
|
136 bytes,
text/html
|
Details | |
|
1013 bytes,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Load testcase in a debug build.
Result:
###!!! ASSERTION: Form control has a frame, but it's not a form frame: 'Error',
file
/Users/admin/trunk/mozilla/content/html/content/src/nsGenericHTMLElement.cpp,
line 2286
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
This assert is bogus and should just go away...
Comment 4•20 years ago
|
||
Comment on attachment 207080 [details] [diff] [review]
patch
Yep.
Attachment #207080 -
Flags: superreview+
Attachment #207080 -
Flags: review?(bzbarsky)
Attachment #207080 -
Flags: review+
| Assignee | ||
Updated•20 years ago
|
Assignee: nobody → martijn.martijn
Comment 5•20 years ago
|
||
mozilla/content/html/content/src/nsGenericHTMLElement.cpp; new revision: 1.633;
Status: NEW → RESOLVED
Closed: 20 years ago
OS: MacOS X → All
Hardware: Macintosh → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9alpha
You need to log in
before you can comment on or make changes to this bug.
Description
•