Closed
Bug 197523
Opened 22 years ago
Closed 22 years ago
Mozilla in LINUX version doesn't show the page correctly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: cijoml, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314
When page under Mozilla LInux version is finished, left row looks bad. Row
should be wide as pictures (fotogalerie, slovnik pojmu) - windows based mozilla
show page correctly. Tested 1.2.1, 1.3.0
Reproducible: Always
Steps to Reproduce:
1. Simply open the page with linux version of mozilla
Actual Results:
under linux version of mozilla you'll se bad looking row
Expected Results:
Correct cascade style
WFM 1.3 Linux i686.
There is one Shockwave and one Java applet which show the pictures.
You should have Java and Shockwave installed and enabled.
Reporter | ||
Comment 2•22 years ago
|
||
I have sun java 1.4.1_01 shockwave 6. All java and shockwave parts works, but
login part of site, and other things in left row should have the same width as
pictures in the same row - try see page in windows mozilla and u'll see problem
in linux version.
Mozilla 1.3, Linux: i have thesame problem.
I see that everything is good if I change in DOM Inspector:
- "width" for those inputs and
- "width" for table which contains left column.
I make it smaller and it works only if I change both values
Comment 4•22 years ago
|
||
It looks fine to me. Can you attach a screenshot to show what it's supposed to
look like?
==> layout
Assignee: asa → other
Component: Browser-General → Layout
QA Contact: asa → ian
Reporter | ||
Comment 5•22 years ago
|
||
I am attaching screenshot for linux version of mozilla - red circle shows problem
http://daisy.servodata.cz/~cijoml/moz-linux.jpg
Reporter | ||
Comment 6•22 years ago
|
||
bug in linux version
Reporter | ||
Comment 7•22 years ago
|
||
and here is windows look of site
Comment 8•22 years ago
|
||
I see the bug on the URL if I increase the font size. Locally it show up
without adjustment.
This testcase has a sample <input> from the page and a box show the 146 pixels
the page thinks the <input> should be. It looks like Mozilla/Linux's Arial is
wider than whatever Mozilla/Windows grabs.
Reporter | ||
Comment 9•22 years ago
|
||
So is the bug confirmed?
Comment 10•22 years ago
|
||
I don't know that there's anything that Mozilla is doing wrong here. There's no
rule that Arial font on Linux has to be the same width as Verdana in Windows.
I guess the page ought to say <input 'style="width: NNNpx"' ...> if they really
want the <input> to be a certain width (size="23" is pretty ambiguous).
Comment 11•22 years ago
|
||
Agreed, if people want a fixed width, they should specify it as such. Resolving
INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•