Closed Bug 226315 Opened 21 years ago Closed 21 years ago

<JAVA height=50% .... > the height is ignored in Firebird 0.7 and Mozilla 1.5

Categories

(SeaMonkey :: General, defect)

x86
Linux
defect
Not set
major

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 211530

People

(Reporter: markolive, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7

The APPLET height appears to be fixed at about 200 pixels regardless of the
value in height.  When height is set to a relative %.



Reproducible: Always

Steps to Reproduce:
1.http://www.mozilla.org/quality/browser/front-end/testcases/oji/test7.html
2.
3.

Actual Results:  
Applet height fixed to about 200 pixels

Expected Results:  
Scaled the applet
The testcase is actually incorrect in what it says should happen.

How the browser renders the page at present is actually the correct behavior.

*** This bug has been marked as a duplicate of 211530 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
This is a duplicate agreed.

But it is not helpful behavior. 
If a page has no real height then frames specifying a 50% or 100% height would
not work either.  There would be no point in specifying a height in percent for
any object.  This is a nonsense, shorely in this type of case the height should
be taken to be the height of the browser window.
> This is a nonsense, shorely in this type of case the height should
> be taken to be the height of the browser window.

It is, actually, in recent builds (more recent than 1.5), in quirks mode.  Not
on this testcase, though, because the <applet>s are inside an absolutely
positioned div, and the lookup for a parent with set size stops when we hit an
abs pos box (to be compatible with IE; see bug 221784).

In standards mode, of course, none of this crap applies and we follow the CSS spec.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.