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

[Bug Report] v-menu item disabled but still trigger click event #3387

Closed
ymchun opened this issue Feb 26, 2018 · 2 comments
Closed

[Bug Report] v-menu item disabled but still trigger click event #3387

ymchun opened this issue Feb 26, 2018 · 2 comments
Assignees
Labels
T: bug Functionality that does not work as intended/expected

Comments

@ymchun
Copy link

ymchun commented Feb 26, 2018

Versions and Environment

Vuetify: 1.0.0-beta.6
Vue: 2.5.13
Browsers: Chrome 64.0.3282.167
OS: Mac OS 10.13.3

Steps to reproduce

Open the Codepen link and click the button, you will see a menu with disabled items.
Mouse over the menu items and see hover highlight but no such effect when mouse over again.
Open the console and click on the menu item, will see click event triggered.

Expected Behavior

When menu item disabled, it cannot trigger click event and have no hover highlight effect

Actual Behavior

Still trigger click event
And the hover highlight effect appear once

Reproduction Link

https://codepen.io/anon/pen/oEaLKv?editors=1011

@johnleider johnleider added the T: bug Functionality that does not work as intended/expected label Feb 26, 2018
@johnleider
Copy link
Member

I've pushed a fix for the highlighting and cursor issue. In regards to the click event, list-tiles do not sanitize events, you will need to that in your application.

@johnleider johnleider added this to the Sprint 4 milestone Feb 26, 2018
@johnleider johnleider self-assigned this Feb 26, 2018
@lock
Copy link

lock bot commented Apr 14, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

@lock lock bot locked as resolved and limited conversation to collaborators Apr 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants