Skip to content

vue 2.6.9, the click event can't bubble on some browsers such as UC browser on all android 8.x, part android 6.x or 9.x #9729

Closed
@kobe990

Description

@kobe990

Version

2.6.9

Reproduction link

https://github.com/kobe990/testVue

Steps to reproduce

  1. clone the repository from https://github.com/kobe990/testVue
  2. npm i (including the vue 2.6.9)
  3. npm run dev
  4. use the latest UC browser on android 8.x to open this server URL
  5. we will see two div (one is a parent div, another is a child)
  6. we bind a click event on the parent div
  7. when We click the child div, the click event won't be triggered. If we change the vue version to 2.6.8, It is all right.

What is expected?

the click event can bubble correctly

What is actually happening?

the click event can't bubble correctly in the vue router render page.

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