blip icon indicating copy to clipboard operation
blip copied to clipboard

Text input regressions

Open ArthurVoxowl opened this issue 1 year ago • 1 comments

All platforms

  • [x] the chat text string is limited to a small number of characters, that should be increased as it makes inputting some commands impossible ; it can be observed as well when pasting a string into chat, it'll be cropped https://github.com/voxowl/particubes-private/pull/4756

Windows

  • [ ] extra space at end of line, can result in offsetting input
  • [x] arrow up/down doesn't work anymore in chat to navigate in previous commands https://github.com/voxowl/particubes-private/pull/5148
  • [ ] arrow up/down don't have the correct behavior in the code editor
  • [x] enter key triggers an "invalid input" native sound
  • [ ] sometimes, the escape key stops working altogether (needs repro) ; in this case, the only option is to restart the app
  • [ ] fix carriage return conversions (https://stackoverflow.com/questions/1940766/win32-multiline-edit-control-loses-carriage-returns-on-setwindowtext)

Android

  • [x] in the chat, the "Send" button is shown and doesn't work ; in the Code Editor, the "Enter" button is shown and creating new lines work https://github.com/voxowl/particubes-private/pull/4759

ArthurVoxowl avatar Jun 24 '24 10:06 ArthurVoxowl

Screenshot 2024-06-24 at 14 41 35

gdevillele avatar Jun 24 '24 12:06 gdevillele