getdave / Protoshow

A simple slideshow for Prototype.js and script.aculo.us
http://www.protoshow.net
22 stars 19 forks source link

Chrome Slide Width not parsing #4

Closed getdave closed 13 years ago

getdave commented 13 years ago

For some weird reason Chrome measures the width of "slide" incorrectly with percentages. This causes the whole show to break because it's hinged on knowing the value of the width of a slide.

Watch the DOM in Chrome to see this bug.

Needs testing and fixing.

getdave commented 13 years ago

This problem seems to be to do with the test envuronment initializing Protoshow before images have fully loaded.

ie: it's using dom:ready when it should be using Event.observe(window, 'load', function()...

getdave commented 13 years ago

Above problem confirmed. Issue closed.