zulip/static
jai2201 73cfab8ba8 message_edit: Use `disabled` instead of `readonly` to disable controls.
Currently when a user does not have the permission to edit the topic/content
of a message, the edit UI/view source UI correctly shows a greyed
out topic/message-content input field, however these fields incorrectly have a
click behavior, so to fix this we now would want to use `disabled` prop instead
of `readonly` attribute as `readonly` controls can still function and are still
focusable whereas disabled controls can not receive focus and are unclickable.

Fixes #22565.
2022-09-01 11:20:20 -07:00
..
assets assets: Remove license for previously deleted emoji images. 2022-06-10 12:27:48 -07:00
audio/notification_sounds audio: Remove the copy of zulip.ogg outside notification_sounds. 2022-06-10 12:27:48 -07:00
generated
html images: Move error/loading images into subdirectories. 2022-08-30 22:40:59 -07:00
images images: Move Giphy images into proper subdirectories. 2022-08-30 22:40:59 -07:00
js message_edit: Use `disabled` instead of `readonly` to disable controls. 2022-09-01 11:20:20 -07:00
shared read_receipts: Add support for displaying read receipts. 2022-08-12 13:16:35 -07:00
styles settings: Fix styling of preview organization profile button. 2022-08-30 22:58:56 -07:00
templates images: Move Giphy images into proper subdirectories. 2022-08-30 22:40:59 -07:00
third css: Remove Bootstrap legend CSS. 2022-08-13 17:36:08 -07:00
.gitignore docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00