Code Monkey home page Code Monkey logo

html5slides's People

Contributors

paulirish avatar skaree avatar

Watchers

 avatar

html5slides's Issues

Support for SZSlide protocol

DZSlide offers a way to control slide through a post message protocol. It makes 
integration into embedded iframe, or in other applications very simple.

https://github.com/paulrouget/dzslides/wiki/protocol

Original issue reported on code.google.com by [email protected] on 17 Feb 2012 at 1:31

Image with position: absolute in article causes print issue

What steps will reproduce the problem?
1. add an image with position: absolute into an article (not the first one) in 
your section 
2. try to print your page throught the browser (in order to export to pdf)
3. the image is shown on the first slide and not in the good one

What is the expected output? What do you see instead?
the image should be printed in the correct slide (by the one which embeds it).

What version of the product are you using? On what operating system?
html5slides / safari 6.0.1 / OSX 10.8.2



Original issue reported on code.google.com by [email protected] on 22 Oct 2012 at 4:05

IE 8 is not loading the presentation

The presentation works fine in chrome, but in IE 8 i am getting the following 
error.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; 
SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center 
PC 6.0; MS-RTC LM 8)
Timestamp: Tue, 20 Nov 2012 18:04:02 UTC


Message: Object doesn't support this property or method
Line: 615
Char: 6
Code: 0
URI: file:///D:/SSKUMAR/LCD%20Display/P2P%20Slideshow/slides.js


Please help.

Original issue reported on code.google.com by [email protected] on 20 Nov 2012 at 6:05

Buggy navigation on mobile devices

What steps will reproduce the problem?
1. Open the slides on iPad
2. swipe left or right

What is the expected output? What do you see instead?
First of all I expect that on mobile devices only one slide should be available 
at time in the viewport, instead there are always 2 slides in the viewport. And 
when you reach the second slide, on swipe event the next slide appears over the 
first slide, so i have to pan back, to see the slide. In the end navigating 
between slides is quite hard.

I guess the device width has to be fixed, and also touchmove event has to be 
prevented, in order to disable panning while trying to turn to next slide.


What version of the product are you using? On what operating system?
Any html5 slides
on iPad2


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 8:25

Is it still maintained ?

I'm seeing lots of issues for more than a year whitout response.

Is there someone still working on this project ? If not I may create a fork to 
continue it.

I'll wait few month for a reply before doing anything.


Original issue reported on code.google.com by [email protected] on 22 Nov 2012 at 3:42

IE bugs

What steps will reproduce the problem?
1. Open the demo in IE9 or IE10

What is the expected output? What do you see instead?
* Begins at 3rd slide instead of 1st slide
* .fill doesn't work


What version of the product are you using? On what operating system?
Windows 7 & IE9
Windows 8 & IE10

Please provide any additional information below.

I know IE doesn't have all the CSS support, but it should degrade gracefully.

Original issue reported on code.google.com by [email protected] on 28 Sep 2011 at 2:51

Update classList polyfill

Read line 34 of your slides.js and you'll see that I'm missing a comma in my 
classList script, which leaks globals and possibly breaks the script in 
browsers without string.trim. I fixed that in a more recent version of 
classList.js. https://github.com/eligrey/classList.js/blob/master/classList.js

Original issue reported on code.google.com by [email protected] on 13 Jul 2011 at 9:43

Backspace doesn't "unbuild" buildable elements that have been built

What steps will reproduce the problem?
1. Build some "buildable" elements on the current slide.
2. Press backspace.

What is the expected output? What do you see instead?

I would expect the buildable elements that have just been built to be 
"unbuilt". Instead, the previous slide is now the current slide. This makes 
going back to some previous content awkward.

What version of the product are you using? On what operating system?

I'm using the latest version of the code with Chrome on Windows XP.

Please provide any additional information below.

I've attached a naive patch below that fixes this issue. I'd like to get your 
comments on this one and get it integrated after a few iterations, if that's 
possible. Thank you! 

Original issue reported on code.google.com by [email protected] on 21 Mar 2012 at 3:33

Attachments:

"someone tried to postMessage from an unknown origin"

What steps will reproduce the problem?
1. view http://io-2012-slides.googlecode.com/git/template.html in Chrome
2. press <Down> until the iframe page shows

What is the expected output? What do you see instead?
an alert : "someone tried to postMessage from an unknown origin"


What version of the product are you using? On what operating system?
Linux Ubuntu 12.04
Chrome 26.0.1410.63

Please provide any additional information below.
something to do with presenter mode?

Original issue reported on code.google.com by [email protected] on 26 May 2013 at 2:34

Can this template be used by non-Googlers?

