[ http://issues.apache.org/jira/browse/COCOON-1385?page=all ]
Carsten Ziegeler closed COCOON-1385:
------------------------------------
Resolution: Won't Fix
I'll close this issue as the patch is against an old version and the patch
addresses more things than this issue is about. Please recheck with the latest
Cocoon version and eventually reopen this bug.
> [PATCH] Portlet ActionResponse.setWindowState() not working
> -----------------------------------------------------------
>
> Key: COCOON-1385
> URL: http://issues.apache.org/jira/browse/COCOON-1385
> Project: Cocoon
> Type: Bug
> Components: Blocks: Portal
> Versions: 2.1.6
> Environment: Operating System: All
> Platform: Other
> Reporter: Michal Durdina
> Assignee: Cocoon Developers Team
> Attachments: release_2_1_6.patch_11.diff
>
> ActionResponse.setWindowState() is not working.
> Other issues solved by this patch:
> - set of window state in action request must preserve current window state
> till render request i.e.
> a = ActionRequest.getWindowState();
> ActionResponse.setWindowState(b);
> c = ActionRequest.getWindowState();
> this must be valid: c.equals(a)
> byt currently it is not true
> - window state set via ActionResponse.setWindowState() takes precendence
> over
> createActionURL().setWindowState()
> - some full screen issues fixed
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira