chrsmithdemos / html5rocks

Automatically exported from code.google.com/p/html5rocks
0 stars 0 forks source link

Live svg-puzzle broken on recent Chromium builds #907

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://studio.html5rocks.com/#Puzzle doesn't work with current CR builds 
because jigsaw.js is using document.width/height - which have been removed in 
http://src.chromium.org/viewvc/blink?revision=152987&view=revision

This appears to have been fixed in the github repo 
(https://github.com/html5rocks/studio.html5rocks.com/blob/master/samples/svg-puz
zle/jigsaw.js now uses document.body.clientWidth/clientHeight), but not on the 
live site.

CR issue: http://crbug.com/258777

Original issue reported on code.google.com by fmalita@chromium.org on 10 Jul 2013 at 2:33