You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Nisse (JIRA)" <ji...@apache.org> on 2008/08/06 15:10:48 UTC

[jira] Created: (WICKET-1778) Opera 9.5 hangs if a ModalWindow contains a Panel with a Palette component

Opera 9.5 hangs if a ModalWindow contains a Panel with a Palette component
--------------------------------------------------------------------------

                 Key: WICKET-1778
                 URL: https://issues.apache.org/jira/browse/WICKET-1778
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
         Environment: Opera 9.5, Wicket 1.4-M3
            Reporter: Nisse


When using a ModalWindow with a contentPanel that contains a Palette component the ModalWindow never shows up. Everything on the page hangs and the only way to get any response is to refresh the page.

<evaluate><![CDATA[var element = document.getElementById("content53");
var settings = new Object();
settings.minWidth=200;
settings.minHeight=200;
settings.className="w_blue";
settings.width="520";
settings.height="800";
settings.resizable=true;
settings.element = element;
settings.cookieId="contactDefaultCompanyWindowCookie";
settings.title="Legg til/fjern stasjoner og linjer tilknyttet område";
settings.mask="semi-transparent";
settings.onClose = function() { var wcall=wicketAjaxGet('?wicket:interface=:2:inputForm:t4_retrictionContainer:t4_restrictionChooser:tretest:i:1:nodeComponent:activeNodePanel:editStationLinesPanel::IBehaviorListener:1:-1',null,null, function() {return Wicket.$('editStationLinesPanel52') != null;}.bind(this)); };
settings.onCloseButton = function() { var wcall=wicketAjaxGet('?wicket:interface=:2:inputForm:t4_retrictionContainer:t4_restrictionChooser:tretest:i:1:nodeComponent:activeNodePanel:editStationLinesPanel::IBehaviorListener:0:-1',null,null, function() {return Wicket.$('editStationLinesPanel52') != null;}.bind(this));return !wcall;};
Wicket.Window.create(settings).show();
]]></evaluate></ajax-response>
INFO: Response parsed. Now invoking steps...
INFO: 
INFO: Initiating Ajax GET request on resources/org.apache.wicket.extensions.markup.html.form.palette.Palette/palette.js
INFO: Invoking pre-call handler(s)...
INFO: Received ajax response (3774 characters)
INFO: Invoking post-call handler(s)...

After INFO: Invoking post-call handler(s)... everything on the page just hangs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-1778) Opera 9.5 hangs if a ModalWindow contains a Panel with a Palette component

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-1778:
-------------------------------------

    Assignee: Matej Knopp

> Opera 9.5 hangs if a ModalWindow contains a Panel with a Palette component
> --------------------------------------------------------------------------
>
>                 Key: WICKET-1778
>                 URL: https://issues.apache.org/jira/browse/WICKET-1778
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>         Environment: Opera 9.5, Wicket 1.4-M3
>            Reporter: Nisse
>            Assignee: Matej Knopp
>
> When using a ModalWindow with a contentPanel that contains a Palette component the ModalWindow never shows up. Everything on the page hangs and the only way to get any response is to refresh the page.
> <evaluate><![CDATA[var element = document.getElementById("content53");
> var settings = new Object();
> settings.minWidth=200;
> settings.minHeight=200;
> settings.className="w_blue";
> settings.width="520";
> settings.height="800";
> settings.resizable=true;
> settings.element = element;
> settings.cookieId="contactDefaultCompanyWindowCookie";
> settings.title="Legg til/fjern stasjoner og linjer tilknyttet område";
> settings.mask="semi-transparent";
> settings.onClose = function() { var wcall=wicketAjaxGet('?wicket:interface=:2:inputForm:t4_retrictionContainer:t4_restrictionChooser:tretest:i:1:nodeComponent:activeNodePanel:editStationLinesPanel::IBehaviorListener:1:-1',null,null, function() {return Wicket.$('editStationLinesPanel52') != null;}.bind(this)); };
> settings.onCloseButton = function() { var wcall=wicketAjaxGet('?wicket:interface=:2:inputForm:t4_retrictionContainer:t4_restrictionChooser:tretest:i:1:nodeComponent:activeNodePanel:editStationLinesPanel::IBehaviorListener:0:-1',null,null, function() {return Wicket.$('editStationLinesPanel52') != null;}.bind(this));return !wcall;};
> Wicket.Window.create(settings).show();
> ]]></evaluate></ajax-response>
> INFO: Response parsed. Now invoking steps...
> INFO: 
> INFO: Initiating Ajax GET request on resources/org.apache.wicket.extensions.markup.html.form.palette.Palette/palette.js
> INFO: Invoking pre-call handler(s)...
> INFO: Received ajax response (3774 characters)
> INFO: Invoking post-call handler(s)...
> After INFO: Invoking post-call handler(s)... everything on the page just hangs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1778) Opera 9.5 hangs if a ModalWindow contains a Panel with a Palette component

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1778.
-----------------------------------

      Assignee: Igor Vaynberg  (was: Matej Knopp)
    Resolution: Cannot Reproduce

stuck a palette into modal, worked fine on opera 10. maybe a bug in 9.5 that was fixed? dont have 9.5 to try, not sure we should support it anyways. if you can still repro in 10 please attach a quickstart.

> Opera 9.5 hangs if a ModalWindow contains a Panel with a Palette component
> --------------------------------------------------------------------------
>
>                 Key: WICKET-1778
>                 URL: https://issues.apache.org/jira/browse/WICKET-1778
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>         Environment: Opera 9.5, Wicket 1.4-M3
>            Reporter: Nisse
>            Assignee: Igor Vaynberg
>
> When using a ModalWindow with a contentPanel that contains a Palette component the ModalWindow never shows up. Everything on the page hangs and the only way to get any response is to refresh the page.
> <evaluate><![CDATA[var element = document.getElementById("content53");
> var settings = new Object();
> settings.minWidth=200;
> settings.minHeight=200;
> settings.className="w_blue";
> settings.width="520";
> settings.height="800";
> settings.resizable=true;
> settings.element = element;
> settings.cookieId="contactDefaultCompanyWindowCookie";
> settings.title="Legg til/fjern stasjoner og linjer tilknyttet område";
> settings.mask="semi-transparent";
> settings.onClose = function() { var wcall=wicketAjaxGet('?wicket:interface=:2:inputForm:t4_retrictionContainer:t4_restrictionChooser:tretest:i:1:nodeComponent:activeNodePanel:editStationLinesPanel::IBehaviorListener:1:-1',null,null, function() {return Wicket.$('editStationLinesPanel52') != null;}.bind(this)); };
> settings.onCloseButton = function() { var wcall=wicketAjaxGet('?wicket:interface=:2:inputForm:t4_retrictionContainer:t4_restrictionChooser:tretest:i:1:nodeComponent:activeNodePanel:editStationLinesPanel::IBehaviorListener:0:-1',null,null, function() {return Wicket.$('editStationLinesPanel52') != null;}.bind(this));return !wcall;};
> Wicket.Window.create(settings).show();
> ]]></evaluate></ajax-response>
> INFO: Response parsed. Now invoking steps...
> INFO: 
> INFO: Initiating Ajax GET request on resources/org.apache.wicket.extensions.markup.html.form.palette.Palette/palette.js
> INFO: Invoking pre-call handler(s)...
> INFO: Received ajax response (3774 characters)
> INFO: Invoking post-call handler(s)...
> After INFO: Invoking post-call handler(s)... everything on the page just hangs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.