abhishek24509 / aribaweb

Automatically exported from code.google.com/p/aribaweb
Apache License 2.0
0 stars 0 forks source link

pageWithName() or pageWithClass() causes vertical scroll bars to disappear on page overflow in Firefox (3.6) #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open MetaUI/JPA application in Firefox (3.6)
2. Call pageWithName() (or pageWithClass()) (from TextButton in .awl or
java class -- I have tried a number of contexts).

What is the expected output? What do you see instead?
 * Expected: New page should contain vertical scroll bars on overflow.
 * Actual: New page is missing vertical scroll bars.

What version of the product are you using? On what operating system?
AW 5.0 RC (p3)
WinXP32Pro SP3
Eclipse 3.5 SR2 / Tomcat 6.0.26
Firefox 3.6

Please provide any additional information below.
 * Vertical scroll bar appears on overflow in IE (8).
 * Vertical scroll bar appears when I click a meta nav tab to get to the
same page.

I don't think this is strictly a Firefox issue -- the meta nav tabs work OK!

Original issue reported on code.google.com by morton.t...@gmail.com on 22 Mar 2010 at 4:56

GoogleCodeExporter commented 8 years ago
Clarification: The effected pages are employing <w:BasicPageWrapper>.

Original comment by morton.t...@gmail.com on 22 Mar 2010 at 5:10

GoogleCodeExporter commented 8 years ago
*****Problem Solved*****

Summary:
Do not put a <html> + <head> block prior to a <w:BasicPageWrapper> block.

Details:
On the effected pages, I was employing a custom subtemplate that included an 
<html> +
<head> block, and I put this subtemplate reference prior (outside) of the
<w:BasicPageWrapper>. After moving the subtemplate reference inside of the
<w:BasicPageWrapper>, the scroll bars came back, and I still get the benefit of 
my
subtemplate.

-Morton

Original comment by morton.t...@gmail.com on 29 Mar 2010 at 2:25

GoogleCodeExporter commented 8 years ago

Original comment by Ariba...@gmail.com on 6 Apr 2010 at 10:58