To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49091
User af changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu May 12 01:15:39 -0700
2005 -------
Leaving the group turns on the text edit mode (why?) but because the layer is
locked in SdrObjEditView::BegTextEdit() the pTextEditOutliner local variable is
not set. An unguarded access then leads to the crash.
Guarding the access against pTextEditOutliner being NULL solves the problem but
two questions remain:
1. Why is the text edit mode turned on (and from where)?
2. Why is there a text object in FuText::SetInEditMode()? In an experiment with
another group that contained a text object there was no text object in that
function and the crashing method was not even called.
---------------------------------------------------------------------
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]