Closed
Bug 300076
Opened 19 years ago
Closed 19 years ago
The element the binding applies to flashes (and all document flashes if binding applies to body)
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: rotemliss, Unassigned)
Details
Attachments
(5 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050617 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050617 Firefox/1.0.4 When applying a binding to an element, it flashes (becomes hidden, than visible again for a second). When applying a binding to the body element, all the body flashes. Reproducible: Always Steps to Reproduce: 1. Open the testcases. Actual Results: The element specified in the title flashes. Expected Results: No elements flashes.
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
| Reporter | ||
Comment 3•19 years ago
|
||
| Reporter | ||
Comment 4•19 years ago
|
||
| Reporter | ||
Comment 5•19 years ago
|
||
By the way, here it takes more time to load, and the "flash" is longer.
Comment 6•19 years ago
|
||
This is by-design. Once the binding style is changed, the old layout object is destroyed; the new one is not created until the binding actually finishes loading. The reason for this is that we never want to have layout objects for a node that has binding style but a not-fully-loaded binding.
Comment 7•19 years ago
|
||
So invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•