top | item 6417436

(no title)

gueno | 12 years 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 ?

discuss

order

gueno|12 years ago

I 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

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{}})()

zipppy|12 years ago

I 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.