Skip to content

Input field for comments is not disabled when a new comment is being sent #7240

@danxuliu

Description

@danxuliu

Since the change of the text area to a content editable div the input field is no longer disabled while a new comment is being sent.

The problem seems to come from trying to disable the div still using the disable property; I guess that the right way to disable a content editable div would be by setting contenteditable=false, but that would need support in the core input.scss file so it has the same appearance of an input field with the :disabled pseudo-class.

@blizzz @nextcloud/designers

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions