Reviewers: jlabanca, Description: Make ListBox's bidi support more robust, allowing subclasses to create option elements without going through ListBox. Such subclasses are currently broken by ListBox bidi support's use of an array, itemTexts, that is assumed to be synchronized with the select's option element descendants. The fix is to drop the array and instead keep the bidi data (when needed) as an attribute on the option elements.
Please review this at http://gwt-code-reviews.appspot.com/1357806/show Affected files: M user/src/com/google/gwt/user/client/ui/ListBox.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
