Open
Bug 109452
Opened 24 years ago
Updated 3 years ago
Extending a base binding's implementation loads its dtd(s)
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: bugzilla, Unassigned)
Details
ftang's data in bug 109207 shows that we load textcontext.dtd twice on startup,
once as a result of autocomplete.xml, and another because of textbox.xml. A
navigator window has no textboxes, only an autocomplete box, which does not have
an anonymous <textbox/> (just an html:input), but which extends textbox. I may
be misinterpreting the problem, but it seems like extending textbox for its
implementation is causing textcontext.dtd to be loaded a second time. Is there
anything xbl can do to prevent that, since I don't think it's necessary?
| Reporter | ||
Updated•24 years ago
|
Component: XP Toolkit/Widgets: XUL → XP Toolkit/Widgets
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.1
Comment 1•23 years ago
|
||
--> default owner
Assignee: hyatt → jaggernaut
Status: ASSIGNED → NEW
Target Milestone: mozilla1.1alpha → ---
Updated•16 years ago
|
Assignee: jag → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•