Accessibility/EditorBehaviourOnUserInput: Difference between revisions

Line 73: Line 73:


==Drag'n'drop==
==Drag'n'drop==
The selected entirely rich element is dragged from one place to another as an individual element. If the selected element is a part of the selected region then the region is dragged entirely with all selected elements.
An 'entirely' selected rich element is dragged from one place to another as an individual element. If one or more selected elements are part of a selected region then the region is dragged entirely along with (including) all selected elements.


If the special content element is focused (in the case of interactive approach) then drag'n'drop operation is performed as usual. For example, if textbox is focused and user starts to drag selected text of textbox then the text should be dragged only. As well in the case of focused compound element its selected content participates in drag'n'drop operation, not the element itself.
If a special content element is focused (in the case of interactive approach) then drag'n'drop operation is performed as usual. For example, if a textbox is focused and the user starts to drag some selected text from within the textbox then the text should be dragged only. As well in the case of focused compound element its selected content participates in drag'n'drop operation, not the element itself.


Drag'n'drop operation can be performed by mouse or by keyboard. However keyboard shortcuts are under discussion still.
Drag'n'drop operation can be performed by mouse or by keyboard. However keyboard shortcuts are under discussion still.
Confirmed users
1,085

edits