Closed
Bug 167445
Opened 23 years ago
Closed 23 years ago
Bugs with broadcaster hookup
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: hyatt, Assigned: hyatt)
Details
Attachments
(1 file)
|
2.38 KB,
patch
|
bugs
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
Broadcasters actually use a PR_TRUE when setting attributes initially. This
should be PR_FALSE, since AddELementToDocumentPre is being called *before*
frames have been constructed (and you get a double frame construct otherwise).
This happens when you dynamically insert elements into a document that have
broadcaster observes attributes.
| Assignee | ||
Comment 1•23 years ago
|
||
Updated•23 years ago
|
Attachment #98400 -
Flags: review+
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Comment on attachment 98400 [details] [diff] [review]
FIx broadcasters
r=bryner with the changes we talked about on irc.
Comment 4•23 years ago
|
||
Comment on attachment 98400 [details] [diff] [review]
FIx broadcasters
i'll call this sr=
Attachment #98400 -
Flags: superreview+
| Assignee | ||
Comment 5•23 years ago
|
||
FIxed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: shrir → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•