ask password clear bug
Wouter
wouter.abraham at pi.be
Tue Mar 23 20:11:51 EST 2004
As the "ask password clear"-bug is still standing in the latest RC, the
following is still a solution:
Edit the script of card 1 of the "ask dialog" stack and change:
on backspaceKey
if the fieldmode of me is "password"
then deleteone
else pass backSpaceKey
end backspaceKey
to
on backspaceKey
if the fieldmode of me is "password" or the fieldmode of me is
"clear"
then deleteone
else pass backspaceKey
end backspaceKey
Greetings,
WA
More information about the use-livecode
mailing list