Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

using arrow keys to reposition cursor does not render correctly in Safari #69

Closed
mp-jwolkerstorfer opened this issue Sep 12, 2016 · 4 comments
Labels
Milestone

Comments

@mp-jwolkerstorfer
Copy link

Mac OS X 10.11.6, Safari 9.1.3; on the final demo at https://www.filamentgroup.com/lab/type-number.html (Also in the in-app browser of Reeder 3.0.1, same OS.)

  1. type 123123 and observe cursor at end of text
  2. hit left arrow key 3 times and observe cursor still at end of text
  3. hit 0 and see the updated text 1230123 with the cursor now appearing after the 0

Additionally, it seems to be impossible in all browsers to use the up-arrow to go to the start of the text or the down-arrow to go to the end of the text.

@zachleat
Copy link
Member

Hmmm, I could reproduce the left-right cursor issue on Browserstack (El Capitan):
image

I think the above is more a byproduct of how Browserstack repaints the remote machine (cursor movement may not be enough to trigger a repaint).

I was not able to reproduce on my local machine (El Capitan 10.11.6):
image

Were you using a remote machine to test this? Or was it local?

As for the up-down arrow issue, this feature was never available in type="number" fields. Up and down arrows were previously used for increment and decrement, which numeric-input disables when using data-numeric-input-nav-disabled. I’ve filed this as a separate feature request at #70.

@mp-jwolkerstorfer
Copy link
Author

I was testing this on my local machine:
MacBook Pro (Retina, 15-inch, Mid 2014)
Processor: 2.5 GHz Intel Core i7
Memory: 16 GB 1600 MHz DDR3
Graphics: NVIDIA GeForce GT 750M 2048 MB

@zachleat zachleat added this to the formcore v1.2.3 milestone Sep 23, 2016
@zachleat
Copy link
Member

I’m guessing this is a duplicate of #75 which @johnbender fixed. Look for it in v1.2.3.

@zachleat
Copy link
Member

v1.2.3 is out! Please retest and reopen if needed!

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

No branches or pull requests

2 participants