GWT
GWT, IE8, and DialogBox – a tale of misfortune
I had a subclass of subclass of DialogBox that was not appearing when using IE, but was with FFox & Chrome. The following is from my first subclass @Override public void show() { super.show(); setVisible(true); // <—- this is the key …. } The bug is solved but that brings a question : do I […]