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.