Closed
Bug 265265
Opened 20 years ago
Closed 20 years ago
grid lines dissapear in weekly view
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aghull, Assigned: mostafah)
Details
Attachments
(3 files)
|
12.86 KB,
image/png
|
Details | |
|
14.11 KB,
image/png
|
Details | |
|
13.17 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 depending on the window size, some vertical gridlines do not get drawn on the weekly. Reproducible: Always Steps to Reproduce: at full-screen 1280x1024 with hour range set to 8AM-7PM, there are 12 hour rows displayed. every 3rd box is missing a line, no line appears between 9AM and 10AM; 12PM and 1PM; 3PM and 4PM; 6PM and 7PM. modern theme
Reporter: do you mean vertical or horizontal? Either way I think this is a duplicate.
| Reporter | ||
Comment 2•20 years ago
|
||
vertical, as described. and i couldnt find a dupe
surely if the lines are missing between the _hours_ in the weekly view it is the hoz lines that are missing not the verts? the verts are the lines between the days. (horizontal is normally left to right and vertical top to bottom when talking in this context). a screen shot would clarify the problem.
Comment 4•20 years ago
|
||
I'm seeing this all the time. Quite likely rounding issues. Depends on the window size.
I was just trying to clarify what Andrew said. I don't see it here (the vertical lines problem as opposed to the horizontal one) so I'll leave it with you and others, Michiel. (I run most windows full screen and switch between them rather than tiling or similar).
Comment 6•20 years ago
|
||
Comment 7•20 years ago
|
||
(the other screenshot shows two missing lines not ONE)
| Reporter | ||
Comment 8•20 years ago
|
||
oh damn, youre right. i obviously meant 'vertical' as in 'horizontal'
(patch -l -p 2 -i file.patch) Roundoff errors can cause boxes drawn later (right, below, inner) to overlap the last pixel of boxes drawn earlier, so for grid use top/left borders instead of bottom/right borders. Patch changes bottom borders to top borders. For bottommost border, uses bottom border of column (border placed on column so easier to omit grid lines from hours column if desired, this patch does not). Column class "week-view-day-container-box" was used in both header grid and hours grid, so the headers grid column class is renamed to "week-view-header-day-column".
| Assignee | ||
Comment 10•20 years ago
|
||
Checked in. Thanks
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 11•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
•