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

The event passed as a parameter is not a valid wheel event, 'wheel' given. #42

Open
Siregar opened this issue May 15, 2020 · 8 comments

Comments

@Siregar
Copy link

Siregar commented May 15, 2020

Description

Using the wheel of a regular mouse or the up/down swipe gesture of a magic mouse throws an error in the dev tools.

Implementation

<VueAutonumeric
  :options="{
    allowDecimalPadding: 'floats',
    digitGroupSeparator: '.',
    decimalCharacter: ',',
    decimalPlaces: 2,
    decimalPlacesRawValue: 2,
    decimalCharacterAlternative: '.',
    currencySymbol: '\u00a0%',
    percentageEU2dec: true,
    currencySymbolPlacement: 's',
    roundingMethod: 'U',
    emptyInputBehavior: 'press',
  }"
/>

How to reproduce

  1. Implement <VueAutonumeric> component
  2. Click into the input
  3. Scroll

Error

Bildschirmfoto 2020-05-15 um 09 43 07

@AlexandreBonneau
Copy link
Member

Have you tried using AutoNumeric v4.6.0?
The wheel bug was fixed in that version (see autoNumeric/autoNumeric#641)

@Siregar
Copy link
Author

Siregar commented May 28, 2020

The error still occurs irregular when scrolling up and down. Tested with Magic Mouse and Trackpad. Scrolling left and right fires the error on every tick.

@marinastavares
Copy link

it's happening here as well 😢

@ArunAlex
Copy link

ArunAlex commented Aug 17, 2020

I am facing the same issue where if i swipe left/right on magic mouse I get above mentioned error. my control is a simple input element with type="tel". I was using autonumeric v4.5.4 and upgraded to 4.6 . However, I still the face same problem. Any idea if this has been resolved?

@JurgenStillaert
Copy link

We have the same problems with Apple Magic mouse v1.

@Siregar
Copy link
Author

Siregar commented Jun 21, 2021

User Input already given; Any updates?

@psociety
Copy link

Yep, it still happens on 4.6.0
Screenshot from 2022-08-23 08-41-28

Screenshot from 2022-08-23 08-42-38

@codyjames
Copy link

Happening for me on 4.9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants