#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: | |
Blocked by: | Blocking: |
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 (5)
Change History (11)
Changed 15 years ago by
Attachment: | source.xml added |
---|
Changed 15 years ago by
Attachment: | result.html added |
---|
The file I get when applying XSLT transformation manually.
comment:1 Changed 15 years ago by
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 15 years ago by
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:3 Changed 14 years ago by
Component: | unfilled → event |
---|
comment:4 Changed 13 years ago by
Owner: | changed from flesler to Statc |
---|---|
Status: | new → pending |
Can you please confirm this is still an issue with current versions of jQuery?
comment:5 Changed 13 years ago by
Status: | pending → new |
---|
jQuery 1.4.4 works fine in Firefox 3.0.5 In current Firefox 3.6.12 all of jQuery 1.4.4, 1.3.2, 1.2.6 work fine.
comment:6 Changed 13 years ago by
Priority: | major → low |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Closing as the reporter states it's working with current version of jQuery.
Source XML file