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

toggleOverview mouse click issue #29

Open
GoogleCodeExporter opened this issue Sep 22, 2015 · 7 comments
Open

toggleOverview mouse click issue #29

GoogleCodeExporter opened this issue Sep 22, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

Issue on Chrome:

under toggleOverview(key O) mode sometimes select slide is not available with 
mouse click. It's happen on the demo page too.

Original issue reported on code.google.com by [email protected] on 12 Nov 2013 at 5:55

@GoogleCodeExporter
Copy link
Author

Which slide in particular does this happen for?

Original comment by [email protected] on 12 Nov 2013 at 6:08

@GoogleCodeExporter
Copy link
Author

This happen in all the slides under toggleOverview mode (press O). But not all 
the time the click event is not available, you might refresh few times, then 
you will see this issue.

Demo site: http://io-2012-slides.googlecode.com/git/template.html#1 

suspect the issue related to slide.addEventListener('click', function(e)

Original comment by [email protected] on 12 Nov 2013 at 7:04

Attachments:

@GoogleCodeExporter
Copy link
Author

Can you give me step by step how to repo this. I'm able to press "o", click 
either slide #1 or #1, and have it enlarge.

Original comment by [email protected] on 12 Nov 2013 at 7:08

@GoogleCodeExporter
Copy link
Author

Step1: http://io-2012-slides.googlecode.com/git/template.html#1
Step2: Press O
Step3: Check if you can click any slide by using mouse click, if yes, please 
continue the step
Step4: Refresh
Step5: Go back to Step 2

Original comment by [email protected] on 12 Nov 2013 at 7:11

@GoogleCodeExporter
Copy link
Author

Can't reproduce with those steps

Original comment by [email protected] on 12 Nov 2013 at 7:13

@GoogleCodeExporter
Copy link
Author

Chrome version: Version 30.0.1599.101

My end refresh 2 times can produce this issue.

Original comment by [email protected] on 12 Nov 2013 at 7:16

@GoogleCodeExporter
Copy link
Author

figured out. is the .loaded css problem. Added position:relative; z-index:0; 
can solve this issue. I think bcos of the timing to load .loaded class into 
body, that's why sometimes slide is under body overlay.

Original comment by [email protected] on 12 Nov 2013 at 7:44

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

No branches or pull requests

1 participant