Closed
Bug 306989
Opened 19 years ago
Closed 18 years ago
top pane is one line tall when starting up
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mh, Unassigned)
Details
Attachments
(1 file)
|
2.59 KB,
patch
|
jminta
:
first-review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 On mac os x. Installed sunbird and ran it for the first time. The top pane showing the event list was only one line long. It should be several lines long, so it will be identifiable as a list of events. After resizing manually, everything was great. Reproducible: Always Steps to Reproduce: 1. install sunbird 2. run sunbird 3. look at top pane Actual Results: top pane was one line tall and did not look like like a list. Expected Results: Showed several lines, so that it was recognizable as a list of events. it looks VERY GOOD so far!
Comment 1•19 years ago
|
||
The unifinder is definitely small on startup with a clean profile, but it's also empty, so not much is missing. Still, it's SO narrow that users could find it confusing, and it almost always ends up getting resized. If we explicitly declare the height of the box, then on first start-up it will be bigger, and persist="height" will still override, so everyone is happy. (120 gives about 3 tree-rows height for me).
Attachment #194791 -
Flags: first-review?(mvl)
Comment 2•19 years ago
|
||
Comment on attachment 194791 [details] [diff] [review] declare height >- <vbox id="bottom-events-box" persist="height"> >+ <vbox id="bottom-events-box" height="120" persist="height"> IMO stuff like "height" should go into calendar.css, where it can be customized by themers. I would also recommend using a 'em' value here to better cope with larger or smaller fonts.
Comment 4•19 years ago
|
||
Comment on attachment 194791 [details] [diff] [review] declare height >+ <vbox id="bottom-events-box" height="120" persist="height"> Why not set the height on the tree itself? That's is where the problem is. You could also try to play with flex settings, to make the tree something like 25% of the height.
Comment 5•19 years ago
|
||
Comment on attachment 194791 [details] [diff] [review] declare height See mvl's comments.
Attachment #194791 -
Flags: first-review?(mvl) → first-review-
Comment 6•18 years ago
|
||
Reassigning all automatically assigned bugs from Mostafa to nobody@m.o Bugspam filter: TorontoMostafaMove
Assignee: mostafah → nobody
Updated•18 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → Trunk
Comment 8•18 years ago
|
||
(In reply to comment #7) > Was this fixed with the patch from bug 355360? > I also think it has been fixed
Comment 9•18 years ago
|
||
This was fixed with the patch from bug 355360.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•