[request] log problem: type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE ""

Bug #1046764 reported by Aki Sivula
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Fix Released
Critical
RaiMan

Bug Description

Message tab prints F4 as  When using Key.F4 command

Example:
type(Key.F4, KeyModifier.ALT)

Message tab:
[log] Alt+TYPE ""

Operating system: Windows 7 64bit
Sikuli 1.0rc3 r930

Tags: fkt-type
RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Fix Committed
milestone: none → x1.0
RaiMan (raimund-hocke)
Changed in sikuli:
assignee: nobody → RaiMan (raimund-hocke)
RaiMan (raimund-hocke)
tags: added: fkt-type
RaiMan (raimund-hocke)
Changed in sikuli:
status: Fix Committed → In Progress
RaiMan (raimund-hocke)
Changed in sikuli:
importance: Undecided → Wishlist
RaiMan (raimund-hocke)
Changed in sikuli:
milestone: x1.0 → none
summary: - log problem: type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE ""
+ [request] log problem: type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE
+ ""
Revision history for this message
RaiMan (raimund-hocke) wrote :

fix committed:
for non-printable special keys we now print a textual representation:

type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE "#F4."

or

type("abc" + Key.TAB + "xyz" + Key.ENTER) --> [log] TYPE "abc#TAB.xyz#ENTER."

Changed in sikuli:
importance: Wishlist → Critical
status: In Progress → Fix Committed
milestone: none → x1.0
RaiMan (raimund-hocke)
Changed in sikuli:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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