Window state required but has no effect
---------------------------------------
Key: JBPORTAL-1604
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1604
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.6 Final
Reporter: Andrew Oliver
Priority: Minor
In 2.6 you must do this
newEvent.setMode(wae.getMode());
newEvent.setWindowState(org.jboss.portal.WindowState.MAXIMIZED);
newEvent.setParameters(wae.getParameters());
when sending an event or you get an error. However, the window state is completely
ignored (the window would not be maximized with the above). If it is required it should
have some effect -- otherwise the api should revert to before where it was not required.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira