DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5604>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5604 Clicking maximise on a portlet should be "sticky" ------- Additional Comments From [EMAIL PROTECTED] 2002-01-02 00:36 ------- RE: Doing the same way as minimize. Minimize is done by the portlet knowing its state and then drawing itself accordingly. The overall page is the same, the portlet is just smaller. Maximize is done by just displaying the one portlet and nothing else - no tabs/menus etc. The problem with doing Maximize the same as Minimize, is that we would need to iterate through all portlets and controllers to see if any are maximised before drawing the page. To avoid this, we would probably need a global attribute defining which portlet is maximised - but if we have that, we don't need an attribute on the portlet - unless for other reasons. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
