Opened 16 years ago
Closed 16 years ago
#1235 closed bug (wontfix)
Sortables demo in IE(7)
Reported by: | robg | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | interface | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The first eyecon sortables demo (http://interface.eyecon.ro/demos/sort.html) does not work correctly in Internet Explorer 7. I can't diagnose the problem, but thought it was worth mentioning here.
Problems: 1) It's slow - much more so than in Firefox. 2) When all elements are moved out of a column, nothing can be moved back into that column. 3) Responsiveness when dragging onto the bottom of a column is shakey.
Apologies if this is not the right place to raise this, but I thought it was worth a mention.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
Note: See
TracTickets for help on using
tickets.
In a followup - number 2) is solvable:
Add the following CSS property to the .groupWrapper class (using to only expose the property to IE):
height: 400px;