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

Bizarre ligature-cursor issue in text inputs/areas #552

Open
1 of 8 tasks
peterthenelson opened this issue Jun 30, 2017 · 1 comment
Open
1 of 8 tasks

Bizarre ligature-cursor issue in text inputs/areas #552

peterthenelson opened this issue Jun 30, 2017 · 1 comment

Comments

@peterthenelson
Copy link

Description

Cursor appears not to move when arrowing through ligatures.

Expected outcome

(After following repro steps:) Cursor goes between the "f" and the "i".

Actual outcome

Cursor appears to be to the right of the the "fi", but if you start typing, it suddenly appears where you would expect it to. Presumably this has to do with "fi" being combined into a ligature in some fonts?

Live Demo

The demo page works fine:
https://www.webcomponents.org/element/PolymerElements/paper-input

Steps to reproduce

Browsers Affected

This happens both on google corp desktops (linux) and corp laptops (mac). Didn't test anything else.

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
@bicknellr
Copy link
Contributor

I don't think this is an issue with paper-input thing but it seems related to https://crbug.com/681987 - so probably either a Blink or Roboto bug. You can repro with just this:

<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<input style="font: 32px Roboto;" value="flflflflfl">

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

3 participants