Bug 1940278 Comment 0 Edit History

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

This bug basically manifests in the same way that bug 1925635 does, but it's specific to Google Calendar (in my experience so far at least), and it was regressed by the patches that landed in bug 1925635.

STR:
1. Visit https://calendar.google.com/ and sign in if you're not already signed in. (I'm using a personal Google account.)
2. Click a blank space on your calendar to create an event, and then click "More Options"
3. Click the description field ("Add description")
4. Type `abc def`
5. Ctrl+Backspace (or option+backspace on macOS) to delete `def`
6. Type `g`

EXPECTED RESULTS:
Description should show `abc g` (preserving the space)

ACTUAL RESULTS:
Description shows `abcg` (space gets eaten when I type the `g`)
This bug basically manifests in the same way that bug 1925635 does, but it's specific to Google Calendar (in my experience so far at least) ~and it was regressed by the patches that landed in bug 1925635~ [EDIT: see comment 2]

STR:
1. Visit https://calendar.google.com/ and sign in if you're not already signed in. (I'm using a personal Google account.)
2. Click a blank space on your calendar to create an event, and then click "More Options"
3. Click the description field ("Add description")
4. Type `abc def`
5. Ctrl+Backspace (or option+backspace on macOS) to delete `def`
6. Type `g`

EXPECTED RESULTS:
Description should show `abc g` (preserving the space)

ACTUAL RESULTS:
Description shows `abcg` (space gets eaten when I type the `g`)

Back to Bug 1940278 Comment 0