Change philip-20110629-5Pv by philip@PHILIP-I7 on 2011-06-29 13:23:52 EDT
    in /cygdrive/c/clients/laszlo/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix iframe display so parent div is not 100%

New Features:

Bugs Fixed: LPP-9973

Technical Reviewer: (pending)
QA Reviewer: yfang
Doc Reviewer: (pending)

Documentation:

Release Notes:

Overview:


Details:
My first pass at making scrollbars disappear was to create a parent div around the iframe. I set it to 100% which works in many browsers, but does not work in others. I changed the code to the the dimensions of the div to match those of the iframe. The previous (x,y) position of the iframe is now set in the parent div instead.

I did find some cases where the iframes would disappear in IE7. However, if I made sure the browser cache was empty, it works fine.


Tests:
My tests show that the latest test app in jira works. On the mac I tried FF and Safari. On the PC I tried IE7, IE9, FF3, Safari, Chrome.

Files:
M       lps/includes/source/iframemanager.js

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/philip-20110629-5Pv.tar

Reply via email to