Closed
Bug 681360
Opened 13 years ago
Closed 13 years ago
Async initialization for Orion TextView
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 11
People
(Reporter: msucan, Unassigned)
References
Details
(Whiteboard: [orion])
The current Orion TextView initialization is synchronous with some code that would need to become async. The current approach seems to cause random failures for us. See orion.textview.TextView._init().
We need to fix this problem upstream:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=349627
Reporter | ||
Comment 1•13 years ago
|
||
Async initialization has been added upstream but no "load" event. Also, there's no a DOMAttrModified event handler which slows down the parent document DOM operations. "Luckily" we are not affected because the SourceEditor re-wraps Orion into an iframe, so only that one is affected.
Reporter | ||
Comment 2•13 years ago
|
||
This is now entirely fixed upstream and the code has been integrated into our codebase, see bug 702331.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 11
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•