Re: Toolbar problem



On Fri, May 19, 2006 at 03:39:36PM +0400, Andrew E. Makeev wrote:
> There is small test case.
> It shows problem with toolbar button - if disabled/enabled it loses 
> state that pointer is still over the button.
> Steps:
> 1. run application
> 2. move mouse pointer over toolbar item
> 3. wait 2 seconds (timeout callback)
> 4. you will notice that you can't activate item pressing MB1
> 5. move pointer out toolbar item and back again
> 6. press MB1
> 7. after handler done you can't use MB1 to actiave toolbar item
> 
> Versions: Gtk+ 2.4.14, Gtkmm 2.4.11
> 
> Questions:
> 1. Is it known issue?

I suppose this is another example of

  http://bugzilla.gnome.org/show_bug.cgi?id=56070

> 2. Was it fixed in latest Gtk+?

AFAIK no.

> 3. How could I reactivate toolitem without moving mouse pointer out/to 
> toolbutton?

By running gtk_widget_hide(), gtk_widget_show() on that
widget.  Ugly, but still the best workaround I know.

Yeti


--
Anonyms eat their boogers.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]