From jira-events at lists.jboss.org Wed Jun 25 10:16:29 2008 Content-Type: multipart/mixed; boundary="===============8277495826475464229==" MIME-Version: 1.0 From: Jiri Pejchal (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3790) Wrong size of dropdown menu after rerendering in IE Date: Wed, 25 Jun 2008 10:16:28 -0400 Message-ID: <303500.1214403388954.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 12056766.1214314228749.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8277495826475464229== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-3790?page=3Dcomments#action_1241= 8899 ] = = Jiri Pejchal commented on RF-3790: ---------------------------------- Minimal code example: = < /head> > Wrong size of dropdown menu after rerendering in IE > --------------------------------------------------- > > Key: RF-3790 > URL: http://jira.jboss.com/jira/browse/RF-3790 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.1 > Reporter: Jiri Pejchal > Attachments: menu.zip > > > After rerendering of a dropdown menu the menu has wrong size and I get th= e following error: > debug[15:18:41,450]: Replace content of node by outerHTML() > debug[15:18:41,466]: search for elements by name 'script' in element div > debug[15:18:41,466]: Scripts in updated part count : 2 > debug[15:18:41,482]: Update part of page for Id: menuForm:dropMenuDocumen= t successful > debug[15:18:41,482]: Attempt to update part of page for Id: menuForm:drop= MenuDocument_menu_script > debug[15:18:41,482]: call selectSingleNode for id=3D menuForm:dropMenuDoc= ument_menu_script > debug[15:18:41,482]: Replace content of node by outerHTML() > error[15:18:41,497]: Error to clear node content by innerHTML Nezn=C3=A1m= =C3=A1 chyba p?i b?hu programu > debug[15:18:41,497]: search for elements by name 'script' in element scr= ipt > debug[15:18:41,497]: Scripts in updated part count : 0 > debug[15:18:41,497]: Update part of page for Id: menuForm:dropMenuDocumen= t_menu_script successful > debug[15:18:41,513]: Attempt to update part of page for Id: menuForm:subm= enuDocumentNew_menu_script > debug[15:18:41,513]: call selectSingleNode for id=3D menuForm:submenuDocu= mentNew_menu_script > debug[15:18:41,513]: Replace content of node by outerHTML() > error[15:18:41,513]: Error to clear node content by innerHTML Nezn=C3=A1m= =C3=A1 chyba p?i b?hu programu > debug[15:18:41,513]: search for elements by name 'script' in element scr= ipt > debug[15:18:41,528]: Scripts in updated part count : 0 > debug[15:18:41,528]: Update part of page for Id: menuForm:submenuDocument= New_menu_script successful > Menu code: > HtmlDropDownMenu dropDownMenu =3D new HtmlDropDownMenu(); > dropDownMenu.setSubmitMode("ajax"); > dropDownMenu.setId("dropMenuFolder"); > appContext.registerComponentValueExpression(dropDownMenu, "value"= , "#{coreMessages.folder}"); > appContext.registerComponentValueExpression(dropDownMenu, "render= ed", "#{viewModeBean.documents}"); > = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============8277495826475464229==--