Calendar New Event window should start with the title highlighted
Categories
(Calendar :: Dialogs, defect, P2)
Tracking
(thunderbird_esr78+ fixed, thunderbird81 fixed)
People
(Reporter: mkmelin, Assigned: khushil324)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
4.77 KB,
patch
|
khushil324
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1656693 +++
Bug 1656693 changed the focus, but didn't select the "New Event" text in the dialog, so that the use can just start typing in the title - like on 68.
Alternatively, and I think maybe this would be my preference, we should instead do this using a placeholder - I which would be more modern + the title of the new event needs to be something real for the event to be useful ( you don't want "New Event" in your calendar ever.
I notice it's also possible to save with no title at all entered which will create a "null" event. Let's fix that in this bug as well.
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
I just noticed a different behavior (when I look at the binaries of Thunderbird in C:\Program Files\Mozilla Thunderbird, I see the version 78.2.0.7538 and file dates from just half an hour ago. Thunderbird seems to have updated.). When I now create a new calendar event, the cursor blinks in the text box near "Title". Basically, that is better than before, but this text box still contains the entry "Neuer Termin".
It would be an acceptable solution if the "Neuer Termin" text would be selected. But the cursor position is right after the "n" of "Termin". So I have to first delete the "Neuer Termin", then I can start entering my event text.
I know that this bug is still in state open, but I wonder where this different behavior comes from. Was it fixed with another bug which deals in the same area?
Comment 4•4 years ago
|
||
Comment 5•4 years ago
•
|
||
(In reply to b3_web from comment #3)
I just noticed a different behavior (when I look at the binaries of Thunderbird in C:\Program Files\Mozilla Thunderbird, I see the version 78.2.0.7538 and file dates from just half an hour ago. Thunderbird seems to have updated.). When I now create a new calendar event, the cursor blinks in the text box near "Title". Basically, that is better than before, but this text box still contains the entry "Neuer Termin".
It would be an acceptable solution if the "Neuer Termin" text would be selected. But the cursor position is right after the "n" of "Termin". So I have to first delete the "Neuer Termin", then I can start entering my event text.
I know that this bug is still in state open, but I wonder where this different behavior comes from. Was it fixed with another bug which deals in the same area?
Yes it was fixed in bug 1656693.
There are several workarounds.
Select the Calendar in the event creation dialog.
Press the Tab key twice.
That highlights the "Neuer Termin" like it worked before.
Start typing.
Select "Neuer Termin" and double click the left mouse button.
Start typing.
Right click in the Title field.
Choose "Select All"
Start typing.
Assignee | ||
Comment 6•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/1e2ed2e91d3e
Calendar New Event window should start with the title highlighted. r=pmorris DONTBUILD
Updated•4 years ago
|
Assignee | ||
Comment 8•4 years ago
|
||
When should we add ESR uplift request for this?
Assignee | ||
Comment 9•4 years ago
|
||
Comment on attachment 9172855 [details] [diff] [review]
Bug-1659380_Calendar-New-Event-title-highlighted-0.patch
[Approval Request Comment]
Regression caused by (bug #): 1569562
User impact if declined: Title editing in the edit event dialog functionality will be affected UX wise.
Testing completed (on c-c, etc.):
Risk to taking this patch (and alternatives if risky): Low
Comment 10•4 years ago
|
||
Comment on attachment 9172855 [details] [diff] [review]
Bug-1659380_Calendar-New-Event-title-highlighted-0.patch
[Triage Comment]
Approved for beta
Comment 11•4 years ago
|
||
bugherder uplift |
Thunderbird 81.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/6e1dfa49b264
Reporter | ||
Updated•4 years ago
|
Comment 12•4 years ago
|
||
In testing of the 81.0b3 release candidate on Ubuntu 18.04.
I would not say the title is highlighted like the words "New Event" were in version 68.
More like the cursor is placed at the beginning of the field ready for the user to begin typing, and "New Event" is in a light grey font.
Which works fine for me.
Comment 13•4 years ago
|
||
@WaltS48: You write that the title is not highlighted, and the cursor is placed a the beginning of the field ready for the user to begin typing.
Does that mean that the light grey text "New Event" disappears as soon as the user starts entering? That would be the desired behavior.
But if the cursor is placed at the beginning of the field and "New Event" would be shifted with every key that the user enters, then this would not be the desired behavior. I think it should be in a way that the user can immediately start typing a new event title without having to select or delete the "New Event" text first.
Reporter | ||
Comment 14•4 years ago
|
||
Yes it's using a placeholder now, so the cursor is at the start because there is no "real" input. Working like it should.
like I mentioned in comment 0 we should prevent "null" events - which was not fixed, and now quite a lot more easy to hit. Filed bug 1663303.
Comment 15•4 years ago
|
||
Comment on attachment 9172855 [details] [diff] [review]
Bug-1659380_Calendar-New-Event-title-highlighted-0.patch
[Triage Comment]
Approved for esr78.
Comment 16•4 years ago
|
||
bugherder uplift |
Thunderbird 78.2.2:
https://hg.mozilla.org/releases/comm-esr78/rev/94272208c223
Description
•