Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Changing a rule identifier may get inline editor out of sync with the main (html) document #564

@pthiess

Description

@pthiess

Changing a rule identifier such as a class name in the inline editor changes the content on disk but Inline editor stayed open although the (modified) class (name) is not part of the html file any longer.

1.) Reference a class "class1" defined uniquely in an external CSS file in the html code.
2.) Open the inline editor
3.) Change the class name to "class22" which is not defined elsewhere

Result:
CSS file is updated correctly - shows now 'class22' as the identifier for the former 'class1'
Inline editor does stay open although 'class22' is not referenced in the html code

Expected behavior (this might be a wrong assumption) :
Inline editor should close since there is no relation between the shown rule and the main document any longer.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions