Skip to content

Fix input field not disabled while a chat message is being sent#513

Merged
Ivansss merged 1 commit into
masterfrom
fix-input-field-not-disabled-while-a-chat-message-is-being-sent
Dec 1, 2017
Merged

Fix input field not disabled while a chat message is being sent#513
Ivansss merged 1 commit into
masterfrom
fix-input-field-not-disabled-while-a-chat-message-is-being-sent

Conversation

@danxuliu

@danxuliu danxuliu commented Dec 1, 2017

Copy link
Copy Markdown
Member

The problem was caused by trying to disable the div using the "disabled"
property, which works only on real input fields; when using a content
editable div the way to disable it is by setting "contenteditable" to
"false".

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@danxuliu danxuliu added this to the 3.0 (Nextcloud 13.0.0) milestone Dec 1, 2017
@danxuliu danxuliu requested a review from Ivansss December 1, 2017 01:52
@Ivansss Ivansss merged commit 6207501 into master Dec 1, 2017
@Ivansss Ivansss deleted the fix-input-field-not-disabled-while-a-chat-message-is-being-sent branch December 1, 2017 18:19
marcoambrosini pushed a commit that referenced this pull request Oct 9, 2019
Add docs to multiselect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug feature: chat 💬 Chat and system messages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants