9 ms·
btw this breaks zoom.
by colinm 13y ago
btw this breaks zoom.
- user24 13y agoYour comment is almost useless. On which browser? Which operating system? What do you expect to happen? What actually happens? http://www.chiark.greenend.org.uk/~sgtatham/bugs.html http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
- PavlovsCat 13y agoBug reports can only be as useful as the people who receive them. Try zooming with any browser; you'd expect it to, hum, zoom, but what actually happens is that after zooming, the pictures get resized again, so no matter how you zoom, it always looks the same.
- ionelm 13y agoNot only that it breaks zoom, at certain window ratios (eg: 480x800) is completely fails - I get this error: TypeError: solution[(n - 1)] is undefined @ http://www.chromatic.io/application.a3c7ec1cbcca0f5a77fbc1dc0cb590c7.js:735 http://www.chromatic.io/application.a3c7ec1cbcca0f5a77fbc1dc... I've done stuff like this in the past, if you want something that works: https://github.com/ionelmc/jquery-gp-gallery https://github.com/ionelmc/jquery-gp-gallery
- jongleberry 13y agoi think i found the problem with the algorithm. sometimes it returns an empty row. the javascript version throws while the python version doesn't. i fixed it in my fork by just reducing the number of rows until it doesn't throw: https://github.com/jonathanong/linear-partition https://github.com/jonathanong/linear-partition