Search and Top Navigation
#4491 closed bug (notabug)
Opened April 23, 2009 11:06PM UTC
Closed August 05, 2009 04:54PM UTC
Problems upgrading from v1.5.3
Reported by: | sbillard | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.sortable | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Zenphoto has been using jquery ui for sorting albums and image thumbnails. The code currently is based on jquery 1.2.6 and jquery ui v1.5.3. I am attempting to upgrade the whole jquery to jquery v1.3+ with ui v1.7.1 but am running into a problem.
I am getting a JS error in Internet Explorer 7 at the line which reads
this.offsetParent = this.helper.offsetParent(); var po = this.offsetParent.offset();
I have tried both jquery 1.2.6 jquery ui v1.6 and jquery v1.3.1 and jquery ui v1.7.1 with the same result. The developer who implemented the original jquery sorting has gone inactive, so I know little of the implementation.
Any thoughts as to what I need to fix?
Attachments (0)
Change History (2)
Changed April 29, 2009 02:17AM UTC by comment:1
component: | ui.core → ui.sortable |
---|---|
milestone: | TBD → 1.8 |
priority: | minor → blocker |
Changed August 05, 2009 04:54PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Not reproducable. Please reopen with a testcase or better description to reproduce.