1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-22 20:51:10 +01:00
phorge-phorge/webroot/rsrc/js/application/conpherence
epriestley 1c222c8834 In Conpherence, stop throwing away stuff users have typed when a reply arrives
Summary:
Ref T12562. I think the pre-send-on-enter behavior was: disable textarea, send message, clear area on response?

That got changed but not completely, maybe. There's currently an issue here:

  - Add a `sleep(3)` to `UpdateController`.
  - Type "AAA".
  - Press enter.
  - Real fast, type "BBB".
  - When the "AAA" arrives, your "BBB" is lost. Sad!

Test Plan:
  - Did the thing described above; no longer lost "BBB".
  - Switched threads, sent messages, couldn't find anything else this breaks. It dates from a long time ago so I think it's just pre-SOE stuff.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12562

Differential Revision: https://secure.phabricator.com/D17742
2017-04-20 13:07:24 -07:00
..
behavior-conpherence-search.js Remove 'full-display' setting from Conpherence, spruce up search results 2016-10-17 15:53:55 -07:00
behavior-durable-column.js Remove 'full-display' setting from Conpherence, spruce up search results 2016-10-17 15:53:55 -07:00
behavior-menu.js In Conpherence, stop throwing away stuff users have typed when a reply arrives 2017-04-20 13:07:24 -07:00
behavior-participant-pane.js Rebuild Conpherence Participants Pane 2016-09-15 13:21:31 -07:00
behavior-pontificate.js Prevent Send on Enter in Fullscreen Remarkup Mode 2017-04-10 14:39:50 -07:00
behavior-quicksand-blacklist.js Generalize URI pattern blacklist for Quicksand 2015-03-10 15:32:15 -07:00
behavior-toggle-widget.js Don't show participants in Conpherence left open on mobile 2016-10-19 08:29:45 -07:00
ConpherenceThreadManager.js Fix several duplication/replay behaviors in Aphlict 2017-04-18 12:10:12 -07:00