Closed
Bug 379629
Opened 19 years ago
Closed 19 years ago
mini calendar and date picker are completely redundant ui - should be able to choose one
Categories
(Calendar :: Lightning Only, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 374080
People
(Reporter: lists, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: 2007042804
in the half of the sidebar dedicated to lightning there's a mini calendar and also a date picker. as best as I can tell these two pieces of UI cover exactly the same ground of displaying the current date and giving me a quick way to choose a date to view.
rather than having both, I should be able to choose between them. Failing that, just removing one (either!) would make more sense than the current layout and give me back some space for my agenda list or mail folders.
Reproducible: Always
Steps to Reproduce:
1. Launch Thunderbird with Lightning installed
2. Wonder why there are two ways to see/choose the date right on top of each other.
Comment 1•19 years ago
|
||
You already can remove them using <http://kb.mozillazine.org/Userchrome.css>:
#ltnDateTextPickerBox {
display: none !important; /* Hide the datepicker textbox */
}
#ltnMinimonthBox {
display: none !important; /* Hide the minimonth */
}
Otherwise duplicate of either Bug 374080 or Bug 363421?
Updated•19 years ago
|
Whiteboard: [qa discussion needed]
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Whiteboard: [qa discussion needed]
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•