Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9645 closed defect (fixed)

htdocs/js/suggest.js line 111 getOffset method is not defined

Reported by: niko.sten@… Owned by: niko.sten@…
Priority: normal Milestone: 0.12.1
Component: version control/changeset view Version:
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Line 111 there is getOffset method call. Method is not defined or is not crossbrowser. Fix is to use jquery

var offset = $(results).offset();

Attachments (0)

Change History (3)

comment:1 by Remy Blank, 14 years ago

Thanks for the heads-up. Which browser are you using?

comment:2 by Christian Boos, 14 years ago

Milestone: next-minor-0.12.x0.12.1
Resolution: fixed
Severity: normalminor
Status: newclosed

Thanks! Fix tested and applied in r10137.

(that was an IE specific issue, as the line in question was in the if ($.browser.msie) block)

comment:3 by Christian Boos, 14 years ago

Owner: set to niko.sten@…

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain niko.sten@….
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from niko.sten@… to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.