Closed
Bug 316689
Opened 20 years ago
Closed 19 years ago
parsed model doesn't work
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: surkov, Assigned: aaronr)
References
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20051107 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20051107 Firefox/1.6a1
When I parse document containing xforms model then rebuild, revalidate and etc methods aren't called (nsXFormsModelElement::HandleDefault() method is not called). Threafore xforms controls aren't attached to instance data (at least xforms controls hasn't attribute 'type').
Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
Ugh, XUL. Containing xhtml. I don't know all the rules about it. Doron or smaug, can you look at this?
| Reporter | ||
Comment 3•20 years ago
|
||
> Ugh, XUL. Containing xhtml. I don't know all the rules about it. Doron or
> smaug, can you look at this?
xhtml test, it's no important: xul or xhtml.
Comment 4•20 years ago
|
||
Hmm, at first sight it's not the model not working (although it is expecting DOMContentLoaded, which it will probably not get -- related to bug 313858). The model is an XForms control (nsIDOMElement nsIXFormsModelElement, etc). The problem is that the label is not... it's just an "Element". Weird
Comment 5•19 years ago
|
||
Works for me on trunk.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•