Closed
Bug 1806685
Opened 2 years ago
Closed 2 years ago
Move calendar display toggle button tooltip from XUL tooltiptext to HTML title
Categories
(Calendar :: Calendar Frontend, task)
Calendar
Calendar Frontend
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1809557
People
(Reporter: freaktechnik, Assigned: solange)
References
Details
The calendar visibility toggle (input.calendar-displayed
) in the calendar list has a tooltip to indicate what will happen when you click on it. However, the tooltip is still provided on the tooltiptext
attribute while the actual markup around it was converted to HTML. In order for a tooltip to be shown in HTML the tooltip contents should be set on the title
attribute.
I think to fix this essentially all the hits for tooltiptext
in https://searchfox.org/comm-central/rev/cb87058b16e77e1131b7dad22580a42701e1ed59/calendar/base/content/calendar-management.js#243 need to be updated to instead set the title.
Reporter | ||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•