Bug Tracker

Modify

Ticket #1527 (closed bug: wontfix)

Opened 6 years ago

Last modified 5 years ago

[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

ifxhighlight_bug_fix_23_08_2007.patch Download (570 bytes) - added by berpasan 6 years ago.
patch to fix the bug

Change History

Changed 6 years ago by berpasan

patch to fix the bug

comment:1 Changed 5 years ago by scott.gonzal

  • Status changed from new to closed
  • Resolution set to wontfix

Interface is no longer supported; consider switching to  jQuery UI.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.