Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 61293 invoked from network); 20 Dec 2004 19:53:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Dec 2004 19:53:42 -0000 Received: (qmail 59878 invoked by uid 500); 20 Dec 2004 19:53:01 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 59696 invoked by uid 500); 20 Dec 2004 19:52:59 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 59671 invoked by uid 99); 20 Dec 2004 19:52:59 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 20 Dec 2004 11:52:56 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iBKJqqTt010209 for ; Mon, 20 Dec 2004 20:52:52 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iBKJqqek010207; Mon, 20 Dec 2004 20:52:52 +0100 Date: Mon, 20 Dec 2004 20:52:52 +0100 Message-Id: <200412201952.iBKJqqek010207@ajax.apache.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Subject: DO NOT REPLY [Bug 32783] New: - [PATCH] Portlet ActionResponse.setWindowState() not working X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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.