[graphics-issues] [Issue 74213] Crash: appling a masterpag e while editing text

2007-02-12 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74213


User wg changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 12 11:49:17 + 
2007 ---
Tested in master OOF680m7. Closed.

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



[graphics-issues] [Issue 74213] Crash: appling a masterpag e while editing text

2007-02-07 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74213


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Feb  7 08:47:03 + 
2007 ---
Verified in CWS.

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



[graphics-issues] [Issue 74213] Crash: appling a masterpag e while editing text

2007-02-06 Thread maydimanche
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74213
 Issue #|74213
 Summary|Crash: appling a masterpage while editing text
   Component|Presentation
 Version|680m199
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|formatting
 Assigned to|wg
 Reported by|maydimanche





--- Additional comments from [EMAIL PROTECTED] Tue Feb  6 10:51:33 + 
2007 ---
Version: 2.2.0_070123 ja (the version for TCM l10n test)

1. Create new or open presentation file.
2. select a textbox and go textedit mode(blinking I cursor).
3. then apply a masterpage from sidebar.
Result: Crash

I have no idea whether bug or environment specific...
On v2.1 on windows ... that's OK

E: openSUSE10.2 Xorg7.2 KDE3.5.6 XGL+Compiz

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



[graphics-issues] [Issue 74213] Crash: appling a masterpag e while editing text

2007-02-06 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74213


User wg changed the following:

What|Old value |New value

 Assigned to|wg|cl

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Tue Feb  6 11:21:36 + 
2007 ---
Reproducible. Reassigned.

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



[graphics-issues] [Issue 74213] Crash: appling a masterpag e while editing text

2007-02-06 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74213


User wg changed the following:

What|Old value |New value

Keywords|  |regression

  OS/Version|Linux |All





--- Additional comments from [EMAIL PROTECTED] Tue Feb  6 11:26:14 + 
2007 ---
Reproducible under windows, too. Adding keyword regression.

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



[graphics-issues] [Issue 74213] Crash: appling a masterpag e while editing text

2007-02-06 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74213





--- Additional comments from [EMAIL PROTECTED] Tue Feb  6 11:52:42 + 
2007 ---
The ID of the error report is r5snsb.

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



[graphics-issues] [Issue 74213] Crash: appling a masterpag e while editing text

2007-02-06 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74213


User cl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Feb  6 14:18:57 + 
2007 ---
CL: the cause of the crash is that in this scenario,
SdDrawDocument::RemoveUnnessesaryMasterPages() is called. This contains code
that if a masterpage is deleted because it is no longer used, the current
visible page is hidden from the document view by calling
SdrDrawView::HideSdrPage(). Since no ShowSdrPage is following we later crash in
GetMenuState() that expects to always have a SdrPageView pointer. This is also
assumed at many other locations.

So the code in RemoveUnnessesaryMasterPages() is wrong since it does not check
if the masterpage that is deleted is really the one that is currently visible. I
changed the code to check that. If the deleted masterpage is also visible, I
hide it and show the first non master slide instead, therefore always having a
valid SdrPageView.

Since this is a regression but the code location that caused this bug is not
changed for a very very very very long time, I suspect that we had some changes
in the view handling that let this bug surface from the deep.

Fixed in cws impress117

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



[graphics-issues] [Issue 74213] Crash: appling a masterpag e while editing text

2007-02-06 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74213


User cl changed the following:

What|Old value |New value

 Assigned to|cl|wg





--- Additional comments from [EMAIL PROTECTED] Wed Feb  7 07:35:37 + 
2007 ---
verified in cws, back to qa

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