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

UI issue in Opera 10.61 #60

Open
krukid opened this issue Sep 6, 2010 · 1 comment
Open

UI issue in Opera 10.61 #60

krukid opened this issue Sep 6, 2010 · 1 comment

Comments

@krukid
Copy link

krukid commented Sep 6, 2010

There's an annoying cursor and progress bar indicating that the page is constantly loading while the connection persists.

@skillcoder
Copy link

Need change the file jsio/net/
csp/transports.js on line 420 and added the Opera Browser:
var killLoadingBar = BrowserDetect.isFirefox ||
BrowserDetect.isOpera ? function() {
...

}

Unfortunately, the connection still breaks off after about 1 minute.
Does anyone have a hint for me how I can solve this?

Source:
http://groups.google.com/group/hookbox/browse_thread/thread/5e4797b607f378d3

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

No branches or pull requests

2 participants