Document Information

Last modified:
2007/05/31 19:34 by thron7

Showing the caret in dialogs in Firefox

There is a long standing bug in Firefox which is supposed to be fixed in version 3 which prevents the input caret (the flashing vertical bar) from showing up in edit boxes in qooxdoo dialogs.

The cure for this is to set the overflow property of the parent of the edit box to “auto”.

For example:

  var e = new qx.ui.layout.VerticalBoxLayout;
  e.setWidth('100%');
  e.setHeight('100%');
  e.setMargin(4);
  e.setOverflow('auto');	
  e.add(myContent);
  myWindow.add(e);

instead of:

  myWindow.add(myContent);

Information

Last modified:
2007/05/31 19:34 by thron7

Account

Not logged in

 
 

Job Offers

To further improve qooxdoo we are seeking javascript developers. Read more...

Rich Ajax Platform (RAP)

RAP uses qooxdoo, Java and the Eclipse development model to build rich web applications. Read more...

qooxdoo Web Toolkit (QWT)

Similar to GWT this framework allows to create impressive qooxdoo applications just using Java. Read more...

Pustefix

Pustefix is a MVC-based web application framework using Java and XML/XSLT. Read more...

 
SourceForge.net Logo

Bad Behavior has blocked 0 potential spam attempts in the last 7 days.