Menu

#8 Edit widget doubles entered text

v0.1
closed-fixed
Bluecat
Widgets (15)
9
2005-06-15
2005-06-15
Bluecat
No

When typing into the edit widget, each character is
doubled. i.e typing 'abc' results 'aabbcc'.

Discussion

  • Bluecat

    Bluecat - 2005-06-15
    • status: open --> closed-fixed
     
  • Bluecat

    Bluecat - 2005-06-15

    Logged In: YES
    user_id=1266557

    In edit.py both the char handler and keydown handler were
    adding characters to the text string when a key was pressed.
    Now only the char handler does this.

     

Log in to post a comment.