[1.1.0] Region.highlight() should not close expanded menu or drop down --- not possible

Bug #950603 reported by RaiMan
22
This bug affects 3 people
Affects Status Importance Assigned to Milestone
SikuliX
Won't Fix
Medium
RaiMan

Bug Description

*********** workaround

use hover() instead

or some function like this (1.1.0+)

def hoverHighlight(reg, loop = 1):
  for n in range(loop):
    hover(reg.getTopLeft())
    hover(reg.getTopRight())
    hover(reg.getBottomRight())
    hover(reg.getBottomLeft())
    hover(reg.getTopLeft())

which visits the 4 corners of the region clockwise and then again the top left corner.

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

Hello,
In sikuli rc3 it was noticed that, after clicking upon a drop-down button, then highlighting the expanded menu area, the highlight execution seems to close the expanded drop-down menu.

This behavior was not present in rc2, where it was possible to highlight an expanded drop-down menu (this is the desired behavior).

Would it be possible to have the highlight behavior upon an expanded drop down menu maintain the menu expanded during and after highlight execution? (in rc3)

Thanks,

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → In Progress
assignee: nobody → RaiMan (raimund-hocke)
RaiMan (raimund-hocke)
tags: added: fkt-highlight
RaiMan (raimund-hocke)
Changed in sikuli:
importance: Undecided → Medium
Revision history for this message
sddc (sddc) wrote :

This happens when running scripts in slow motion too.

Revision history for this message
David ENJOLRAS (david-enjolras) wrote :

I confirm this bug description, and I'm also interested in a solution...
Thanks.

RaiMan (raimund-hocke)
Changed in sikuli:
milestone: none → 2.0.0
summary: - X-1.0rc3: Region.highlight() should not close expanded menu or drop down
+ [1.1.0] Region.highlight() should not close expanded menu or drop down
RaiMan (raimund-hocke)
description: updated
RaiMan (raimund-hocke)
Changed in sikuli:
status: In Progress → Won't Fix
milestone: 2.0.0 → none
summary: [1.1.0] Region.highlight() should not close expanded menu or drop down
+ --- not possible
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.