[OS-JIRA] Created: (WOL-1174) two AMDs on a page problem

From: Ted Petrosky (JIRA) ("Ted)
Date: Fri Sep 17 2010 - 20:36:19 UTC

  • Next message: David Avendasora (JIRA): "[OS-JIRA] Created: (WOL-1175) Creating a WOnder D2W Application doesn't work."

    two AMDs on a page problem
    --------------------------

                     Key: WOL-1174
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1174
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: WOLips General
        Affects Versions: WOLips Stable
                Reporter: Ted Petrosky
                Priority: Minor
             Attachments: ModalDialogTest.zip

    I have a page that has links to two different AMDs.

    ModalDialogOne: AjaxModalDialog {
        title = "Dialog One";
        label = "Dialog One";
        slideUpDuration = ".1";
        slideDownDuration = ".1";
        action = bringInOne;
    }

    ModalDialogTwo: AjaxModalDialog {
        title = "Dialog Two";
        label = "Dialog Two";
        slideUpDuration = ".1";
        slideDownDuration = ".1";
        action = bringInTwo;
        height = 500;
    }

    Notice that the only difference is ModalDialogTwo has "height = 500;"

    Problem:

    Click the link to ModalDialogOne, it displays and has information that makes the dialog about 350 px tall. I can display ModalDialogOne over and over. But if I display ModalDialogTwo, ModalDialogOne breaks and no longer will display correctly, it is only 25px high with a scroll bar on the side. The only way to fix it is to reload the base page, or ModalDialogTwo can not have a height statement.

    I have attached a project that displays the problem.

    Ted

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Fri Sep 17 2010 - 20:37:09 UTC