To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92094 Issue #|92094 Summary|Insertion of cells in a spreadsheet via drag & drop do |esn't work on Mac Component|Spreadsheet Version|DEV300m26 Platform|Macintosh URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|tbe Reported by|tbe
------- Additional comments from [EMAIL PROTECTED] Thu Jul 24 14:33:28 +0000 2008 ------- The insertion of cells in a spreadsheet via drag & drop doesn't work on the Mac platform. This feature was integrated with CWS calccolrowmove for OOo 2.4, see also issue #i7180#. When moving or copying a marked cell range via drag & drop to a new row or column, by default the target cells are overwritten. An insert drag & drop mode can be activated by pressing the ALT key in addition to the SHIFT and CTRL keys before dropping. In this case the source data are inserted at the new position, that means the target cells are shifted to the right or down. In the insert drag & drop mode also a new preview cursor is shown. Please see the specification for more details: http://specs.openoffice.org/calc/ease-of-use/Insertion_of_Cells.odt The following table shows the drag & drop actions and the corresponding modifier keys for the Windows platform: action modifier keys ----------------------------------- move no modifier, SHIFT copy CTRL link SHIFT+CTRL move-insert ALT, SHIFT+ALT copy-insert CTRL+ALT link-insert SHIFT+CTRL+ALT On the Mac platform especially the move-insert and link-insert actions are not supported. The current implementation gets the information if the ALT key is pressed while dragging from the Window::GetPointerState() method. According to PL this doesn't work on the Mac platform. An alternative solution would be to extend the set of available drag & drop actions in our API. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
