Closed
Bug 283298
Opened 20 years ago
Closed 20 years ago
Disable type-checking for non-elements
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: allan, Assigned: allan)
References
()
Details
Attachments
(2 files)
|
674 bytes,
application/xhtml+xml
|
Details | |
|
7.57 KB,
patch
|
Details | Diff | Splinter Review |
As far as I can see it does not make sense to try to get type information for nodes that are not |nsIDOMElement|s, f.x. attributes.
| Assignee | ||
Comment 1•20 years ago
|
||
Example of what I mean, triggers a lot of errors ftm.
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•20 years ago
|
||
Attachment #175292 -
Flags: review?(doronr)
Comment 3•20 years ago
|
||
Can you bind to an instance data node's attribute? Schema does have attribute validation.
| Assignee | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) > Can you bind to an instance data node's attribute? Yes you can, the testcase shows that. > Schema does have attribute validation. Then I guess, we just need to fix 283004 instead?
| Assignee | ||
Comment 5•20 years ago
|
||
Let's look at this in bug 283004. *** This bug has been marked as a duplicate of 283004 ***
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•20 years ago
|
Attachment #175292 -
Flags: review?(doronr)
| Assignee | ||
Comment 6•20 years ago
|
||
This is in fact invalid. We need to support it. Bug 283376 adds temporary handling, bug 283004 will fix it.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Updated•20 years ago
|
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → INVALID
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•