View Issue Details

IDProjectCategoryLast Update
0006872Valley 1GUIMar 26, 2012 6:20 pm
Reporterkhadgar Assigned ToChris_McElligottPark  
Status closedResolutionnot fixable 
Product Version0.916 
Summary0006872: Layering issue between tooltips and text entry fields.
DescriptionRepro:
1) Open the options menu
2) Click once in one of the text boxes (ex. "Double-press Time")
3) Hover the mouse over an option tickbox to display a tooltip.

Result:
The text entry field displays in front of the tooltip.

Expected:
The text entry field does not display in front of the tooltip.

Notes:
As far as I can tell, occurs everywhere in the game where tooltips can overlap with text entry boxes, e.g. the chat box.
TagsNo tags attached.
Internal WeightNew

Activities

khadgar

Mar 26, 2012 5:31 pm

reporter  

khadgar

Mar 26, 2012 5:33 pm

reporter   ~0021388

Just to clarify, this only occurs when the user has clicked into the text box and it is awaiting entry with the blinking insertion point.

Chris_McElligottPark

Mar 26, 2012 6:20 pm

administrator   ~0021393

Yes, this is because for the textboxes that you actually are actively typing in, we have to use Unity GUI's textbox, and that has to draw as the highest thing compared to anything else.

Initially we had it disabling all tooltips while there was a textobx of that sort active, but that causes havoc elsewhere in the game and so this was seen as more desirable.

Issue History

Date Modified Username Field Change
Mar 26, 2012 5:31 pm khadgar New Issue
Mar 26, 2012 5:31 pm khadgar File Added: Screenshot_2012_03_26_14_18_33.jpg
Mar 26, 2012 5:33 pm khadgar Note Added: 0021388
Mar 26, 2012 6:20 pm Chris_McElligottPark Internal Weight => New
Mar 26, 2012 6:20 pm Chris_McElligottPark Note Added: 0021393
Mar 26, 2012 6:20 pm Chris_McElligottPark Status new => closed
Mar 26, 2012 6:20 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Mar 26, 2012 6:20 pm Chris_McElligottPark Resolution open => not fixable
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - UI => GUI