Issue 82649 - Testtool cannot access file menu / wizards on backing window
Summary: Testtool cannot access file menu / wizards on backing window
Status: CLOSED WONT_FIX
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.4
Assignee: joerg.skottke
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-16 07:41 UTC by joerg.skottke
Modified: 2008-03-12 10:53 UTC (History)
1 user (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 2007-10-16 07:41:34 UTC
Automated tests: All wizard update tests
(framework/update/f_updt_wizard_xxx.bas) that use the menu to access the
wizards, the slots appear to fail to - at least in some cases.

This problem is triggered by the removal of "The first doc!" which changes the
behavior from always having an initial writer document to working directly on
the backing window.

As a workaround i replicate the behavior of "the first doc!" in each test affected.

JSK->GH: Please evaluate why the testtool cannot access the wizards via menu
while this is possible to do so manually.
Comment 1 gregor.hartmann 2007-10-23 10:31:50 UTC
the function hUseMenu() does not work on backingwindow.

It trues to open the menu of a writer (or whatever) document and faile
Try catch hides this error
Comment 2 gregor.hartmann 2007-10-23 10:32:37 UTC
.
Comment 3 joerg.skottke 2008-03-12 10:53:55 UTC
close