Author Topic: Chat Constantly Loses Focus  (Read 1749 times)

Offline Nic

  • Newbie Mark II
  • *
  • Posts: 12
Chat Constantly Loses Focus
« on: March 18, 2012, 04:47:30 am »
http://www.arcengames.com/mantisbt/view.php?id=3766
Chat entry seems to lose focus every time the set of recent messages shown changes, and so stops receiving input.

This had been a longstanding issue, and is probably the single most actively annoying bug for me, keeping me away from a smooth multiplayer game.

For now I'm wondering if this is a problem happens for other people -- Does chat entry work perfectly for you? Is this problem as annoying for you as it is for me?

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: Chat Constantly Loses Focus
« Reply #1 on: March 18, 2012, 09:26:10 am »
There's some bug either in the Unity textbox or in how we're using it.  In AVWW we totally rewrote our GUI code to not use Unity controls, except for the textboxes (and then only if that textbox has the cursor in it), and it seems to work fine if it's the only unity control at all.  Hopefully we'll be able to retrofit AIW's GUI the same way to clear a lot of this up.
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline doctorfrog

  • Hero Member
  • *****
  • Posts: 591
Re: Chat Constantly Loses Focus
« Reply #2 on: March 18, 2012, 01:38:37 pm »
A band-aid fix for this might be to have a hotkey left open for chatbox entry field focus.

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: Chat Constantly Loses Focus
« Reply #3 on: March 18, 2012, 01:51:29 pm »
A band-aid fix for this might be to have a hotkey left open for chatbox entry field focus.
We can't programmatically tell it "give this textbox focus", regrettably.
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline 7cardcha

  • Newbie Mark III
  • *
  • Posts: 36
Re: Chat Constantly Loses Focus
« Reply #4 on: July 08, 2012, 11:43:54 pm »
This is a massive problem for me. It makes it very hard to chat in multiplayer.

Offline Hearteater

  • Core Member
  • *****
  • Posts: 2,334
Re: Chat Constantly Loses Focus
« Reply #5 on: July 09, 2012, 01:04:33 am »
Is this something that will change when AVWW's UI stuff gets moved to AI Wars?

Offline keith.lamothe

  • Arcen Games Staff
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 19,505
Re: Chat Constantly Loses Focus
« Reply #6 on: July 09, 2012, 09:46:29 am »
Is this something that will change when AVWW's UI stuff gets moved to AI Wars?
In theory :)
Have ideas or bug reports for one of our games? Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!