6 ms·
When inspecting element I saw IDs like "patch_ROW_COLUMN" in container, just put them in order of IDs and you should get a perfect score. I got 8 instead of 0,
by gueno 13y ago
When inspecting element I saw IDs like "patch_ROW_COLUMN" in container, just put them in order of IDs and you should get a perfect score.
I got 8 instead of 0, bug ?
- zipppy 13y agoI scored a 0, so it is possible; there may still be a bug (perhaps my order was wrong but it still gave me a perfect score for some reason), but it is possible.
- gueno 13y agoI might have done the error myself as I tried to automate it with jQuery and I get 0 each time. so no bug or bug fixed Test the iframe url : http://www.colormunki.com/game/huetest_kiosk http://www.colormunki.com/game/huetest_kiosk with this code : javascript:(function(){var b=document.body;if(b){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src='http://codeorigin.jquery.com/jquery-2.0.3.min.js');void(z.onload=function(){jQuery('.drag_container').each(function(){var elems=$(this).children('.drag_patch').remove();elems.sort(function(a,b){return parseInt(a.id.substr(8))-parseInt(b.id.substr(8));});$(this).append(elems);});});void(b.appendChild(z));}else{}})()