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

text input: draw caret even if there's no text #8543

Closed
paulrouget opened this issue Nov 16, 2015 · 5 comments
Closed

text input: draw caret even if there's no text #8543

paulrouget opened this issue Nov 16, 2015 · 5 comments

Comments

@paulrouget
Copy link
Contributor

@paulrouget paulrouget commented Nov 16, 2015

I think caret is only drawn if there's a text fragment.

@frewsxcv
Copy link
Member

@frewsxcv frewsxcv commented Dec 2, 2015

Just encountered this. Gif of the interaction:

@Manishearth
Copy link
Member

@Manishearth Manishearth commented Dec 15, 2015

#7644

The caret doesn't show up if there's no text present, because we don't create text runs in that case. This should be a followup.

@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Dec 15, 2015

Maybe just create a dummy scanned text fragment?

@paulrouget
Copy link
Contributor Author

@paulrouget paulrouget commented Jan 5, 2016

Maybe just create a dummy scanned text fragment?

Where should this be done?

@paulrouget
Copy link
Contributor Author

@paulrouget paulrouget commented Feb 1, 2016

This works now.

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

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.