-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 cursor is displayed when interacting with the scrollbar #1114
Comments
Present on Windows 7 also. Same Chrome version. |
When you scroll down on quilljs.com, the cursor will hover over the Youtube video, which will display the clickable |
I'm not sure if this is the same thing as was originally reported, but here is a related annoyance we are seeing. When your cursor is at the top of the document, you scroll down to the bottom of the document. If another user types in the document you are immediately scrolled back up to your cursor. This makes reading the document difficult when others are typing in it. Perhaps there is a way to not scroll to the cursor if the user's last action was scrolling. |
@sbevels That sounds unrelated. Can you open a separate Issue? |
Yep, I opened #1152 |
I'm referring to the actual scrollbar on the right side. When you mouseover it in other places the cursor changes to |
I see thanks for the clarification. This appears to be a Chrome only issue. |
The follow CSS rules solve the problem for me:
In other words, cursor:text style rule should not be set on ql-editor, which will confuse Chrome browser. |
Thanks for the tip @henry-luo |
When you interact with the scrollbar on an editor, the selection cursor is still shown. It probably should be the "default" cursor instead.
Steps for Reproduction
Expected behavior:
Cursor changes to the "default" cursor that's normally used for interacting with scrollbars
Actual behavior:
Cursor remains the selection cursor that's typically displayed when typing
Platforms:
Chrome 54.0.2840.87, Windows 10
Version:
1.1.5
The text was updated successfully, but these errors were encountered: