** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 2.0.5

** Summary changed:

- Combo Box not Clearing
+ [2.0.4] Combo Box not Clearing --- to be checked

-- 
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:
  [2.0.4] Combo Box not Clearing --- to be checked

Status in Sikuli:
  In Progress

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to