Refocus colorpicker after popup closes, fixes orange

This commit is contained in:
enndeakin@sympatico.ca 2007-08-15 19:09:39 -07:00
Родитель cb7a8f6944
Коммит 40ddc9aaa8
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -99,6 +99,8 @@ function goNext()
return;
}
gCp.focus();
var phase = phases[gTestPhase];
switch (phase) {
case "mouse click":