1 | | Convert Tree, Menu, and any other widgets that use arrow characters (in high contrast mode) to use +/- characters instead, so that the display makes sense on RTL computers and to get rid of JS code dealing with switching around characters in TitlePane and Calendar (and to avoid adding such code to Tree) |
| 1 | Convert Tree, Menu, and any other widgets that use arrow characters (in high contrast mode) to use +/- characters instead, and remove JS code dealing with switching around characters in TitlePane and Calendar (and don't add such code to Tree) |
| 2 | |
| 3 | Also, update comment for isRTL() to say that it shouldn't be called in postCreate() because the widget my not be connected to the DOM tree. |