Issue 90974 - w_updt.bas tFormatNumberingBullets needs more time to open the long bullet menu list
Summary: w_updt.bas tFormatNumberingBullets needs more time to open the long bullet me...
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All Solaris
: P3 Trivial
Target Milestone: ---
Assignee: fredrik.haegg
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-23 08:12 UTC by jogi
Modified: 2013-08-07 15:07 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 jogi 2008-06-23 08:12:04 UTC
tFormatNumberingBullets fails sometimes on Solaris because it needs more time to
load the bullet-iconlist (huge list):

(...)
    Sleep 1
    '  MenuSelect(2)
    '  Call hMenuSelectNr (3)
    '  Sleep 10
    try
        Auswahl.Click
        Sleep 5
        Call hMenuSelectNr(2)
        Sleep 25
        Call hMenuClose
    catch
        Exceptlog
        Call hMenuClose
    endcatch
(...)

instead of Sleep 25 it would be much better to ask if the list contains > n
entries to be sure that the list of bullet-graphics is really opened and
selectable.
Comment 1 fredrik.haegg 2008-08-06 21:07:45 UTC
Had problems reproducing this. 
But is hopefully fixed in autotestfixfha1.
Comment 2 fredrik.haegg 2009-06-02 13:22:35 UTC
Issue seems to be fixed.
Set to verified.
Comment 3 fredrik.haegg 2009-06-02 13:23:20 UTC
Set to closed.