Bug 1663583 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

With bug 1663526 landed, let's fix this!

- restore navigating from an *other header* row to any next row or subject by pressing `Enter`
- restore deleting an empty or whitespace-only, focused *other header* row by pressing `Backspace` or `Del`.

Note:
- For existing whitespace, cursor must be on position 0 for the trick to work, so that deleting whitespace say from right to left will first work normally without surprises (same behaviour which we have for autocomplete inputs).
- After deleting input text by holding `Backspace` or `Del`, you must first let go, then press the key again. Again, we want text deletion to first work normally without surprises of a disappearing row (same behaviour which I implemented for autocomplete inputs).
With bug 1663526 landed, let's fix this!

- restore navigating from an *other header* row to any next row or subject by pressing `Enter`
- restore deleting an empty or whitespace-only, focused *other header* row by pressing `Backspace` or `Del`.

Note:
- For existing whitespace-only text, cursor must be on position 0 for the trick to work, so that deleting whitespace say from right to left will first work normally without surprises (same behaviour which we have for autocomplete inputs).
- After deleting input text by holding `Backspace` or `Del`, you must first let go, then press the key again. Again, we want text deletion to first work normally without surprises of a disappearing row (same behaviour which I implemented for autocomplete inputs).
With bug 1663526 landed, let's fix this!

- restore navigating from an *other header* row to any next row or subject by pressing `Enter`
- restore deleting an empty or whitespace-only, focused *other header* row by explicitly pressing `Backspace` or `Del`.

Note:
- For existing whitespace-only text, cursor must be on position 0 for the trick to work, so that deleting whitespace say from right to left will first work normally without surprises (same behaviour which we have for autocomplete inputs).
- After deleting input text by holding `Backspace` or `Del`, you must first let go, then press the key again. Again, we want text deletion to first work normally without surprises of a disappearing row (same behaviour which I implemented for autocomplete inputs).

Back to Bug 1663583 Comment 1