Closed
Bug 208550
Opened 22 years ago
Closed 22 years ago
Percentage height tag fail for Applets
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 211530
People
(Reporter: danielruiz, Assigned: bugzilla)
Details
Attachments
(1 file)
404 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
An applet which has been set at a height=80% fails to see the percentage sign
and defaults to a height of 80. This only fails in the Firebird build version
of Mozilla.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
Daniel: can you provide a testcase or URL that provides an example of this effect?
I've got similar problems with Mozilla 1.4 rc2:
http://www.nr.no/~perroe/blank_java/blank.html
(Strangly enough
http://www.nr.no/~perroe/blank_java/blank2.html works)
I think we can use the testcase provided in comment #2. By doing so I can
reproduce the problem also using Mozilla SeaMonkey Mozilla/5.0 (Windows; U;
WinNT4.0; en-US; rv:1.5a) Gecko/20030623!
Hence this one should be moved over to Product "Browser" after searching for
dupes.
![]() |
||
Comment 4•22 years ago
|
||
The testcases in comments 2 and 3 show everything working as expected -- in
standards mode a height of "100%" is the same as a height of "auto" if the
parent height is "auto". In quirks mode, we violate the CSS box model and do
something weird.
If those testcases are all we have for this bug, the bug is invalid.
This doesn't belong in the Phoenix component.
*** This bug has been marked as a duplicate of 211530 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•