To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83888
User af changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jun 5 07:45:10 +0000
2008 -------
There are three possible fixes:
1) Activate the edit view when the form control is clicked but before the page
is switched. Found no easy way to do that.
2) Set the current slide early in SwitchPage() so that in the nested call there
is nothing to do and the call exits without doing any harm. The problem with
this approach is that the current slide is stored in at least three different
ways (the mpActualPage pointer, in the maTabControl, in the page view) and
probably more. Therefore the fix would be fragile and might lead to further
bugs.
3) Introduce a new flag to DrawViewShell and use that to prevent nested calls of
SwitchPage(). Did that because it is robust and prevents nested calls to
SwitchPage() when they originite from other scenarios.
Modified files are:
/sd/source/ui/inc/DrawViewShell.hxx rev. 1.26.40.1
/sd/source/ui/view/drviews1.cxx rev. 1.79.40.1
/sd/source/ui/view/drviewsa.cxx rev. 1.49.40.1
---------------------------------------------------------------------
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]