gopichaithanya / flexible-dashboard

Automatically exported from code.google.com/p/flexible-dashboard
0 stars 0 forks source link

Flexible-dashboard - web - Multiple Iframes have overlay issues #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The following pod configuration has overlay issues when dragging or 
resizing pods. 

E.g. Pod 2 and 3 are not hidden when pod 1 is maximised (see attached):

        <pod
            id="html1"
            type="html"
            title="Darktrader"
            url="http://www.google.com"/>           

        <pod
            id="html2"
            type="html"
            title="Active x example"
            url="http://www.google.com"/>   

        <pod
            id="html3"
            type="html"
            title="Bonds.com"
            url="http://www.google.com"/>   

Original issue reported on code.google.com by usmankha...@googlemail.com on 11 Dec 2009 at 6:54

Attachments:

GoogleCodeExporter commented 8 years ago
Is there anyway we can hide the content of all pods when dragging/dropping or 
max/minimising? Might be a simple work around for the above problem

Original comment by usmankha...@googlemail.com on 13 Dec 2009 at 12:36

GoogleCodeExporter commented 8 years ago
Note the air version of FlexibleDashboard doesn't have this issue with html.
I the latest build (bld3), I added the latest iframe swc. It didn't help will 
look into your idea about hiding iframes during drag resize. There will be 
still be a problem in cascade mode with overlapping windows won't clip (then 
could stick to tile mode and disable cascade mode to avoid this). If you want 
html I would stick to using AIR. Hopefully Adobe will figure out a way to have 
an html control (webkit?) like they do for flash/flex in air on flash/flex in 
the browser. 

Original comment by steverei...@gmail.com on 28 Feb 2011 at 7:02

GoogleCodeExporter commented 8 years ago
This is now fixed (code checked in svn, not in a bld yet). Did what you 
suggested and
hide iframes:
a. when moving (drag/drop) the pods around in tile mode
b. when minimized, 
c. when resizing, 
d. hide other iframes when  maximized
e. in cascade mode, hide iframes other than the top most one.
Note also that if your app has popup dialogs you need to make them modal so 
iframes get hidden.

Original comment by steverei...@gmail.com on 22 Jul 2011 at 3:19