Hello,
I am stuck in the use of a contenteditable element of an html page by a bug that I can't get around.
I isolated it in the very small program attached.
Start the program
1. Place the cursor in the word A1B2CD3E4F5G6HIJKLM before G (a letter, not a number)
2. Type the sequence of the 3 keys: Enter + Backspace + Enter
Result: A1B2CD3E4F5; the end of the line disappears ...
Is this bug workaround, for example by intercepting the keypress event ?
Thanks for your help
I am stuck in the use of a contenteditable element of an html page by a bug that I can't get around.
I isolated it in the very small program attached.
Start the program
1. Place the cursor in the word A1B2CD3E4F5G6HIJKLM before G (a letter, not a number)
2. Type the sequence of the 3 keys: Enter + Backspace + Enter
Result: A1B2CD3E4F5; the end of the line disappears ...
Is this bug workaround, for example by intercepting the keypress event ?
Thanks for your help