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

Firefox appearing default cursor bug. #289

Open
Vnthf opened this issue Apr 2, 2015 · 5 comments
Open

Firefox appearing default cursor bug. #289

Vnthf opened this issue Apr 2, 2015 · 5 comments
Labels

Comments

@Vnthf
Copy link

Vnthf commented Apr 2, 2015

http://jamesflorentino.github.io/nanoScrollerJS/
If you click this link and compare firefox to other browsers,
cursor is changed text cursor at the text in chorme, ie, safari.
but In firefox(mac), cursor remain default, not be changed text cursor

please edit this bug.

@kristerkari
Copy link
Collaborator

I'm having a look at this problem. If you want to work around it you can try adding CSS property cursor: text; to .nano > .nano-content.

@kristerkari
Copy link
Collaborator

Looks like the bug is caused by nanoScroller setting the tabindex attribute.

@Vnthf
Copy link
Author

Vnthf commented Apr 12, 2015

@kristerkari I think it is not a solution. when I add CSS property to .nano-content, All of div area has text cursor not a only text.

@kristerkari
Copy link
Collaborator

@Vnthf Yup, i know. that's why it can not be added to the nanoscroller CSS file.

@kristerkari
Copy link
Collaborator

I need to see if tabindex is actually needed. Removing it seems to fix the cursor bug.

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

No branches or pull requests

2 participants