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
F13090900: D17742.diff
Thu, Apr 25, 2:38 AM
F13086115: D17742.id.diff
Thu, Apr 25, 12:04 AM
Unknown Object (File)
Fri, Apr 19, 6:25 PM
Unknown Object (File)
Fri, Apr 19, 2:57 PM
Unknown Object (File)
Thu, Apr 11, 9:55 AM
Unknown Object (File)
Sat, Apr 6, 8:11 AM
Unknown Object (File)
Sat, Mar 30, 4:33 AM
Unknown Object (File)
Feb 15 2024, 7:09 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
Branch
update1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16610
Build 22149: Run Core Tests
Build 22148: arc lint + arc unit