View Issue Details

IDProjectCategoryLast Update
0023544AI War 2GUINov 21, 2020 8:24 pm
ReporterSigma7 Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product Version2.120 Improved Lobby Map Experience 
Fixed in Version2.637 Threatfleet Conversion, Chat, And Clickable Planets 
Summary0023544: Unexpected sending of chat messages
DescriptionBasically, 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.
TagsNo tags attached.

Relationships

related to 0023674 resolvedChris_McElligottPark Chat; Seems to hold buffer text 

Activities

Chris_McElligottPark

Nov 21, 2020 8:24 pm

administrator   ~0059745

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.

Issue History

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