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

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

Title:
  X-1.0rc3: Windows: highlight() hides some kind of tooltip like visual
  objects

Status in Sikuli:
  In Progress

Bug description:
  *** problem
  - first reported on japanese Windows XP (see below)
  - confirmed on Windows 7 with this test script:

  hover("some-image.png"); wait(2) # inits a tooltip
  getLastMatch().highlight(2) # tooltip hidden
  setROI(300,300,100,100)
  wait(2) # tooltip visible again
  highlight()
  wait(2) # tooltip hidden
  highlight()
  wait(2)  # tooltip visible again
  setROI(Screen(0))

  ---------------------------------------------

  If you use a ime, when you input some letters, there will be a condidate 
window for you to select target.
  In X1.0-rc3, if I use highlight() to the condidate window, the window 
disappear. But when you use X1.0-rc2, if you highlight the condidate window, 
the window is also there.
  I guess it is because the highlight() seize the focus of window.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/874033/+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