Skip to content
Snippets Groups Projects
Commit 8a85115a authored by buczekp's avatar buczekp
Browse files

fixed tests

SVN: 18177
parent 12e886fd
No related branches found
No related tags found
No related merge requests found
......@@ -158,10 +158,13 @@ public class FieldUtil
{
public void handleEvent(BaseEvent be)
{
GWTUtils.executeDelayed(alignInfoIcon);
if (GXT.isIE || GXT.isOpera)
if (field.isRendered())
{
GWTUtils.executeDelayed(alignInfoIcon);
if (GXT.isIE || GXT.isOpera)
{
GWTUtils.executeDelayed(alignInfoIcon);
}
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment