In theory, the Basic popup support is "basic".  It should handle "stacking" 
scenarios, but not "overlapping window" scenarios.

So, a popup dialog should be able to have a tooltip or a dropdownlist/popupmenu 
or even popup an Alert or another popup dialog.  The latest popup should be 
addElement'd to the IPopUpHost at a higher index and therefore be on top.  And 
as long as each gets dismissed in reverse order, all should be good.

Support for "overlapping windows" would be PAYG and added via some other 
classes.  I don't think we've done anything there at the Basic level, the 
emulation components may have to support it since Flex did.

HTH,
-Alex

On 1/15/19, 4:06 AM, "Carlos Rovira" <[email protected]> wrote:

    Hi Harbs
    
    I saw this the other day. Thanks for reporting.
    
    The problem is that PopUp uses
    
    UIUtils.addPopUp(_popUp, getHost());
    (that does a call to findPopUpHost)
    
    And the ToolTips uses this too.
    
    In the other hand Alex did some changes and now we have
    
    IPopUpHost
    
    and
    
    IPopUpHostParent
    
    And I think Jewel and maybe Basic too is not having into account this kind
    of cases where a something popups other things and the latest popup another.
    
    I think this is a good place to solve this. So could you help with this
    issue and try to fix it? Since you already has experience with popups hope
    you could bring a proper solution to this.
    I already tried with no luck.
    
    About adding to the body...is not a problem, if we need to add there, I
    think is ok. So if the change implies that I think we could do it.
    
    Maybe we could have some issues with CSS rules of that components, but I'm
    sure I can help in that part.
    
    Let me know if you can
    
    thanks
    
    Carlos
    
    
    
    El mar., 15 ene. 2019 a las 9:21, Harbs (<[email protected]>) escribió:
    
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Froyale.apache.org%2Ftourdejewel%2F%23&amp;data=02%7C01%7Caharui%40adobe.com%7C6a9da2e9cc47458f9fdc08d67ae1dda5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636831507838213215&amp;sdata=LJvn%2FzvsNAndAKZVP9srcxcQ4%2F6D9wJPWg2PqPWwQYo%3D&amp;reserved=0
    >
    > Click on Popup and click the non-modal one.
    >
    > Type something into the fields and you’ll see that the validation text
    > gets cut off to the boundaries of the section div on the main page. The
    > validation div also remains after closing the popup.
    >
    > Is there a reason Jewel popups are not added to the body?
    >
    > Thanks,
    > Harbs
    
    
    
    -- 
    Carlos Rovira
    
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C6a9da2e9cc47458f9fdc08d67ae1dda5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636831507838213215&amp;sdata=OmYI81k8GK53%2Bb%2BB8a6yLV9SdegKEGNvyHXHttyM79E%3D&amp;reserved=0
    

Reply via email to