Opened 12 years ago
Closed 12 years ago
#8775 closed bug (fixed)
[Team Monitor] Team Monitor keeps setting the focus to listview
Reported by: | x-ist | Owned by: | leavengood |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/input_server | Version: | R1/Development |
Keywords: | Team Monitor | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
- Launch Team Monitor.
- Try to navigate to other buttons using TAB key (without mouse).
- Focus is reset to listview every second.
Probably a consequence of regular list update.
Change History (6)
comment:1 by , 12 years ago
Version: | R1/alpha3 → R1/Development |
---|
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
That is indeed the culprit, it's setting focus on every list update, not just initial show.
comment:3 by , 12 years ago
As I recall I did that so that it would always focus the list when shown, because with other solutions I had noticed it wasn't doing that. I'll try to find another solution that doesn't cause the bad behavior in this bug.
comment:5 by , 12 years ago
Replying to anevilyak:
Why not do so at the end of ::Show() ?
There is no Show(), but I can add it. I guess I was just lazy or didn't think of adding a Show() method to fix what seemed like a simple bug. Stupid unintended consequences ;)
Might be related to hrev44231.