You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
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.
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.