Modify ↓
Ticket #1527 (closed bug: wontfix)
[PATCH] Highlight is broken with newer SVN version of jQuery (23/08/2007)
| Reported by: | berpasan | Owned by: | stefan |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.1.4 |
| Component: | interface | Version: | 1.1.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
There is a loop where you iterate over the parents of a node to get the value of a CSS property (background).
The problem is that the last parent you iterate over is the Document object, at least with the newest version of jQuery from SVN (probably this wasn't true with older versions), which has no css property, and a JavaScript error is generated.
This simple patch fixes the bug.
Attachments
Change History
Changed 6 years ago by berpasan
-
attachment
ifxhighlight_bug_fix_23_08_2007.patch
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

patch to fix the bug