Side navigation
#1235 closed bug (wontfix)
Opened May 22, 2007 08:31AM UTC
Closed March 31, 2008 01:39AM UTC
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.
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;