[richfaces-issues] [JBoss JIRA] Updated: (RF-3790) Wrong size of dropdown menu after rerendering in IE

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Dec 10 14:48:36 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-3790:
-------------------------------

    Fix Version/s: Future
         Priority: Minor  (was: Major)


> Wrong size of dropdown menu after rerendering in IE
> ---------------------------------------------------
>
>                 Key: RF-3790
>                 URL: https://jira.jboss.org/jira/browse/RF-3790
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>            Reporter: Jiri Pejchal
>            Assignee: Anton Belevich
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: after.png, before.png, menu.zip
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the richfaces-issues mailing list