You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/12/20 20:52:52 UTC

DO NOT REPLY [Bug 32783] New: - [PATCH] Portlet ActionResponse.setWindowState() not working

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32783>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32783

           Summary: [PATCH] Portlet ActionResponse.setWindowState() not
                    working
           Product: Cocoon 2
           Version: 2.1.6
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: blocks
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: durdina@asset.sk


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

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.