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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to