Metadata
- Source
- FLUID-401
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Jonathan Hung
- Reporter
- Justin Obara
- Created
2008-03-24T13:40:22.000-0400 - Updated
2008-04-28T15:02:42.000-0400 - Versions
- N/A
- Fixed Versions
-
- 0.3
- Component
-
- Reorderer
Description
1. When dragging an item with the mouse, there is no avatar.
2. When using the keyboard to move an item, after the first move, the arrow key has to be tapped twice before the element will move. On the first tap, the styling changes.
These errors are not present in Firefox 2 (Mac OS 10.5, Win XP)
Link to sites: http://build.fluidproject.org/sakai-imagegallery-tool/sample-code/reorderer/concrete/scheduler/scheduler.html
http://build.fluidproject.org/sakai-imagegallery-tool/sample-code/reorderer/concrete/scheduler/RSFStyleScheduler.html
NOTE: on the second site, this only true for the nested items. The top level elements work appropriately here and it also works on this site
http://build.fluidproject.org/sakai-imagegallery-tool/sample-code/reorderer/concrete/todo-list/sortable-todo-list.html
I'm not sure what the difference is.
See Fluid-Jira 400 (http://issues.fluidproject.org/browse/FLUID-400) for other issues that are caused with these same lists.
Environments
IE 7 (Win XP)
Comments
-
Michelle D'Souza commented
2008-04-07T16:48:41.000-0400 Justin, we can't reproduce the issue you mention about the avatar not being visible when dragging an item. Can you provide more details on how to make this happen?
-
Jonathan Hung commented
2008-04-09T09:02:02.000-0400 NOTE: There are 2 bugs in this Jira. It should be split into two bugs.
Re: Double tap to move item.
Using Fluid rev 4790 (8:54am Apr 9) I am able to reproduce on WinXP with IE6 and 7.
To reproduce
- Open Lightbox.html in IE 6 or 7
- mouse click an item to have it highlighted
- First CTRL+ Arrow is fine.
- With CTRL still depressed, pressing Arrow appears to do nothing*
- With CTRL still depressed, pressing Arrow moves the selected item in the direction of the arrow
- In reality something does happen, but it's very subtle. It looks like focus changes because the thumbnail image shifts 1px. It's as if the focus is being changed from the thumbnail to either the link text or the outer container?
Re: No avatar.
I get an avatar when dragging with mouse. Can't reproduce the no avatar bug. -
Jonathan Hung commented
2008-04-14T14:19:57.000-0400 Anastasia and I fixed this problem. In IE, a check for the Selected style was being done before the Selected style was being applied to an item. To fix this we changed the check to look for the absence of Dragging style instead. This appears to have fixed the problem in IE and works fine in FF.
-
Justin Obara commented
2008-04-28T15:02:42.000-0400 Verified fix in IE7 (WinXP)