Closed
Bug 390664
Opened 17 years ago
Closed 15 years ago
observes tag in xbl has context not in xul
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: richard, Unassigned)
Details
(Whiteboard: [CLOSEME 5-15-2010])
Attachments
(3 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)
using an observes tag in xbl definition of a new widget to monitor curpos attribute in scrollbox. If the observes tag is ABOVE the scrollbox, an onbroadcast event is triggered. If BELOW, onbroadcast is NOT triggered. Strange!!!
Simulating the same XUL directly in an XUL file, with not XBL, did not cause the error.
problem.xul problem.css and problem.xml attached to demonstrate XBL behavior.
Reproducible: Always
Steps to Reproduce:
1.load problem.xul file attached to this report
2.move the upper scrollbar
3.move the lower scrollbar
Actual Results:
1. When upper scrollbar is moved, and alert is shown
2. When lower scrollbar is moved, no alert is shown
Expected Results:
an alert should have been triggered in both cases
Reporter | ||
Comment 1•17 years ago
|
||
Reporter | ||
Comment 2•17 years ago
|
||
Reporter | ||
Comment 3•17 years ago
|
||
Reporter | ||
Comment 4•17 years ago
|
||
slight error in "expected results" of original report: Upper scrollbar does NOT trigger alert. Lower scrollbar DOES trigger alert.
Other that the placing of the scrollbar and the scrollbox within the xbl definition, and naming them slightly differently, there is absolutely no difference between the code.
Comment 5•15 years ago
|
||
This bug was reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.3 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME
http://www.mozilla.com
http://support.mozilla.com/kb/Managing+profiles
http://support.mozilla.com/kb/Safe+mode
Whiteboard: [CLOSEME 5-15-2010]
Version: unspecified → 2.0 Branch
Comment 6•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.x or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•