Ticket #3985 (closed bug: worksforme)
bind() does not work in a page generated from XML with XSLT within browser (Firefox)
| Reported by: | Statc | Owned by: | Statc |
|---|---|---|---|
| Priority: | low | Milestone: | 1.3.2 |
| Component: | event | Version: | 1.3.1 |
| Keywords: | xml, xslt, firefox, bind, selectors | Cc: | |
| Blocking: | Blocked by: |
Description
Please look at the attached files.
When I run XSLT transformation manually (using an XSLT processor) and open the resulting file in Firefox everything is Ok (two span's are colored).
When I open XML file in Firefox directly the second span is not colored.
When I use jQuery 1.2.6 everything works perfectly.
Firefox 3.0.5
Attachments
Change History
Changed 4 years ago by Statc
-
attachment
source.xml
added
Changed 4 years ago by Statc
-
attachment
result.html
added
The file I get when applying XSLT transformation manually.
comment:1 Changed 4 years ago by dmethvin
Using all the files you provided, I am opening the source.xml with Firefox 3.0.5 and both spans are colored red. I get the same from result.html. Can you repro on some other system and see if the result you are getting is consistent?
comment:2 Changed 4 years ago by dmethvin
- Owner set to flesler
CORRECTION: Your test case does fail for me in Firefox 3.0.5; it works properly in IE8 beta 2, which is what I was actually looking at.
comment:4 Changed 2 years ago by snover
- Owner changed from flesler to Statc
- Status changed from new to pending
Can you please confirm this is still an issue with current versions of jQuery?
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Source XML file