Opened 16 years ago
Closed 15 years ago
#1068 closed bug (wontfix)
Interface's idrag.js
Reported by: | chinohillsbanditos | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | interface | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
In interface's idrag.js in line 134: if (elm.dragCfg.oP != 'relative' && elm.dragCfg.oP != 'absolute') {
dEs.position = 'relative';
}
What about adding elm.dragCfg.oP != 'fixed' to the if statement. In non-IE browsers I actually set objects to fixed, and in IE I use absolute and javascript to simulate fixed.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
Note: See
TracTickets for help on using
tickets.
I'm having the same problem. I have a div that uses fixed positioning, so the positioning breaks after dragging it. I'm using a CSS hack[1] to mimic fixed positioning in IE.
[1] http://jessey.net/simon/articles/007.html