[ http://issues.apache.org/jira/browse/XAP-78?page=comments#action_12448298 ] Turyn, Michael commented on XAP-78: -----------------------------------
My guess: a text node is being added twice, probably one in front of the other. It might be as a result of multiple attribute setting events. > Widgets: MenuItem/ MenuBarItem: Cannot change text attribute value in > menuItem or menuBarItem > --------------------------------------------------------------------------------------------- > > Key: XAP-78 > URL: http://issues.apache.org/jira/browse/XAP-78 > Project: XAP > Issue Type: Bug > Components: Widgets > Reporter: Trevor Oldak > > You cannot change text attribute value in menuItem or menuBarItem. The XAL > DOM is correct, but the HTML DOM is not. > One interesting observation is that when you hit select all and copy the > page, and then paste it into notepad, it shows two copies of each > menuItem/menuBarItem. So, if you had a menuBaritem that said "Copy", pasting > the page into notepad would say "CopyCopy". changing the text attribute of > the menu item to "hello world" would make it say "hello worldCopy -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
