Closed
Bug 494476
Opened 17 years ago
Closed 17 years ago
In month/multiweek views, event boxes are misplaced by 1px to the left
Categories
(Calendar :: Calendar Frontend, defect)
Calendar
Calendar Frontend
Tracking
(Not tracked)
VERIFIED
FIXED
1.0b1
People
(Reporter: bv1578, Assigned: bv1578)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1pre) Gecko/20090521 Lightning/1.0pre Shredder/3.0b3pre
In month view and multiweek view, every event boxes is misplaced to the left side of the day-box. With Sunbird\Lightning 1.0pre (Gecko 1.9) there are always two pixels to the left and three pixels to right, instead with Sb\Lg 0.9 the distance can change.
This behavior is a wanted workaround that allowed to build the month-multiweek views in Calendar 0.9. With bug 430382, attachment 331076 [details] [diff] [review] introduced a padding-right and a padding-bottom (1px) to calendar-month-day-box element in calendar-views.css file (see bug 430382 comment #31).
The reason was to avoid disappearing grid lines when window resizes caused by a specific bug of Gecko 1.8 but not present in Gecko 1.9 and later.
So, with Gecko 1.9.1, I think those two padding attributes can be removed from the css file.
Reproducible: Always
Steps to Reproduce:
1. create an event in month view
Actual Results:
the event box has three pixels distance from the month grid to the right side and two pixels to the left side.
Expected Results:
the event box should stay in the middle of the day box.
This patch fixes the issue removing two padding element in calendar-views.css.
I've tested the absence of the bug that caused disappearing lines resizing the calendar view (resizing the window, today pane, left pane) and it seems everything Ok.
In the following screenshot, the month-view without and with the patch.
Attachment #379231 -
Flags: review?(mschroeder)
Updated•17 years ago
|
Assignee: nobody → bv1578
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Hardware: x86 → All
Comment 3•17 years ago
|
||
Comment on attachment 379231 [details] [diff] [review]
remove two padding attributes
Looks good! r=mschroeder
Decathlon, how do the boxes of two events on the same day look like (bottom padding)?
Attachment #379231 -
Flags: review?(mschroeder) → review+
>Decathlon, how do the boxes of two events on the same day look like (bottom
>padding)?
On bottom side events boxes don't have any padding, and touch the grid line. If boxes are 1px from the bottom, without patch scroll bar appears (see attachment), with patch doesn't appear the scroll bar.
Don't know what's better.
Comment 5•17 years ago
|
||
(In reply to comment #4)
> On bottom side events boxes don't have any padding, and touch the grid line. If
> boxes are 1px from the bottom, without patch scroll bar appears (see
> attachment), with patch doesn't appear the scroll bar.
> Don't know what's better.
Go for checkin, imo! Philipp, does this need further UI inspection?
Keywords: checkin-needed
Comment 6•17 years ago
|
||
No, go ahead.
Comment 7•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 1.0
Comment 8•16 years ago
|
||
verified with
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9pre) Gecko/20100305 Calendar/1.0b2pre
Status: RESOLVED → VERIFIED
Comment 9•14 years ago
|
||
These bugs are likely targeted at Lightning 1.0b1, not Lightning 1.0. If this change was done in error, please adjust the target milestone to its correct value. To filter on this bugspam, you can use "lightning-10-target-move".
Target Milestone: 1.0 → 1.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•