Closed
Bug 106944
Opened 24 years ago
Closed 20 years ago
1px vertical lines appear on <tab>'s
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: simmo, Assigned: eric)
References
Details
Attachments
(2 files, 2 obsolete files)
1px vertical lines appear at random near the right edge of <tab/>'s when they
start to get bunched.
A small screenshot will be attached.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
I see this, too. 2001102609 linux
It has to be a rounding issue: Get as many tabs open as you need to cover the
whole tabbar. Then open the sidebar and resize it slowly. See the vertical bars
appear on a regular basis.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Comment on attachment 55382 [details]
Testcase
Incorrect mimetype
Attachment #55382 -
Attachment mime type: text/xul → application/vnd.mozilla.xul+xml
Comment 5•24 years ago
|
||
-> xul
Testcase-howto: The testcase is a simplified 'tabbar' (really: 3 vboxes with
flex=1). Open sidebar and resize the sidebar slowly. The white line appears
whenever the inner width is divisibly by 3 :
inner width = vbox1 + vbox2 + vbox3
973 px = 324 + 324 + 324 +1 white bar
974 px = 325 + 324 + 325
975 px = 325 + 325 + 325
976 px = 325 + 325 + 325 +1 white bar
Component: Tabbed Browser → XP Toolkit/Widgets: XUL
Keywords: mozilla1.0
Comment 6•24 years ago
|
||
-> box man!
Assignee: hyatt → evaughan
Status: ASSIGNED → NEW
Target Milestone: mozilla1.0.1 → ---
*** Bug 109716 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 8•24 years ago
|
||
*** Bug 111221 has been marked as a duplicate of this bug. ***
Comment 9•24 years ago
|
||
*** Bug 111671 has been marked as a duplicate of this bug. ***
Comment 10•24 years ago
|
||
*** Bug 111884 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
*** Bug 117431 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
This bug doesn't exist anymore in Build ID 2001122603 (Win98) and probably in
later ones neither (at least I never got a line so far). The lines were also
flickering when the window was resized, even if they didn't get displayed once
you stopped resizing. This is gone, too.
Just annoying that this fix didn't make it to release 0.97 anymore.
Comment 13•24 years ago
|
||
true, the gaps are now between the tabs (2001122803)
Comment 14•23 years ago
|
||
*** Bug 133542 has been marked as a duplicate of this bug. ***
Comment 15•23 years ago
|
||
Here's a (working) testcase. I can't reproduce the bug anymore though; can
anyone else? Maybe we can mark this WORKSFORME.
Attachment #55382 -
Attachment is obsolete: true
Updated•23 years ago
|
Attachment #79464 -
Attachment mime type: text/plain → application/vnd.mozilla.xul+xml
Comment 16•23 years ago
|
||
The lines aren't in the tabs any more (as I said in comment 13), but see for
yourself: The bug still exists.
Attachment #55238 -
Attachment is obsolete: true
Comment 17•22 years ago
|
||
worksforme moz 1.4. can anyone reproduce the problem?
Comment 18•22 years ago
|
||
Problem still appears - 2003081204/trunk/W2K
Reporter | ||
Comment 19•20 years ago
|
||
Marking as WORKSFORME
No longer appears, old bug.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: bugzilla → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•