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.

Selecting in inline editor rule list sometimes throws exceptions, leaving blank editor #538

@peterflynn

Description

@peterflynn

Set up a project like this:

styles1.css: div { color: red; }
styles2.css: div { color: blue }
(plus some HTML content containing a <div>)

  1. Open inline editor for <div>. I assume this will start out showing the rule from styles1.css.
  2. In the project tree, double-click styles_2_.css to open it as a full editor
  3. Go back to the HTML file
  4. Click the result for styles2.css to open it in the inline

Result:
Exception "Document for this path already in _openDocuments!" thrown by Document. Inline editor is left blank.

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