dmihal / maker-devcon-burner-wallet

1 stars 1 forks source link

[ Bug ] - Amount Input in Send/Receive screens hijacks all other inputs. #35

Open as-dr opened 5 years ago

as-dr commented 5 years ago

Bug

When a user taps on the "Address" Input or "Message" inputs inside the Send and Receive modals, within 0.5 seconds the input selector moves to the "Amount" Input.

This occurs in both Safari (13.1.2) and Chrome (76.0.3809) on iOS.

To Reproduce

  1. Open https://devcon-staging.burnerfactory.com/ on iOS Chrome or Safari.
  2. Open the Send or Receive modals
  3. Tap onto the Address or Message inputs.
  4. Observe the behavior.

Hypothesis

Since the Amount Input is not a "standard" input, but is using a package to handle the currency style decimals, it may be behind the hijacking of the other inputs.

as-dr commented 5 years ago

In our call today we agreed to revert back to RimbleAmountInput which @dmihal is implementing now.