Closed
Bug 270340
Opened 20 years ago
Closed 15 years ago
page info tab bar grows 2px
Categories
(Firefox :: Page Info Window, defect)
Firefox
Page Info Window
Tracking
()
RESOLVED
INVALID
People
(Reporter: aconbere, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041116 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041116 Firefox/1.0
becuase the css calls the focused tab to have a two pixel wider left padding
than an unfocused tab, we get a growth of the entire tab bar to the right two
pixels when you select a new tab. this causes a bit of disorientation and
generaly dirty feel to the tab bar here. I've posted an example screenshot that
shows the growth.
Reproducible: Always
Steps to Reproduce:
1.open the page-info window
2.select a new tab
3.watch carefully for the shift
Actual Results:
tab bar grew two pixels to the right
Expected Results:
all tabs should remain fixed widths. And at the very least the tab bar itself
should remain a fixed size.
this occurs in the tabbox.css file in the global folder of the classic theme.
in particular the segments at fualt are
here:
tab
{ ...
padding: 1px 4px 2px 4px;
...
}
and here:
tab[selected="true"] {
margin-top: 0;
border-bottom-color: transparent;
padding: 1px 6px 4px 6px;
}
In my theme by making the tab[selected="true"] padding the same sizes as the
"tab" paddings I've stopped this slidding effect. In general I believe this
gives a cleaner feel.| Reporter | ||
Updated•20 years ago
|
Summary: page info tabs move to the right 2px → page info tab bar grows 2px
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 2•20 years ago
|
||
Same results in linux. Thunderbird version 0.9 (20041118). Anders
| Reporter | ||
Comment 3•20 years ago
|
||
sorry... wrong bug...wrong window.. /me sighs Anders
Updated•18 years ago
|
Assignee: bugs → nobody
Comment 4•15 years ago
|
||
After the PageInfo rewrite, the Page Info window does not use tabs any more.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•