Closed Bug 483718 Opened 15 years ago Closed 15 years ago

displayed height of the body is 600px although calculated height of the body is 800px

Categories

(Firefox for Android Graveyard :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(fennec1.0b2+)

RESOLVED DUPLICATE of bug 475678
Tracking Status
fennec 1.0b2+ ---

People

(Reporter: public, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7
Build Identifier: http://ftp.mozilla.org/pub/mozilla.org/mobile/fennec-1.0a2.en-US.linux-i686.tar.bz2

The height of a web page doesn't actually reflect the height of fennec's window.

Reproducible: Always

Steps to Reproduce:
1. Set the height of a web page to 100%
html, body, #myDiv { height: 100%; }
2. Open the web page to fennec and try to scroll down
3. Display the pixel height of the body using jQuery
$('body').height == 800; // Although the height of the window is 600px;

Actual Results:  
It is possible to scroll down

Expected Results:  
When the height of the body is 100%, it shouldn't be possible to scroll down.
Status: UNCONFIRMED → NEW
tracking-fennec: --- → 1.0b2+
Ever confirmed: true
It seems to be, yes.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.