sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40874
[Bug 1646399] [NEW] select() can't set default=0; can't set default=<unicode string>
Public bug reported:
#1
select(mytxt, options=mylist, default=0)
throws an error: «Error source first line: module ( function ) statement
433: Sikuli ( select ) TypeError: popSelect(): 4th arg can't be coerced
to String».
The first line as default is expected.
#2 It is convenient to set default value both as a string and as an item
number. But when I use unicode string as a default value, select()
always sets default=0 (=first line):
select(mytxt, options=mylist, default=u"пункт №3") # default=0 actually
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1646399
Title:
select() can't set default=0; can't set default=<unicode string>
Status in Sikuli:
New
Bug description:
#1
select(mytxt, options=mylist, default=0)
throws an error: «Error source first line: module ( function )
statement 433: Sikuli ( select ) TypeError: popSelect(): 4th arg can't
be coerced to String».
The first line as default is expected.
#2 It is convenient to set default value both as a string and as an
item number. But when I use unicode string as a default value,
select() always sets default=0 (=first line):
select(mytxt, options=mylist, default=u"пункт №3") # default=0
actually
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1646399/+subscriptions
Follow ups