AleksMorozova / prizm

4 stars 8 forks source link

A box symbol appears in textboxes #1427

Open ghost opened 9 years ago

ghost commented 9 years ago

Steps to reproduce: 1) Set any input field in focus 2) Press CTRL + Backspase

You'll get the box symbol in the input field, which is certainly not critical, but is still inconvenient:)  image

demmy commented 9 years ago

Well, it seems that this is a weird bug in the .NET framework!

If you CTRL-BACKSPACE in any Win32 application it deletes the last word, but try it in a .NET application (with a standard TextBox) and it inserts a control character.

jane-u commented 9 years ago

solution seems a bit complicated http://stackoverflow.com/questions/1124639/winforms-textbox-using-ctrl-backspace-to-delete-whole-word