Closed
Bug 298209
Opened 20 years ago
Closed 5 years ago
strange behaviour of binding (is it parser error?)
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: surkov, Unassigned)
Details
(Keywords: testcase)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 (ax) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 (ax) When I add handler on DOMAttrModified event to binding and I add overflow style to bound element then any binding property is undefined. Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
| Reporter | ||
Comment 3•20 years ago
|
||
to run you should use package
| Reporter | ||
Comment 4•20 years ago
|
||
except DOMAttrModified handler and overflow style document should have script element and overlay as you can see in testcase.
Summary: overflow style and DOMAttrModified handler break binding → strange behaviour of binding (is it parser error?)
Comment 5•19 years ago
|
||
The testcase clearly doesn't work right (eg it never includes the overlay). Could you please attach a testcase that actually shows the problem?
Updated•15 years ago
|
Assignee: xbl → nobody
QA Contact: ian → xbl
Comment 6•5 years ago
|
||
XBL is now disabled in Firefox (Bug 1583314) and is in the process of being removed from Gecko (Bug 1566221), so closing bugs requesting changes to its implementation as wontfix.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•