Skip to content

nextTick implementation breaks with core-js@3 Promise polyfill on Tizen 2016 #11325

Open
@victortwc

Description

@victortwc

Version

2.6.11

Steps to reproduce

Just cross-linking the issues here, it was opened in core-js repo:
zloirock/core-js#814

The reproduction is not easily doable as it requires a Samsung Tizen 2016 device (which I have because I develop specifically for TVs).

What is expected?

UI updates correctly after events

What is actually happening?

UI will only update if another task is queue.


In the nextTick implementation there's a check for isIOS to trigger an extra setTimeout which, while hacky, works also for Tizen 2016.

Perhaps a PR could be made adding an exception for Samsung Tizen as well?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions