Rob Lahaye wrote: > > Hi, > > A couple of input widgets in a few dialogs have no time delay > for the tooltips. For example: > Citation dialog: Inset Keys, Bibliography keys and Info > BibTeX Database: Styles. > > The tooltips text is there immediately when the pointer > enters the widget. This is an annoying behaviour. Any idea what's > going wrong? (I'm using 1.4.0 cvs). > > Regards, > Rob.
The native xforms implementation of tooltips is broken for the browser widget (indeed, it's broken for any 'complex' widget that is made up of simpler ones.) I have a patch to the xforms code that fixes this properly. Meanwhile, I have implemented a half-baked fix that behaves as you describe. Tell me if you want the proper fix and I'll dig out the patch. -- Angus