You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to CZO or another realm with feature level 334+
Enter a channel narrow
Long-press a message; tap "Quote and reply"
See the content input update with the quoted message
Expected: the topic input is automatically filled with the message's topic
Actual: the topic input remains blank
This looks like a regression from the recent "general chat" work. To check if the topic input was left empty, the quote-and-reply button checks the condition composeBoxController.topic.textNormalized == kNoTopicTopic. Before 769cc7d, that condition was a reliable test of whether the topic input was left empty. But it isn't reliable anymore; on recent servers, if the topic input is left empty, composeBoxController.topic.textNormalized will be the empty string.
To reproduce:
Expected: the topic input is automatically filled with the message's topic
Actual: the topic input remains blank
This looks like a regression from the recent "general chat" work. To check if the topic input was left empty, the quote-and-reply button checks the condition
composeBoxController.topic.textNormalized == kNoTopicTopic
. Before 769cc7d, that condition was a reliable test of whether the topic input was left empty. But it isn't reliable anymore; on recent servers, if the topic input is left empty,composeBoxController.topic.textNormalized
will be the empty string.Assigning @PIG208 as the author of 769cc7d.
The text was updated successfully, but these errors were encountered: