Issue 54135 - Testtool: Cannot set context to Basic-Ide after working with dialogs
Summary: Testtool: Cannot set context to Basic-Ide after working with dialogs
Status: CONFIRMED
Alias: None
Product: utilities
Classification: Unclassified
Component: automation (show other issues)
Version: 680m126
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo Later
Assignee: AOO issues mailing list
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-02 08:30 UTC by joerg.skottke
Modified: 2017-05-20 11:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joerg.skottke 2005-09-02 08:30:54 UTC
Automated test: framework\update\f_updt_basic.bas::tUpdtMacroAssignment

Following code-snippet fails
(framework\tools\inc\basicide_tools.inc::hCloseBasicIde() )
kontext "BasicIde"
if (BasicIde.exists() ) then
...
endif

Even if the Basic-Ide is the topmost window and should have the focus the
if-statement evaluates to "false", making it impossible to explicitly set the
focus for FileClose.

The workaround is to dispatch FileClose without setting the context which comes
with the risk to close the incorrect document.

This worked ok in some older versions of the office.

JSK->GH: I'm not entirely certain that this is a testtool problem but please
evaluate it anyway.
Comment 1 Marcus 2017-05-20 11:33:43 UTC
Reset assigne to the default "issues@openoffice.apache.org".