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
F15440618: D17742.id42685.diff
Wed, Mar 26, 1:51 PM
F15437679: D17742.id42675.diff
Tue, Mar 25, 8:59 PM
F15431050: D17742.id.diff
Mon, Mar 24, 10:13 AM
F15426548: D17742.diff
Sun, Mar 23, 9:33 AM
F15394899: D17742.diff
Sun, Mar 16, 2:24 AM
F15334192: D17742.id42675.diff
Mar 8 2025, 7:25 AM
F15331654: D17742.diff
Mar 7 2025, 12:25 PM
F15302632: D17742.id.diff
Mar 5 2025, 7:08 PM
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