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


After rerendering of a dropdown menu the menu has wrong size and I get the 
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:dropMenuDocument 
successful
debug[15:18:41,482]: Attempt to update part of page for Id: 
menuForm:dropMenuDocument_menu_script
debug[15:18:41,482]: call selectSingleNode for id= 
menuForm:dropMenuDocument_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ámá chyba při 
běhu programu
debug[15:18:41,497]: search for elements by name 'script'  in element script
debug[15:18:41,497]: Scripts in updated part count : 0
debug[15:18:41,497]: Update part of page for Id: 
menuForm:dropMenuDocument_menu_script successful
debug[15:18:41,513]: Attempt to update part of page for Id: 
menuForm:submenuDocumentNew_menu_script
debug[15:18:41,513]: call selectSingleNode for id= 
menuForm:submenuDocumentNew_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ámá chyba při 
běhu programu
debug[15:18:41,513]: search for elements by name 'script'  in element script
debug[15:18:41,528]: Scripts in updated part count : 0
debug[15:18:41,528]: Update part of page for Id: 
menuForm:submenuDocumentNew_menu_script successful

Menu code:

        HtmlDropDownMenu dropDownMenu = new HtmlDropDownMenu();
        dropDownMenu.setSubmitMode("ajax");
        dropDownMenu.setId("dropMenuFolder");
        appContext.registerComponentValueExpression(dropDownMenu, "value", 
"#{coreMessages.folder}");
        appContext.registerComponentValueExpression(dropDownMenu, "rendered", 
"#{viewModeBean.documents}");
        


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to