Metadata
- Source
- DECA-54
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Won't Fix
- Assignee
- Justin Obara
- Reporter
- Jonathan Hung
- Created
2010-03-29T14:32:03.000-0400 - Updated
2012-05-25T13:32:22.144-0400 - Versions
-
- 0.3
- 0.4
- 0.5
- Fixed Versions
-
- 0.5
- Component
-
- Capture
Description
As a user commences dragging, the drag style does not change.
The correct behaviour should be a change in style similar to the style when a thumbnail is being dragged.
Environments
Ubuntu 9.X FF3.6
Comments
-
Jonathan Hung commented
2010-04-20T09:56:19.000-0400 Please confirm fixed with Fluid-3568.
-
Jonathan Hung commented
2010-06-17T13:29:35.529-0400 Still an issue, tested on Ubuntu 9.10, Infusion 1.2, FF 3.5.8
-
Justin Obara commented
2010-07-14T15:48:42.676-0400 Bug Parade Decapod 0.4
-
Justin Obara commented
2010-07-19T12:48:01.013-0400 It appears that this issue is caused by the ctrlKey property on the event object not setting the value to true on keydown. Rather this property is set to true on keyup.
This causes the conditional on line 217 of Reorderer.js to fail because isMove(evt) returns false.
-
Justin Obara commented
2010-07-19T15:38:57.185-0400 Some further investigation shows that the behaviour displayed in linux is opposite of that elsewhere. In firefox 3.6 on Mac OS 10.6 for example, keydown has ctrlKey set to true, but keyup is false
-
Jonathan Hung commented
2010-12-09T15:38:41.135-0500 This issue is partially fixed. Mouse dragging styles now apply properly. However, keyboard actions still require two key presses to initiate.
-
Justin Obara commented
2012-05-25T13:32:19.601-0400 The ui for managing pages has been removed. This interaction no longer exists