Closed
Bug 316445
Opened 20 years ago
Closed 15 years ago
different display in Windows and Linux GTK
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jacobo221, Unassigned)
Details
(Whiteboard: [CLOSEME 5-15-2010])
Attachments
(4 files, 2 obsolete files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)
The following code is displayed different in Windows and in Linux (GTK):
<a style="border: 1px solid">A</a><table style="border: 1px solid"><tr><td>A</td></tr></table>
While in Windows it will be displayed correctly (<a> right above <table>), on Linux (GTK) <table>'s top border will be overlapped by <a>'s bottom border.
As far as I have seen, this has always been there in Gecko, at least since Netscape 6.0.
Reproducible: Always
Steps to Reproduce:
1. Create a file with the above HTML code as its content
2. View the HTML file with FireFox
3. Notice on Windows it is displayed correctly while on Linux (with GTK2) borders are overlapped
Actual Results:
On Linux (tested with GTK2), borders overlap
Expected Results:
Borders should be one right above the other, not overlapped
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Attachment #203053 -
Attachment is obsolete: true
Comment 3•20 years ago
|
||
Attachment #203055 -
Attachment is obsolete: true
unstable debian: fontconfig 2.3.2-1.1, freetype 2.1.10-1, xft 2.1.7-1, pango 1.8.2-3, gtk2 2.6.10-1, glibc 2.3.5-8
Geez, my screenshot looks aweful compared to that. :P
I dumped ~/.fonts.conf and ~/.gtkrc-2.0, but am pretty sure that /etc/fonts/* is not as unstable debian originally had it.
Can reporter please confirm if bug still occurs with recent Firefox version.
Comment 10•15 years ago
|
||
This bug was reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.3 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME
http://www.mozilla.com
http://support.mozilla.com/kb/Managing+profiles
http://support.mozilla.com/kb/Safe+mode
Whiteboard: [CLOSEME 5-15-2010]
Version: unspecified → 1.0 Branch
Comment 11•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.3 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•