Skip to content

Do we still need to browser sniff in DockPanel and TabPanel? #401

Open
@afshin

Description

@afshin

Since we no longer support Internet Explorer and now that Edge is based on WebKit, do we still need these? Can they be removed both here and from namespace Platform in @lumino/domutils?

// Flush the message loop on IE and Edge to prevent flicker.
if (Platform.IS_EDGE || Platform.IS_IE) {
MessageLoop.flush();
}

// Flush the message loop on IE and Edge to prevent flicker.
if (Platform.IS_EDGE || Platform.IS_IE) {
MessageLoop.flush();
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceDependencies, build, technical debt, etc.questionFurther information is requested

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions