julianzhu1117 / io-2012-slides

Automatically exported from code.google.com/p/io-2012-slides
0 stars 0 forks source link

toggleOverview mouse click issue #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 wes...@social-gear.jp on 12 Nov 2013 at 5:55

GoogleCodeExporter commented 8 years ago
Which slide in particular does this happen for?

Original comment by ebi...@gmail.com on 12 Nov 2013 at 6:08

GoogleCodeExporter commented 8 years ago
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 wes...@social-gear.jp on 12 Nov 2013 at 7:04

Attachments:

GoogleCodeExporter commented 8 years ago
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 ebi...@gmail.com on 12 Nov 2013 at 7:08

GoogleCodeExporter commented 8 years ago
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 wes...@social-gear.jp on 12 Nov 2013 at 7:11

GoogleCodeExporter commented 8 years ago
Can't reproduce with those steps

Original comment by ebi...@gmail.com on 12 Nov 2013 at 7:13

GoogleCodeExporter commented 8 years ago
Chrome version: Version 30.0.1599.101

My end refresh 2 times can produce this issue.

Original comment by wes...@social-gear.jp on 12 Nov 2013 at 7:16

GoogleCodeExporter commented 8 years ago
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 wes...@social-gear.jp on 12 Nov 2013 at 7:44