Closed
Bug 278706
Opened 20 years ago
Closed 20 years ago
html:input into xbl widget don't populate form property
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: cmess1na, Assigned: hyatt)
Details
Attachments
(1 file)
2.02 KB,
application/x-zip-compressed
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
When I have some code like this:
<myform>
<myinput/>
</myform>
where:
<myform> is a xbl like <html:form><xbl:children/></html:form>
and
<myinput> is like <html:input/>
<html:input> doesn't have form property set.
Reproducible: Always
![]() |
||
Comment 2•20 years ago
|
||
This is correct. The <html:form> is anonymous content from the point of view of
the <html:input>. The latter has no idea the former exists, nor should it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•