I fixed that some time ago. Could someone with commit rights please take a look at it and check it in (or let me know if there are any issues)? Thanks, Michael.
__________________________________________________________ Michael Mikhaylov | Software Engineer Nexaweb Technologies | www.nexaweb.com 781.345.5418 o | Skype(tm): michael.mikhaylov "An Application Platform for the Productivity-driven Enterprise" -----Original Message----- From: Trevor Oldak (JIRA) [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 2:00 PM To: [email protected] Subject: [jira] Updated: (XAP-517) Widgets: TextArea: TextArea value cannot really be changed without "text" attribute [ https://issues.apache.org/jira/browse/XAP-517?page=com.atlassian.jira.pl ugin.system.issuetabpanels:all-tabpanel ] Trevor Oldak updated XAP-517: ----------------------------- Priority: Critical (was: Major) > Widgets: TextArea: TextArea value cannot really be changed without "text" attribute > ------------------------------------------------------------------------ ----------- > > Key: XAP-517 > URL: https://issues.apache.org/jira/browse/XAP-517 > Project: XAP > Issue Type: Bug > Components: Widgets: TextField / TextArea / PasswordField > Reporter: Trevor Oldak > Priority: Critical > Attachments: mcoJS.js, mcoJS.js, PluginDocumentHandler.js, TextAreaBridge.js, textAreaTest.xal > > > Open the attached example. > The textarea has the following XAL: > <textArea id="myTextArea">foo</textArea> > 1) Click "Read textValue' null is returned. > 2) Click "Read nodeValue. 'foo' is returned. > 3) Click 'Set nodeValue' - The text does not change. It should. > 4) Click 'Read nodeValue'. - The correct nodeValue is output > 5) Click 'Read textValue' - null is still printed. > 6) Set the textValue. The value changes, even though the text attribute has been technically removed. > 7) Read textValue. This outputs the correct value, which is fine since we accept non-schema attributes. > 8) Read nodeValue. This is now wrong. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
