Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click Event Triggers on Complex Buttons are ignored in Pale Moon browser #10515

Open
paulkamer opened this issue Sep 13, 2019 · 0 comments · May be fixed by #10517
Open

Click Event Triggers on Complex Buttons are ignored in Pale Moon browser #10515

paulkamer opened this issue Sep 13, 2019 · 0 comments · May be fixed by #10517

Comments

@paulkamer
Copy link

Version

2.6.10

Reproduction link

https://jsfiddle.net/ye6vs8h3/

Steps to reproduce

Install Pale Moon browser http://www.palemoon.org/
Open the jsfiddle (https://jsfiddle.net/ye6vs8h3/).

When clicking directly on the Vue logo image, a click is not registered.
When clicking just next to it, still on the grey background, a click is registered correctly.

What is expected?

When clicking on a nested component, the click should bubble up to the parent element that has a @click handler.

What is actually happening?

The click is not bubbled up, so takes no effect.


This issue is similar to several other bugfixes, for Adobe CEP and Mobile Safari:

#9462
#10366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants