To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73426
                 Issue #|73426
                 Summary|switching document windows with tab disrupts avtice st
                        |ate of child frames like chart ole object leading to w
                        |rong help context
               Component|framework
                 Version|680m195
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|as
             Reported by|iha





------- Additional comments from [EMAIL PROTECTED] Fri Jan 12 09:45:09 -0800 
2007 -------
-Use the new chart in current status from CWS chart2mst3.
-Start the Office with environment variable HELP_DEBUG set to true thus you can
see the help context and help ids
-Open a calc document
-Insert some data
-Choose Insert chart from toolbar
-In the chart wizard click Shift - F1 on any ui element -> the yellow flyer
shows the help context 'schart' as it should be.
-Open the Help with F1
-switch back to the chart wizard with Alt - Tab
-press Shift - F1 while having the mouse on any other! ui element in the wizard
(don't use the same control as before as the values seem to be cached somewhere)
--> The indicated context for the help now is scalc - what is wrong

The error occurs because the formerly active child frame (chart) of the calc is
set to null when switching back from help window to calc document window:
framework/source/services/frame.cxx v 1.99 method Frame::setActiveFrame line 598

Adding the condition xFrame.is() to the if statement in line 595 does solve the
problem. But I am not sure whther this has negative side effects as the comment
in the line above explicitely allows xFrame==NULL. Could you please check?
Thanks a lot.

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