Actions
Bug #2327
closedTree editor does not show "+" and "-" buttons until window is resized
Start date:
01/09/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2327
Description
In Mac OS X only, the + and - buttons for completely collapsing and expanding
elements are not initially rendered when entering the tree editor. If the tree
editor window is resized or the bar dividing the lefthand and righthand portions
of the window is moved, the buttons appear and function normally.
Updated by Jing Tao over 18 years ago
This is beause the buttons were not set prefered size. Different OS will render these button differently if no prefered size were not set.
So after setting the prefered size, this bug was fixed. I tested in windows, Mac OS and linux and it seemed every os can display them correctly.
Actions