[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-02-01 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from akusmi...@openoffice.org Mon Feb  1 14:05:48 
+ 2010 ---
Could someone tell me, how work is going on? Is it bug? Who and when repair it?

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-02-01 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from o...@openoffice.org Mon Feb  1 14:48:47 + 
2010 ---
It is a bug. I'm probably the one to fix it.
I cannot predict when this issue will be fixed.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-01-11 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148


User brinzing changed the following:

What|Old value |New value

  CC|''|'brinzing'





--- Additional comments from brinz...@openoffice.org Mon Jan 11 08:51:48 
+ 2010 ---
added me to cc

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-01-08 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148


User os changed the following:

What|Old value |New value

   Component|api   |Word processor

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED

  OS/Version|Linux |All

  QA contact|iss...@api|iss...@sw

Platform|PC|All

 Summary|Async query to api regardl|Table formatting wrong in 
|ess of documentation  |hidden documents after ins
|  |ertion of rows

Target milestone|---   |OOo 3.x





--- Additional comments from o...@openoffice.org Fri Jan  8 12:50:18 + 
2010 ---
-akusmierz: The scenario is a bit different: 

This should happen:
You start in A1, insert a new second row then move the cursor to A2.
Then again a new second row is inserted which changes the cursors position to
A3 and the cursor is moved to A4. After that the move operations of the
cursor will always fail as it is already in the last row.

That _does_ happen: 
The cursor is set to A1, the row is inserted and the cursor is directly moved
to cell A3. At this point no cursor movements are possible anymore. 

changed summary, was: Async query to api regardless of documentation



-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-01-08 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from o...@openoffice.org Fri Jan  8 12:53:10 + 
2010 ---
Created an attachment (id=67078)
sample code in Basic


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-01-08 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from akusmi...@openoffice.org Fri Jan  8 14:35:24 
+ 2010 ---
OK, mea culpa. Wrong example, it was to simple. I've attached new one. Change 
path in SaveDocument(document, /tmp/test.pdf); if you wish and run it.

What happens? OOo replaces 1st row (but formatting is wrong!), next adds 10 new 
(empty!) rows, and replaces last row whith another content (which shuoldn't!)

What _should_ happens? OOo should replace first row for 10 rows filled with 
test1, test2, test3 and test4 everyone (if you are using test.rtf 
attached above). Last row should be untouched.

Weird, if I uncomment Thread.Sleep() (line 135), it everething works fine. Why?

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 108148] Table formatting wrong in hidden documents after insertion of rows

2010-01-08 Thread akusmierz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108148





--- Additional comments from akusmi...@openoffice.org Fri Jan  8 14:37:04 
+ 2010 ---
Created an attachment (id=67081)
Java App - example of bug


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org