Skip to main content

Bug Tracker

Side navigation

#3985 closed bug (worksforme)

Opened January 24, 2009 05:47PM UTC

Closed November 21, 2010 09:05PM UTC

Last modified March 15, 2012 03:17PM UTC

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)
  • jquery-1.3.js (54.0 KB) - added by Statc January 24, 2009 05:49PM UTC.

    jQuery 1.3.1

  • result.html (0.4 KB) - added by Statc January 24, 2009 05:49PM UTC.

    The file I get when applying XSLT transformation manually.

  • script.js (0.1 KB) - added by Statc January 24, 2009 05:48PM UTC.

    JavaScript code

  • source.xml (0.1 KB) - added by Statc January 24, 2009 05:47PM UTC.

    Source XML file

  • stylesheet.xsl (0.7 KB) - added by Statc January 24, 2009 05:47PM UTC.

    XSLT stylesheet

Change History (6)

Changed January 25, 2009 06:42PM UTC by dmethvin comment:1

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?

Changed January 25, 2009 07:16PM UTC by dmethvin comment:2

owner: → 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.

Changed October 14, 2009 12:38AM UTC by dmethvin comment:3

component: unfilledevent

Changed November 20, 2010 10:56PM UTC by snover comment:4

owner: fleslerStatc
status: newpending

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

Changed November 21, 2010 04:14PM UTC by Statc comment:5

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.

Changed November 21, 2010 09:05PM UTC by jitter comment:6

priority: majorlow
resolution: → worksforme
status: newclosed

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