Closed
Bug 53874
Opened 25 years ago
Closed 25 years ago
dialogBindings.xml uses obsolete <interface> element
Categories
(Core :: XBL, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jrgmorrison, Assigned: jag+mozbugs)
References
()
Details
(Keywords: regression, Whiteboard: [nsbeta3-][rtm-])
Attachments
(1 file)
|
917 bytes,
patch
|
Details | Diff | Splinter Review |
Prompted by bug #52891, where a similar bit of obsolete syntax was breaking
working code, here is another instance where the XBL needs to be updated
(otherwise it is broken).
dialogBindings.xml
14 </xul:box>
15 </content>
16 <interface>
17 <property name="title" onset="this.setAttribute('title',val); return
val;"
18 onget="return this.getAttribute('title');"/>
19 <property name="description"
onset="this.setAttribute('description',val); return val;"
20
uses <interface>
Nom: nsbeta3,rtm as this is a simple, safe fix, to make working code work
again, has minimum risk (one-line XBL change to match current syntax).
| Reporter | ||
Updated•25 years ago
|
We don't need this for beta 3. Ben, should we fix this for RTM?
Whiteboard: [nsbeta3-]
| Assignee | ||
Comment 2•25 years ago
|
||
Why are we using two nearly similar but not quite dialogBindings.xml files?
One in global, the other in communicator.
I don't see the differences justifying having two files, so is there another
reason for keeping both?
Anyway, attaching a patch.
| Assignee | ||
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
Nav triage team: rtm- We don't see how this affects users -- so not a top
priority.
Whiteboard: [nsbeta3-] → [nsbeta3-][rtm-]
| Assignee | ||
Comment 8•25 years ago
|
||
Checked in on the trunk. Since this bug is nsbeta3-, rtm-, I'm going to mark it
fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•