Opened 14 years ago
Closed 14 years ago
#4491 closed bug (notabug)
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?
Change History (2)
comment:1 Changed 14 years ago by
Component: | ui.core → ui.sortable |
---|---|
Milestone: | TBD → 1.8 |
Priority: | minor → blocker |
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Not reproducable. Please reopen with a testcase or better description to reproduce.