-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Narrowing with a contextual message id should select that message #954
Comments
At minimum this doesn't occur when within the same narrow. I thought it also didn't work for some cases when across narrows, but we may need to check manually or maybe check/add tests for this? |
I already did a few manual tests for across narrows, and it seemed to work fine for all cases. I am not sure if adding tests would be any better since we have most of the tests related to parsing/narrowing already implemented in #708(for |
Have you tried within the same narrow? |
This is bugfix that allow selecting of messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to the quoted message from MsgLinkButton did not select the message. Fixes zulip#954.
Okay, understood. Solution - Check if contextual msg-id ( |
This is bugfix that allow selecting of messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to the quoted message from MsgLinkButton did not select the message. Tests added. Fixes zulip#954.
This is bugfix that allow selecting of messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to the quoted message from MsgLinkButton did not select the message. Tests added. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to a quoted message from MsgLinkButton did not select the message. Tests added. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. The test which was earlier failing, thus indicating the presence of this bug, is now fixed. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. The test which was earlier failing, thus indicating the presence of this bug, is now fixed. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. The test which was earlier failing, thus indicating the presence of this bug, is now fixed. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. The test which was earlier failing, thus indicating the presence of this bug, is now fixed. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. The test which was earlier failing, thus indicating the presence of this bug, is now fixed. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. The test which was earlier failing, thus indicating the presence of this bug, is now fixed. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same topic narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual msg-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same topic narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. Tests amended. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual message-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same topic narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. Tests amended. Fixes zulip#954.
This is bugfix that allow focusing on messages from the same narrow if a contextual message-id (anchor) is provided to the _narrow_to function. Earlier, if the user was within the same topic narrow then narrowing to a quoted message from MsgLinkButton did not select the message, since the _narrow_to() function didn't took anchor into account in this case. Tests amended. Fixes #954.
If using a link such as generated in a quoted message, then the UI doesn't select that message - which seems like the behavior to be expected.
To reproduce:
I'd expect the original message to be selected, but we don't do this.
Current behavior is:
The text was updated successfully, but these errors were encountered: