mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Refocus colorpicker after popup closes, fixes orange
This commit is contained in:
parent
cb7a8f6944
commit
40ddc9aaa8
@ -99,6 +99,8 @@ function goNext()
|
||||
return;
|
||||
}
|
||||
|
||||
gCp.focus();
|
||||
|
||||
var phase = phases[gTestPhase];
|
||||
switch (phase) {
|
||||
case "mouse click":
|
||||
|
Loading…
x
Reference in New Issue
Block a user