Skip to content

Add .gantt_noselect Shadow DOM #129

@scrodde

Description

@scrodde

Add ".gantt_noselect" too $root instead of document.body to make grid column resize work in Shadow DOM.

The codebase has different ways of toggling .gantt_noselect class. Please streamline them all to use $root instead of document.body to make this work in the shadow dom.

Examples from codebase:

✅ gantt3.$root.classList.add("gantt_noselect");
👎 ❌ document.body.className += " gantt_noselect";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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