Modify ↓
#9645 closed defect (fixed)
htdocs/js/suggest.js line 111 getOffset method is not defined
| Reported by: | Owned by: | ||
|---|---|---|---|
| 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 , 15 years ago
comment:2 by , 15 years ago
| Milestone: | next-minor-0.12.x → 0.12.1 |
|---|---|
| Resolution: | → fixed |
| Severity: | normal → minor |
| Status: | new → closed |
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 , 15 years ago
| Owner: | set to |
|---|
Note:
See TracTickets
for help on using tickets.



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