Closed
Bug 428032
Opened 17 years ago
Closed 17 years ago
Separator line 2px instead of 1px in places organizer
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3
People
(Reporter: micmon, Assigned: frnchfrgg)
Details
Attachments
(2 files, 1 obsolete file)
31.38 KB,
image/png
|
Details | |
502 bytes,
patch
|
Gavin
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
One of the separator line in places organizer is 2px now instead of one (recent regression. See screenshot.
Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Anybody want to attach a simple patch to fix this?
Assignee | ||
Comment 3•17 years ago
|
||
I don't think there's a 2px line; it's probably a 1px line which shouldn't be here, and since it's right against the bottom border of the list, you see 2px. I didn't see the bug, I'll recompile latest trunk to see if I see it.
Assignee | ||
Comment 4•17 years ago
|
||
This is a regression from bug 403140
@@ -487,12 +487,9 @@
</treecols>
<treechildren flex="1"/>
</tree>
- <splitter id="contentSplitter" collapse="after" persist="state">
- <grippy/>
- </splitter>
- <hbox persist="height" id="infoPane">
+ <hbox id="infoPane">
<deck flex="1" id="detailsDeck">
- <vbox align="center">
+ <vbox id="itemsCountBox" align="center">
<spacer flex="3"/>
<label id="itemsCountText"/>
<spacer flex="1"/>
This removes the splitter instead of replacing it with a non collapsable splitter. Then the infoPane top border touches the treeview bottom border.
Note that this isn't just cosmetic, the infoPane no longer can be resized, and automatically adapts its height to its content. Since it has been decided in bug 403140 that it would be the way to go, I'd just remove the threedshadow top border of the infoPane...
What do you think ?
Assignee | ||
Comment 5•17 years ago
|
||
Assignee: nobody → frnchfrgg-mozbugs
Status: NEW → ASSIGNED
Attachment #314726 -
Flags: review?(rflint)
Assignee | ||
Comment 6•17 years ago
|
||
Unbitrotted (it had been bitrotted by bug 428020)
Attachment #314726 -
Attachment is obsolete: true
Attachment #315547 -
Flags: review?(rflint)
Attachment #314726 -
Flags: review?(rflint)
Updated•17 years ago
|
Attachment #315547 -
Flags: review?(gavin.sharp)
Updated•17 years ago
|
Attachment #315547 -
Flags: review?(rflint)
Attachment #315547 -
Flags: review?(gavin.sharp)
Attachment #315547 -
Flags: review+
Updated•17 years ago
|
Attachment #315547 -
Flags: approval1.9?
Comment 7•17 years ago
|
||
Comment on attachment 315547 [details] [diff] [review]
Remove the infoPane top border, it is unneeded and ugly since bug 403140 checkin, v2
a1.9=beltzner
Attachment #315547 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Keywords: checkin-needed
Comment 8•17 years ago
|
||
mozilla/browser/themes/gnomestripe/browser/places/organizer.css 1.16
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3
You need to log in
before you can comment on or make changes to this bug.
Description
•