Descriptive Problem Summary:
When changing the tab order of an interface control; the Control list won't update until you re-open the window.
http://www.angelfire.com/hero/straygames/ByondBugs/ TabOrder.png
ID:64353
Apr 18 2009, 5:49 am
|
|||||||||||||||||
Resolved
| |||||||||||||||||
#2 Jun 27 2009, 10:48 pm
|
|
This is fixed in 443. DarkCampaigner's suggestions are also in: the 1st item in the tab order is now displayed frontmost (last in drawing order), and the layout names have been renamed to "move forward" and "move backward".
I also question calling this "tab order" at all since AFAIK the client doesn't actually tab between controls. "Layer" or "drawing order" makes more sense, but no big deal for now. | |
It should also be noted that the "Control" menu is displaying the controls in an order reverse of what one would expect: the control in the last position of the tab order is displayed first with the prefix of "1" while the control in the front of the tab order is displayed at the end with a prefix of "[n]", where 'n' is the number of controls.
I understand this makes sense from a drawing order perspective, but it seems to conflict with the button names: "Move ahead in tab order" to bring controls forward and "Move back in tab order" to send them backward.
(what about the ever-popular "Move forward", "Move backward", "Send to front", and "Send to back"? No need to invent new functions when people are already comfortable with somewhat more intuitive ones :P)