View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0023544 | AI War 2 | GUI | Aug 16, 2020 1:38 pm | Nov 21, 2020 8:24 pm | |
Reporter | Sigma7 | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 2.120 Improved Lobby Map Experience | ||||
Fixed in Version | 2.637 Threatfleet Conversion, Chat, And Clickable Planets | ||||
Summary | 0023544: Unexpected sending of chat messages | ||||
Description | Basically, the game doesn't cancel what you're about to send. Steps to reproduce: 1. Press Enter to open up the chat window. 2. Instinctively type a few dirty words. (For example, Smoo, Flark, etc.) 3. Press Escape Expected Result: * Chat window closed, message cancelled. * Multiplayer friends remain friendly as ever. Actual Result: * Dirty words get sent into chat. * Friends seeing those rude words hate you. Current implementation is a bit unexpected for those with minor coprographia, when they think they're in the clear when they hit escape. | ||||
Tags | No tags attached. | ||||
related to | 0023674 | resolved | Chris_McElligottPark | Chat; Seems to hold buffer text |
|
Thanks! * Fixed issues where pressing the escape key while in a chat textbox would send the chat rather than erasing it. This is because of our use of OnEnterOrReturnPressed(), which apparently also fires on escape being pressed. So now we have left notes in the code to that effect, and use a different method of detecting that enter is pressed to send chats. |
Date Modified | Username | Field | Change |
---|---|---|---|
Aug 16, 2020 1:38 pm | Sigma7 | New Issue | |
Sep 9, 2020 6:04 pm | Chris_McElligottPark | Relationship added | related to 0023674 |
Sep 9, 2020 6:10 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Sep 9, 2020 6:10 pm | Chris_McElligottPark | Status | new => assigned |
Nov 21, 2020 8:24 pm | Chris_McElligottPark | Status | assigned => resolved |
Nov 21, 2020 8:24 pm | Chris_McElligottPark | Resolution | open => fixed |
Nov 21, 2020 8:24 pm | Chris_McElligottPark | Fixed in Version | => 2.637 Threatfleet Conversion, Chat, And Clickable Planets |
Nov 21, 2020 8:24 pm | Chris_McElligottPark | Note Added: 0059745 |