vue-autoNumeric icon indicating copy to clipboard operation
vue-autoNumeric copied to clipboard

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

Open Siregar opened this issue 4 years ago • 8 comments

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

Siregar avatar May 15 '20 07:05 Siregar

Have you tried using AutoNumeric v4.6.0? The wheel bug was fixed in that version (see https://github.com/autoNumeric/autoNumeric/issues/641)

AlexandreBonneau avatar May 17 '20 12:05 AlexandreBonneau

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.

Siregar avatar May 28 '20 08:05 Siregar

it's happening here as well 😢

marinastavares avatar Jul 18 '20 13:07 marinastavares

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?

ArunAlex avatar Aug 17 '20 06:08 ArunAlex

We have the same problems with Apple Magic mouse v1.

JurgenStillaert avatar Feb 18 '21 12:02 JurgenStillaert

User Input already given; Any updates?

Siregar avatar Jun 21 '21 06:06 Siregar

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

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

psociety avatar Aug 23 '22 06:08 psociety

Happening for me on 4.9.0.

codyjames avatar Jun 19 '23 21:06 codyjames