Closed
Bug 1700024
Opened 4 years ago
Closed 4 years ago
Clicking on an event box should give it focus
Categories
(Calendar :: Calendar Frontend, defect)
Calendar
Calendar Frontend
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
Selecting an event in any of the views gives it the appearance of being selected but doesn't actually give it focus. This is (a) stupid and (b) a problem for tests, especially on Mac which does weird things with focus.
Assignee | ||
Comment 1•4 years ago
|
||
The easiest way to see this in action is to set a style on the focussed element, e.g.
:focus { outline: 3px solid red !important }
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/5eeddce54d3a
Give focus to event boxes when they are clicked on. r=mkmelin
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•4 years ago
|
status-thunderbird_esr78:
--- → wontfix
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•