Closed
Bug 275404
Opened 20 years ago
Closed 20 years ago
Day view: description is at bottom of event box
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gekacheka, Assigned: mostafah)
Details
Attachments
(1 file)
|
1.46 KB,
patch
|
mattwillis
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: In Day view, the title of the event is at the top of the box, and the description is at the bottom. This is a problem for long events that have a short description, because it means the description may be scrolled off the bottom of the view and the user may not realize there is a description. Reproducible: Always Steps to Reproduce: 1. new event 2. title: Event1 3. start: 15:00 4. end: 21:00 3. description: bring a flashlight Actual Results: +----------------------- | Event1 | | | | | | | | | bring a flashlight +----------------------- Expected Results: +----------------------- | Event1 | bring a flashlight | | | | | | | | +-----------------------
(patch -p 2 -i file.patch) Remove old flex and crop not needed on title label. Problem was that title box was filling event box because of flex, so description box was pushed to bottom. Removing flex allows both to appear at top. Crop is not needed, as overflow is handled by CSS overflow: hidden.
Updated•20 years ago
|
Attachment #169213 -
Flags: first-review+
Comment 2•20 years ago
|
||
Patch checked in -> FIXED
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Sunbird Only. Be afraid for your sanity!
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•