To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81990


User es changed the following:

                What    |Old value                 |New value
================================================================================
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |NEW
--------------------------------------------------------------------------------
                Priority|P5                        |P3
--------------------------------------------------------------------------------
                 Summary|Inserting table rows doesn|Possibility to move table 
                        |'t insert but overwrite ta|rows and columns easily
                        |ble rows                  |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Sep 28 13:03:33 +0000 
2007 -------
I'll try to sum up something which is complex and will need a lot of redesign...

To be defined following behaviors in a future specification.

Table sample:
1  2  3  4  
a  b  c  d
e  f  g  h
i  j  k  l

1) Moving a row (same for columns):

1.1) With the mouse
- Select  a  b  c  d
- Drag/drop to i
-> the table should look like this:

1  2  3  4  
e  f  g  h
a  b  c  d
i  j  k  l

1.2) With the keyboard:
- Select  a  b  c  d
- Use a keyboard shortcut (TBD) like Ctrl+Alt+Up/Down which is currently used to
move paragraphs.
-> the table should look like in 1.1) after pressing 2 times Ctrl+Alt+Down.

1.3) By Copy/Paste (not so easy!):
- Select  a  b  c  d
- Cursor in i
- Paste

-> OOo replaces the current row:
1  2  3  4  
a  b  c  d
e  f  g  h
a  b  c  d

-> Word inserts the row content into the first cell:
1  2  3  4  
a  b  c  d
e  f  g  h
abcdi  j  k  l

(whenever in OVERWRITE mode or not!)

Desired behavior: have an option (Paste Special?) to tell Writer *how* to 
*insert*

EITHER:
1  2  3  4  
a  b  c  d
e  f  g  h
abcdi  j  k  l

OR:
1  2  3  4  
a  b  c  d
e  f  g  h
a  b  c  d
i  j  k  l



Those are just some cases...



---------------------------------------------------------------------
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]

Reply via email to