View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0006872 | Valley 1 | GUI | Mar 26, 2012 5:31 pm | Mar 26, 2012 6:20 pm | |
Reporter | khadgar | Assigned To | Chris_McElligottPark | ||
Status | closed | Resolution | not fixable | ||
Product Version | 0.916 | ||||
Summary | 0006872: Layering issue between tooltips and text entry fields. | ||||
Description | Repro: 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. | ||||
Tags | No tags attached. | ||||
Internal Weight | New | ||||
|
|
|
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. |
|
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. |
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 |