View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0000788 | AI War 1 / Classic | GUI | Oct 21, 2010 3:28 am | Oct 21, 2010 11:29 am | |
Reporter | zebramatt | Assigned To | keith.lamothe | ||
Status | resolved | Resolution | fixed | ||
Product Version | 3.800 | ||||
Summary | 0000788: View Controls / Input Bindings window tooltip overlay order | ||||
Description | See attached screenshot. Help text for each option appears underneath the window itself. | ||||
Tags | No tags attached. | ||||
Internal Weight | |||||
|
|
|
Yea, I hadn't revisited all these after we realized that we only had 2 reliable window layers instead of 3; just did that. Fare thee well, "WindowOrderTier.Middle"! Will mark this resolved when I clean up some other stuff and commit this. |
|
Ok, I've entirely removed the "Middle" window layer from the code, because it was apparently just wishful thinking on my part that Unity's GUI.Window architecture could support more than two layers of defined ordering. We're planning to ditch GUI.Window in favor of the much more primitive and can-be-controlled-by-us GUI.Box, but that will take a lot of time to get right due to having to handle a lot of cropping, etc, ourselves, so that's for post-4.0. Anyway, most of the formerly-"Middle" windows are now Bottom; a few were promoted to Top because they had to be, and they will now happily be of-undefined-relative-ordering with the tooltip and dropdown windows. Thankfully, the cases where that actually happens should be rare, and of those none should actually really matter. |
Date Modified | Username | Field | Change |
---|---|---|---|
Oct 21, 2010 3:28 am | zebramatt | New Issue | |
Oct 21, 2010 3:28 am | zebramatt | File Added: SNAG_Program-0019.png | |
Oct 21, 2010 8:39 am | keith.lamothe | Note Added: 0001747 | |
Oct 21, 2010 8:39 am | keith.lamothe | Assigned To | => keith.lamothe |
Oct 21, 2010 8:39 am | keith.lamothe | Status | new => assigned |
Oct 21, 2010 11:29 am | keith.lamothe | Note Added: 0001761 | |
Oct 21, 2010 11:29 am | keith.lamothe | Status | assigned => resolved |
Oct 21, 2010 11:29 am | keith.lamothe | Resolution | open => fixed |
Apr 14, 2014 9:28 am | Chris_McElligottPark | Category | Bug - UI => GUI |