Open
Bug 1268790
Opened 9 years ago
Updated 2 years ago
Blank XUL page using eventListenerService addListenerChangeListener
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: jdescottes, Unassigned)
References
Details
(Whiteboard: btpp-backlog)
Attachments
(1 file)
877 bytes,
application/vnd.mozilla.xul+xml
|
Details |
Follow up to Bug 1260763.
Original issue was about some preferences panels becoming blank if the inspector was opened while reloading the page.
The issue was narrowed down to the test case attached here (accessing targets in a listenerChangeListener handler + event defined on a textbox element). Pasting relevant comment from Neil in Bug 1260763 below:
(In reply to Neil Deakin from comment #20)
> Created attachment 8746884 [details]
> Significantly reduced testcase
>
> This testcase is very simplified and doesn't rely on opening in a
> preferences window.
>
> I won't have time right now to investigate why, but I suspect that since the
> event listener code is running before the file has finished loading, it is
> causing JS/DOM wrappers to be created when you get the .target for elements
> that haven't been fully processed yet and the anonymous content is thus
> being placed incorrectly or something like that. I'm just guessing but it
> might be a path to start looking at.
Updated•9 years ago
|
Whiteboard: btpp-backlog
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•