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

"Ted Petrosky (JIRA)" <[email protected]>
Newsgroups gmane.comp.web.webobjects.woproject.devel
Message-ID <29057616.385.1284755779811.JavaMail.tomcat@karma>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.