Skip to main content

Bug Tracker

Side navigation

#1527 closed bug (wontfix)

Opened August 23, 2007 03:31AM UTC

Closed March 31, 2008 01:20AM UTC

[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:
Blocked by: Blocking:
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 (1)
Change History (1)

Changed March 31, 2008 01:20AM UTC by scott.gonzal comment:1

resolution: → wontfix
status: newclosed

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