#14785 closed bug (fixed)
Broken again when transforming XHTML to XHTML (creating XML-DOM) via clientside XSLT
Reported by: | 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.
Change History (7)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Milestone: | None → 1.11.1/2.1.1 |
---|---|
Priority: | undecided → high |
Status: | new → open |
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.
comment:3 Changed 9 years ago by
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!
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Support: Skip style-based tests when element.style is undefined
Fixes #14785 Ref #13754 Ref badcd1b6f301e6253405f17759c1270549a34e12
Changeset: a7ea12a9a7c696a14455bfe4bfebf984dd329832
comment:7 Changed 9 years ago by
Component: | unfiled → core |
---|
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.