Bug Tracker

Opened 15 years ago

Closed 13 years ago

Last modified 12 years ago

#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)

source.xml (105 bytes) - added by Statc 15 years ago.
Source XML file
stylesheet.xsl (746 bytes) - added by Statc 15 years ago.
XSLT stylesheet
script.js (120 bytes) - added by Statc 15 years ago.
JavaScript code
result.html (432 bytes) - added by Statc 15 years ago.
The file I get when applying XSLT transformation manually.
jquery-1.3.js (54.0 KB) - added by Statc 15 years ago.
jQuery 1.3.1

Download all attachments as: .zip

Change History (11)

Changed 15 years ago by Statc

Attachment: source.xml added

Source XML file

Changed 15 years ago by Statc

Attachment: stylesheet.xsl added

XSLT stylesheet

Changed 15 years ago by Statc

Attachment: script.js added

JavaScript code

Changed 15 years ago by Statc

Attachment: result.html added

The file I get when applying XSLT transformation manually.

Changed 15 years ago by Statc

Attachment: jquery-1.3.js added

jQuery 1.3.1

comment:1 Changed 15 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 15 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:3 Changed 14 years ago by dmethvin

Component: unfilledevent

comment:4 Changed 13 years ago by snover

Owner: changed from flesler to Statc
Status: newpending

Can you please confirm this is still an issue with current versions of jQuery?

comment:5 Changed 13 years ago by Statc

Status: pendingnew

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 jitter

Priority: majorlow
Resolution: worksforme
Status: newclosed

Closing as the reporter states it's working with current version of jQuery.

Note: See TracTickets for help on using tickets.