Activity log for bug #1817597

Date Who What changed Old value New value Message
2019-02-25 16:21:01 Leandro GARCIA bug added bug
2019-02-25 16:21:49 Leandro GARCIA description Hi, When the findText() is used during a floating menu (i.e. right click menu or a dropdown menu from a menu list), the highlighting behavior of the findText() makes the floating menu to disappear and it is impossible to perform actions under the menu (e.g. click()). The reason of it is that when the 'Highlight found word' function happens, the Sikulix becomes the foreground() application and any floating menu of the background application disappears. SIKULIX VERSION: 1.1.4-SNAPSHOT OS: Windows PROCEDURE: * In any program with File menu and Open option, run: RegionMenu = Region(6,27,1667,21) RegionFileMenuOption = RegionMenu.findText('File') RegionFileMenuOption.click() RegionFileOptionMenuRegion = Region(10,49,300,619) RegionFileOptionMenuRegion = RegionFileOptionMenuRegion .findText('Open') RegionFileOptionMenuRegion .click() WORKAROUND: * Use findAllText() function to do the Search. Pick index accordingly. allOpen = RegionFileOptionMenuRegion.findAllText('Open') Thanks for verifying and fixing the bug having some kind of parameter or included in the documentation. Besides, I would like to check with you if you can : include the function 'magicMessage(text, time, where = getCenter())' described in one of the bugs that I checked and written by Raiman... Also and if it is possible, please help me to understand why I'm not able to use this function on my Sikulix IDE 1.4: --> guide.rectangle(element) guide.circle(element) guide.text(element, txt) guide.tooltip(element, txt) It will help me to debug and do some demos. Again help if you can describe how to use them. Hi, When the findText() is used during a floating menu (i.e. right click menu or a dropdown menu from a menu list), the highlighting behavior of the findText() makes the floating menu to disappear and it is impossible to perform actions under the menu (e.g. click()). The reason of it is that when the 'Highlight found word' function happens, the Sikulix becomes the foreground() application and any floating menu of the background application disappears. SIKULIX VERSION: 1.1.4-SNAPSHOT OS: Windows PROCEDURE: * In any program with File menu and Open option, run:      RegionMenu = Region(6,27,1667,21)      RegionFileMenuOption = RegionMenu.findText('File')      RegionFileMenuOption.click()      RegionFileOptionMenuRegion = Region(10,49,300,619)      RegionFileOptionMenuRegion = RegionFileOptionMenuRegion .findText('Open')      RegionFileOptionMenuRegion .click() WORKAROUND: * Use findAllText() function to do the Search. Pick index accordingly.      allOpen = RegionFileOptionMenuRegion.findAllText('Open') Thanks for verifying and fixing the bug having some kind of parameter or included in the documentation. Besides, I would like to check with you if you can : include the function 'magicMessage(text, time, where = getCenter())' described in one of the bugs that I checked and written by Raiman... Also and if it is possible, please help me to understand why I'm not able to use this function on my Sikulix IDE 1.4:  --> guide.rectangle(element)      guide.circle(element)      guide.text(element, txt)      guide.tooltip(element, txt) It will help me to debug and do some demos. Again thanks so much if you can describe how to use them.
2019-02-25 16:23:46 Leandro GARCIA description Hi, When the findText() is used during a floating menu (i.e. right click menu or a dropdown menu from a menu list), the highlighting behavior of the findText() makes the floating menu to disappear and it is impossible to perform actions under the menu (e.g. click()). The reason of it is that when the 'Highlight found word' function happens, the Sikulix becomes the foreground() application and any floating menu of the background application disappears. SIKULIX VERSION: 1.1.4-SNAPSHOT OS: Windows PROCEDURE: * In any program with File menu and Open option, run:      RegionMenu = Region(6,27,1667,21)      RegionFileMenuOption = RegionMenu.findText('File')      RegionFileMenuOption.click()      RegionFileOptionMenuRegion = Region(10,49,300,619)      RegionFileOptionMenuRegion = RegionFileOptionMenuRegion .findText('Open')      RegionFileOptionMenuRegion .click() WORKAROUND: * Use findAllText() function to do the Search. Pick index accordingly.      allOpen = RegionFileOptionMenuRegion.findAllText('Open') Thanks for verifying and fixing the bug having some kind of parameter or included in the documentation. Besides, I would like to check with you if you can : include the function 'magicMessage(text, time, where = getCenter())' described in one of the bugs that I checked and written by Raiman... Also and if it is possible, please help me to understand why I'm not able to use this function on my Sikulix IDE 1.4:  --> guide.rectangle(element)      guide.circle(element)      guide.text(element, txt)      guide.tooltip(element, txt) It will help me to debug and do some demos. Again thanks so much if you can describe how to use them. Hi, When the findText() is used during a floating menu (i.e. right click menu or a dropdown menu from a menu list), the highlighting behavior of the findText() makes the floating menu to disappear and it is impossible to perform actions under the menu (e.g. click()). The reason of it is that when the 'Highlight found word' function happens, the Sikulix becomes the foreground() application and any floating menu of the background application disappears. SIKULIX VERSION: 1.1.4-SNAPSHOT OS: Windows PROCEDURE: * In any program with File menu and Open option, run:      RegionMenu = Region(6,27,1667,21)      RegionFileMenuOption = RegionMenu.findText('File')      RegionFileMenuOption.click()      RegionFileOptionMenuRegion = Region(10,49,300,619)      RegionFileOptionMenuRegion = RegionFileOptionMenuRegion .findText('Open')      RegionFileOptionMenuRegion .click() WORKAROUND: * Use findAllText() function to do the Search. Pick index accordingly.      allOpen = RegionFileOptionMenuRegion.findAllText('Open') Thanks for verifying and fixing the bug having some kind of parameter or included in the documentation. Besides, I would like to check with you if you can : include the function 'magicMessage(text, time, where = getCenter())' described in one of the bugs that I checked and written by Raiman... Also and if it is possible, please help me to understand why I'm not able to use these functions on my Sikulix IDE 1.4:  --> guide.rectangle(element)      guide.circle(element)      guide.text(element, txt)      guide.tooltip(element, txt) It will help me to debug and do some demos. Again thanks so much if you can describe how to use them.
2019-02-26 09:30:40 RaiMan sikuli: status New Invalid
2019-02-26 09:30:48 RaiMan sikuli: assignee RaiMan (raimund-hocke)