-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Disable cycling to stream and recipients while editing #774
Comments
This has a bit of conflict with #675, so should be fixed as a follow-up |
This is also evident in 6472494, i.e., the invalid stream name check can be bypassed currently. |
@preetmishra What do you mean by the check can be bypassed? Can it bypassed with |
An arrow key, which I think is what we're aiming for in this issue? On second thought, perhaps this should be filed as another issue. Thoughts? |
I agree opened #779 |
I did love working on this issue. |
Fixes zulip#774. Co-authored-by: Abhirup-99 <[email protected]>
Fixes zulip#774. Co-authored-by: Abhirup-99 <[email protected]>
Partial fix for #774, for stream message edits. Tidying and simplification of state handling by neiljp. Co-authored-by: Abhirup-99 <[email protected]>
@neiljp I would like to work on fixing the issue for PMs if nobody is working on it currently :) |
@zulipbot claim @Subhasish-Behera I'll try to get your WIP PR over the line (I'll probably open a new one soon-ish, referencing your work), it seems to be almost there :) Let me know if you're around and would like to collaborate on it. |
Hello @zormit, it looks like you've currently claimed 1 issue in this repository. We encourage new contributors to focus their efforts on at most 1 issue at a time, so please complete your work on your other claimed issues before trying to claim this issue again. We look forward to your valuable contributions! |
1 similar comment
Hello @zormit, it looks like you've currently claimed 1 issue in this repository. We encourage new contributors to focus their efforts on at most 1 issue at a time, so please complete your work on your other claimed issues before trying to claim this issue again. We look forward to your valuable contributions! |
In order to fully disable editing (not only cycling to it, but e.g. prevent editing through mouse clicks) we need to make the editing of a message a different UI box than the usual reply. This new box uses a urwid.Text to display the recipient information rather than providing an editable field. Fixes zulip#774. Co-authored-by: zormit <[email protected]>
It is not possible to edit stream name for stream messages, nor the recipient emails for private messages. Thus, we should disable cycling to these boxes when a user tries to edit the message.
Update (neiljp): This is fixed for stream messages now, and needs fixing for PMs only.
The text was updated successfully, but these errors were encountered: