-
Notifications
You must be signed in to change notification settings - Fork 147
Wrong cursor on hover for TextInput multiline={false} editable={false} #926
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
Comments
@jbcullis Would you mind linking a sample project we can repro this with? |
Will do @HeyImChris - on the road this week but will get a sample up this weekend. |
@mischreiber / @Saadnajmi : #760 does this address this issue? |
EDIT: Sorry this is multiline text input. So it wouldn't have been #760. I think we fixed this recently with a different PR. I'l double check our recent commits. A lot of new work was done on multiline textinput that is merged in our |
Sorry @shwanton I thought this issue was about Text, it's actually about TextInput, so I don't think your change is applicable. I looked at our last few commits and I didn't see any obvious change that fixes this particular issue. @jbcullis could you confirm you still have this on the latest |
Ah, my bad! I didn't realize this was for TextInput. |
@Saadnajmi will do, just need a couple days to get the project on latest. |
Resolved in 68.5 |
Environment
Steps to reproduce the bug
Create the following text input:
Hover over and the cursor stays as the text selection cursor.
Expected Behavior
When editable is false, mouse should revert to default cursor.
Actual Behavior
Cursor remains as text selection cursor.
Reproducible Demo
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: