← Back to team overview

sikuli-driver team mailing list archive

[Bug 1858192] [NEW] Combo Box not Clearing

 

Public bug reported:

2.0.1-2019-11-22_16:54/Mac10.15.2/Java13(64)13.0.1+9

Script

def Combo_One(Combo_Header,items):
    selected = select(Combo_Header, options = items)
    return selected

Loop
    
    Displays a multi selection ( 4 or more Items )
    v_Select = Combo_One("Is Image on Screen ",("No","Yes","Display","Copy Existing","Exit"))

    do something
    Displays a multi selection again ( 4 or more Items )

Randomly it will leave a combo box on screen that is inactive and can
only be dragged out of the way

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1858192

Title:
  Combo Box not Clearing

Status in Sikuli:
  New

Bug description:
  2.0.1-2019-11-22_16:54/Mac10.15.2/Java13(64)13.0.1+9

  Script

  def Combo_One(Combo_Header,items):
      selected = select(Combo_Header, options = items)
      return selected

  Loop
      
      Displays a multi selection ( 4 or more Items )
      v_Select = Combo_One("Is Image on Screen ",("No","Yes","Display","Copy Existing","Exit"))

      do something
      Displays a multi selection again ( 4 or more Items )

  Randomly it will leave a combo box on screen that is inactive and can
  only be dragged out of the way

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1858192/+subscriptions


Follow ups