On Thursday 30 May 2002 3:42 pm, Juergen Spitzmueller wrote:
> Jean-Marc Lasgouttes wrote:
> > What are the bugs that you consider urgent for 1.2.1?
>
> I think the problem with the toolbar tooltips should be fixed, because it
> it irritating for new users, see my mail:
>
> http://www.mail-archive.com/[email protected]/msg38329.html
>
> Sorry that I have no patch, but I am lost here.
I suspect that it is the same "wierd" xforms behaviour that necessitates the
call to
tooltips().set();
in FormBase::show() AFTER the form has been made visible. You could try and
see if the same fix works here too (add a toolbar.tooltips().set() call at
the end of XFormsView::show)
Angus