KawaiiBASIC / classilla

Automatically exported from code.google.com/p/classilla
0 stars 0 forks source link

Backspace doesn't work right in Compose Mail #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The restored Compose Mail window (issue 69) doesn't respond to Backspace
right. For example, you can't backspace an address in To:. This worked in
9.0, so it is a Regression; I'm committed to getting Mail-news back to 9.0
level in 9.1, so it is also Critical.

Original issue reported on code.google.com by classi...@floodgap.com on 12 Feb 2010 at 6:12

GoogleCodeExporter commented 9 years ago
The code in addressingWidgetOverlay.js had case 8: in awRecipientKeyDown and
awKeyDown intercepted. Even removing preventBubble() did not fix this, so the 
cases
are removed. This restores apparently normal operation, but the fix is ugly, so 
this
will be marked VERIFIED and logged as a kludge.

Original comment by classi...@floodgap.com on 12 Feb 2010 at 6:55