Issue 90974

Summary: w_updt.bas tFormatNumberingBullets needs more time to open the long bullet menu list
Product: QA Reporter: jogi
Component: testscriptsAssignee: fredrik.haegg
Status: CLOSED FIXED QA Contact: issues@qa <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: current   
Target Milestone: ---   
Hardware: All   
OS: Solaris   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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.