]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Add a reflow after a delay for Konqueror.
authorChris Porter <redacted>
Sun, 21 Jun 2009 16:28:40 +0000 (17:28 +0100)
committerChris Porter <redacted>
Sun, 21 Jun 2009 16:28:40 +0000 (17:28 +0100)
js/ui/frontends/qui.js

index 5e3255e62e56fd233a4075cefcd47d254822ad66..6de600dbba2ba01f0f13f02491e79690a3a3b284 100644 (file)
@@ -49,7 +49,8 @@ qwebirc.ui.QUI = new Class({
     
     this.createInput();
     this.reflow();
-
+    this.reflow.delay(100); /* Konqueror fix */
+    
     /* HACK, in Chrome this should work immediately but doesn't */
     this.__createDropdownHint.delay(100, this);
   },