Page MenuHomePhabricator

In Conpherence, stop throwing away stuff users have typed when a reply arrives
ClosedPublic

Authored by epriestley on Apr 20 2017, 12:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 5 2025, 7:04 PM
Unknown Object (File)
Apr 21 2025, 7:42 PM
Unknown Object (File)
Apr 18 2025, 11:41 AM
Unknown Object (File)
Apr 17 2025, 11:31 PM
Unknown Object (File)
Apr 8 2025, 10:24 PM
Unknown Object (File)
Mar 26 2025, 1:51 PM
Unknown Object (File)
Mar 25 2025, 8:59 PM
Unknown Object (File)
Mar 24 2025, 10:13 AM
Subscribers
None

Details

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.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable