This is, in part, an effect of the below two bugs I hadn't yet written up:
Bug: Container windows stack directly on top of eachother
Version: 1.0.87.0
Category: UI - containers
Impact: Low - UI appears to be broken
Steps to recreate:
1. open multiple containers of the same type
2. close top most container by clicking either button
Observations:
1. Container windows open directly on top of eachother. If both contain the same contents, user hears opening sound second time but sees only one container window
2. Clicking button to close window appears to do nothing if both containers contain the same thing
Mitigations:
A. Offset new container windows (optional configuration choice?)
B. One window at a time (optional configuration choice?)
Bug: Inconsistent ability to close windows by right-clicking
Version: 1.0.87.0
Category: UI - windows
Impact: Low - UX appears to be broken
Steps to recreate:
1. Open inventory
2. Right-click over any highlightable text on inventory window
3. Right-click on background of window, NOT over any text
4. Open Spells n skills
5. Right click on background of spells and skills
6. Close spells n skills using the close 'X' in top right
7. Open container
8. Right-click over the item grid within container, but NOT on an item
9. Right-click over the decoration around item grid of container window
Observations:
2. Inventory screen does not close
3. Inventory screen closes
5. Nothing happens. I have yet to find a place to click were this would work
8. Nothing happens
9. Container window closes
Mitigations:
A. Remove right-click to close (NOTE: this will bring consistency at the expense of usability)
B. Ensure that all right-click events not directly over an item or other interface element that should respond are routed to the parent window, closing it
Last edited by linamishima; 19/01/14 04:06 AM.