Skip to main content

Bug Tracker

Side navigation

#14785 closed bug (fixed)

Opened February 12, 2014 04:55AM UTC

Closed February 14, 2014 03:06PM UTC

Last modified April 18, 2014 07:29PM UTC

Broken again when transforming XHTML to XHTML (creating XML-DOM) via clientside XSLT

Reported by: bugs@high-and-heyer.de Owned by:
Priority: high Milestone: 1.11.1/2.1.1
Component: core Version: 1.11.0
Keywords: Cc:
Blocked by: Blocking:
Description

I had the same issue with 1.9.1. Unfortunately the same time Firefox did an upgrade so I submited the bug report on the wrong site:

https://bugzilla.mozilla.org/show_bug.cgi?id=858850

Your guys fixed it very fast and it worked at least till version 1.10.2. Now I tested 1.11.0 and the jquery object $ is undefined due to errors:

TypeError: a.style is undefined @ Line 6046

I made a new test case but fortunately I don't see the possibility to attach a file to the ticket. But you can still try the "extended test case" from the site linked above and replace jquery 1.9.1 with 1.11.0. The same error appears, now on line 6046.

Attachments (0)
Change History (7)

Changed February 12, 2014 05:07AM UTC by bugs@high-and-heyer.de comment:1

Ok, I found the old ticket that filed Boris Zbarsky in lieu of me:

http://bugs.jquery.com/ticket/13754

Maybe you close this new one and reopen the old one.

Changed February 12, 2014 01:18PM UTC by dmethvin comment:2

milestone: None1.11.1/2.1.1
priority: undecidedhigh
status: newopen

The test case on https://bugzilla.mozilla.org/show_bug.cgi?id=858850#c8 still applies for this one as well? I'm sure there is a problem but it's not likely in the same place. A new ticket (this one) is appropriate, thanks for the reminder on the previous one though.

Changed February 12, 2014 02:59PM UTC by bugs@high-and-heyer.de comment:3

I created a new test case to ease your work:

[http:/family.high-and-heyer.de/static/jquerybug.zip]

Just unzip and open the xhtml in FF. Watch the error console as well!

Changed February 12, 2014 03:02PM UTC by bugs@high-and-heyer.de comment:4

I can reproduce the bug on IE11, too.

Changed February 14, 2014 03:06PM UTC by Richard Gibson comment:5

resolution: → fixed
status: openclosed

Support: Skip style-based tests when element.style is undefined

Fixes #14785

Ref #13754

Ref badcd1b6f301e6253405f17759c1270549a34e12

Changeset: a7ea12a9a7c696a14455bfe4bfebf984dd329832

Changed February 14, 2014 05:20PM UTC by gibson042 comment:6

Changed April 18, 2014 07:29PM UTC by dmethvin comment:7

component: unfiledcore