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

all tab buttons unresponsive #9

Closed
atomless opened this issue May 30, 2013 · 8 comments
Closed

all tab buttons unresponsive #9

atomless opened this issue May 30, 2013 · 8 comments

Comments

@atomless
Copy link

using chrome 27.0.1453.93 when dev tools first opens I can click on one of the tabs and it works but once the bounce in animation plays no tabs work at all, it's stuck on that tab completely unresponsive. Seems like an issue with the animation. I'd lose the anim personally. The theme is perfect without the gimmicky anims.

@mauricecruz
Copy link
Owner

Thanks for reporting. Does your cpu spike when devtools opens up? Try deleting line 606 in the css file.
-webkit-animation: bounceInUp 1s ease-in-out;

I'd like to verify if the animation is indeed causing the issue. I can't replicate the issue on my pc.

@atomless
Copy link
Author

yep, I tried commenting out that animation and it helped but then the slide in animation had the same issue, freezing everything up. In the end i had to go through and comment out all of the webkit animation and now it all works nicely.

@mauricecruz
Copy link
Owner

Ok cool. I'll segment out the animation so that it will be easy to disable if they're causing issues. Would you mind posting your hardware specs? I'd like to get a baseline where animations start becoming an issue.

@atomless
Copy link
Author

Sure:
IMAC
processor: 2.93 GHz core 2 duo
memory: 8gb 1067 MHz DDR3
OSX 10.8.3
Chrome 27.0.1453.93

@atomless
Copy link
Author

just to be clear - the animations themselves run perfectly - quickly and smoothly - but after they finish the dev tools are left unresponsive for some reason. So I'm sure it's not a hardware horsepower thing but rather some bug that leaves things in a loop somewhere at the end of webkit-animations

@mauricecruz
Copy link
Owner

Yea, by your specs, doesn't seem likely it would be a hardware thing. Can
you try doing it incognito session so that you can test without
extensions/plugins installed? Those can interfere with things sometimes.

On Thu, May 30, 2013 at 1:58 PM, James Tindall notifications@github.comwrote:

just to be clear - the animations themselves run perfectly - quickly and
smoothly - but after they finish the dev tools are left unresponsive for
some reason. So I'm sure it's not a hardware horsepower thing but rather
some bug that leaves things in a loop somewhere at the end of
webkit-animations


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-18697007
.

@atomless
Copy link
Author

Just tried with all animation re-enabled and all extensions disabled and the same thing happens - everything in the dev tools panel is frozen after the anims.

@mauricecruz
Copy link
Owner

I moved all the animations in one section in the stylesheet. You can disable some or all the animations to see which one is causing the freeze.

I can't replicate your issue so If you ever get down to testing the animations one by one, I'd appreciate if you let me know which one(s) is/are problematic.

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