We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since Chrome 33 web pages do not show "loading cursor" in Google Chrome, it is Aura UI bug: https://code.google.com/p/chromium/issues/detail?id=133039
Change cursor icon in OnLoadingStateChange. See WM_SETCURSOR, GetCursor, SetCursor and LoadCursor on MSDN pages.
Original issue reported on code.google.com by czarek.t...@gmail.com on 28 Nov 2014 at 11:32
czarek.t...@gmail.com
The text was updated successfully, but these errors were encountered:
Chrome 47.2 RC. Fixed mouse cursor indicator during
0b2a014
loading of a web page (Issue #148).
Fixed in commit 0b2a014. It's not perfect, but does its job pretty well.
Sorry, something went wrong.
No branches or pull requests
Since Chrome 33 web pages do not show "loading cursor" in Google Chrome, it is Aura UI bug: https://code.google.com/p/chromium/issues/detail?id=133039
Change cursor icon in OnLoadingStateChange. See WM_SETCURSOR, GetCursor, SetCursor and LoadCursor on MSDN pages.
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 28 Nov 2014 at 11:32The text was updated successfully, but these errors were encountered: