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] Rating in Firefox with half-increments and hover: It is not possible to see full icon #5240

Closed
jormabs opened this issue Oct 8, 2018 · 0 comments · Fixed by #5374
Labels
platform specific The issue only occurs on a specific platform T: bug Functionality that does not work as intended/expected

Comments

@jormabs
Copy link

jormabs commented Oct 8, 2018

Versions and Environment

Vuetify: 1.2.6
Vue: 2.5.17
Browsers: Mozilla Firefox
OS: Windows 10

Steps to reproduce

Declare an v-rating element with 'half-increments' and 'hover' atributes:
<v-rating half-increments hover ></v-rating>
Pass the mouse over the icons.

Expected Behavior

View full icon.

Actual Behavior

It seems that the pointer does not complete the icon and stays in half.

Reproduction Link

https://github.com/vuetifyjs/vuetifyjs.com/blob/master/src/examples/ratings/length.vue

Other comments

I've tried other browsers like Chrome, Opera and Edge, and it works fine. It seems that the problem is Firefox.

@jacekkarczmarczyk jacekkarczmarczyk added T: bug Functionality that does not work as intended/expected platform specific The issue only occurs on a specific platform labels Oct 9, 2018
nekosaur added a commit that referenced this issue Oct 21, 2018
Firefox always seem to return 0 for offsetX in mousemove event.

Fixes #5240
nekosaur added a commit that referenced this issue Oct 26, 2018
…ts (#5374)

Firefox always seem to return 0 for offsetX in mousemove event.

Fixes #5240
@lock lock bot locked as resolved and limited conversation to collaborators Oct 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform specific The issue only occurs on a specific platform T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants