In IE 6+, you have to press the arrow key twice when attempting to move an item with the keyboard.
Description
Environment
Activity

Justin Obara April 28, 2008 at 7:02 PM
Verified fix in IE7 (WinXP)
Jonathan Hung April 14, 2008 at 6:19 PM
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.
Jonathan Hung April 9, 2008 at 1:02 PM
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.

Michelle D'Souza April 7, 2008 at 8:48 PM
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?
Details
Assignee
Jonathan HungJonathan HungReporter
Justin ObaraJustin ObaraTime tracking
1d logged3d remainingComponents
Fix versions
Priority
Blocker
Details
Details
Assignee
Reporter

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.