Reason for asking is that one of the slides in the demo presentation 
specifically states maintaining Google's corporate look and feel 
(http://html5slides.googlecode.com/svn/trunk/template/index.html#4). 




Original issue reported on code.google.com by [email protected] on 12 Dec 2011 at 5:34

Change Google logo in bottom-right corner?

Hi,

I love this HTML5 presentation template and would like to use it, both for an 
actual presentation but also to improve my on-hands HTML 5 experience.

Is someone able to tell me where the Google logo in the bottom-right corner is 
referenced? I want to change it into something else, but am not able to find it 
in the main HTML file (or slides.js, although I didn't expect it there).

Thanks for your help.

Original issue reported on code.google.com by [email protected] on 4 Aug 2011 at 1:46

slide.js broken for 'build' class (even in google demo)

What steps will reproduce the problem?
1. Attach 'build' class to any object
2. Reload project and try to hit next slide while on the slide with 'build' 
class
3. Nothing happens, you get "Uncaught Error: SYNTAX_ERR: DOM Exception 12" on 
line 220 in slide.js in console.

What is the expected output? What do you see instead?
The object should show up instead of throwing error.

What version of the product are you using? On what operating system?
Latest version. Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 16 Jan 2013 at 3:23

Having all files in localhost

Hi, I'm developing a presentation, and I've just discovered that I will not 
have an internet connection while presenting, so I must store all files in 
localhost.

It'd be so nice to have a downloadable tar _distribution_ so we can show our 
presentations offline.

Thanks in advance, and kudos for this great presentations!

Original issue reported on code.google.com by [email protected] on 29 Oct 2011 at 4:54

Does not work in Latest Chrome and Safari on Mac OS

I was forwarded a presentation built with this tool.
In Chrome and Safari on my mac, it shows the first 3 slides.
Then I am unable to move pass the third slide.
This behavior is also repeatable with the sample slide show from this project 
site as well.
However, it seems to work ok in Firefox on the mac.

Environment
Mac OS 10.7.3
Chrome 18.0.1025.168
Safari Version 5.1.3 (7534.53.10)

Original issue reported on code.google.com by [email protected] on 3 May 2012 at 12:06

[Feature request] key bindings

Create a configurable key bindings pool

so you can do things like:

function KeyCheck (e)
{
  var KeyID = (window.event) ? event.keyCode : e.keyCode;

  if (KeyID == 66)
    {
      videoElement = slideEls[curSlide].getElementsByTagName("video")[0];

      if (videoElement.paused == true)
        videoElement.play ();
      else
        videoElement.pause ();
    }
}

Which allows me to use my Kensington 33374 Wireless Presenter's 'b' key to play 
<video> on the slide

Original issue reported on code.google.com by [email protected] on 28 Jul 2012 at 2:15

Enhanced navigation and a ToC example (patches included)

This template is pretty cool. I'm using it for a conference presentation, and I 
wanted an easy way to navigate the slides. Eventually I came up with the 
following enhancements:

 * Keyboard shortcuts to go to first and last slides.
 * A keyboard shortcut to a Table of Contents.
 * A couple of functions to navigate to a slide: 
   - by slide number
   - by slide id

I've attached a diff against r20 for slides.js (navigation enhancements) and 
index.html (ToC example). 

TODO: Build the ToC automatically ;)

Best regards, 
Luis

Original issue reported on code.google.com by [email protected] on 5 Apr 2012 at 3:44

Attachments:

demo could be more semantic

Just observing that the demo isn't very semantic.  For example, would be nice 
to use:

1. figcaption for images (instead of separate "source" nodes)
2. @cite and @title on blockquotes, using JS to display them appropriately

I mostly add this in case it might positively impact some design decisions in 
the JS and CSS.

Original issue reported on code.google.com by [email protected] on 18 Jun 2011 at 7:49

Adding styles with chrome dev tools breaks page

What steps will reproduce the problem?
1. load up the slides page
2. open up chrome-dev-tools
3. attempt to add a style to an element using the new style

What is the expected output? What do you see instead?

add a style and have it applied in real time successfully without crashing web 
page.

What version of the product are you using? On what operating system?

latest version of the script (copied it from today), using google chrome 
unstable on ubuntu linux 11,04, also tried in google chrome stable channel, 
same problem.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Jul 2011 at 11:06

Not Keyboard Accessible - Traps Keyboard users in slide deck

What steps will reproduce the problem?
1. Navigate to HTML5 slides example
2. Try and use the backspace key to return to the page you were on before
3.

What is the expected output? What do you see instead?
I can see that once in the slide deck that the backspace key returns to 
previous slide. But when on the first slide the backspace key does nothing. 
Surely it's a big mistake to hijack the normal function of the backspace key 
which is to return to the page you were on before - ie the Back button for 
those that can't use a mouse.

What version of the product are you using? On what operating system?
Product - ? (how do you tell) OS - Windows 7 and Chrome 12

Please provide any additional information below.
Suggest that navigation through slide deck should use left and right arrow key 
(intuitive) and the space bar if you want. Be a good idea to  have onscreen 
help to show people which keys do what.

Has this been tested with a screen reader?


Original issue reported on code.google.com by [email protected] on 27 Jul 2011 at 6:03

The slides are not printable

If you want to produce a PDF or print the slides it is not possible, it only 
prints the slide page that you are currently viewing.

Original issue reported on code.google.com by [email protected] on 22 Nov 2011 at 12:34

Google logo repeats in widescreen layout

What steps will reproduce the problem?
1. Add layout-widescreen
2. Google logo repeats at the bottom of the slides.

What is the expected output? What do you see instead?

The Google logo appears twice at the bottom of the slides. This looks a little 
odd. I think that no-repeat probably needs to be added to the class for the 
background image.

What version of the product are you using? On what operating system?

Latest non-io version

Please provide any additional information below.

Thanks so much for making these slides! They are great! :)

Original issue reported on code.google.com by [email protected] on 21 May 2011 at 4:18

[Feature Request] Fade instead of slide

Would love to be able to add a simple class 'fade' to the primary section 
containing all the article elements to have it just fade from one slide to 
another instead of slide from slide to slide.  

Original issue reported on code.google.com by [email protected] on 17 Jul 2011 at 9:21

[Feature Request] Repeated Auto Play for the slides

Hi,

  I find that this template is super cool and useful and I want to use it as the tool to show a collections of small sized web pages one after another automatically, e.g. showing a list of slides like slide #22 in the template one by one repeatedly. Each slide will stay for a few seconds before switching to next one. It would great if this feature can be supported.

thanks,

--Bruce

Original issue reported on code.google.com by [email protected] on 26 May 2011 at 7:23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.