Skip to content

StalenessOf returns true even if element is attached to the DOM but not enabled #9

@Astrosapien

Description

@Astrosapien

Consider the following line:

return element == null || !element.Enabled;

It should not check the actual value of Enabled but only try to access it, since the access itself is what forces the staleness check.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions