View Issue Details

IDProjectCategoryLast Update
0000788AI War 1 / ClassicGUIOct 21, 2010 11:29 am
Reporterzebramatt Assigned Tokeith.lamothe  
Status resolvedResolutionfixed 
Product Version3.800 
Summary0000788: View Controls / Input Bindings window tooltip overlay order
DescriptionSee attached screenshot.

Help text for each option appears underneath the window itself.
TagsNo tags attached.
Internal Weight

Activities

zebramatt

Oct 21, 2010 3:28 am

reporter  

SNAG_Program-0019.png (709,558 bytes)

keith.lamothe

Oct 21, 2010 8:39 am

administrator   ~0001747

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.

keith.lamothe

Oct 21, 2010 11:29 am

administrator   ~0001761

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.

Issue History

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