[haiku-commits] Re: haiku: hrev44112 - src/apps/deskbar

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 6 May 2012 16:09:20 -0400

On Sun, May 6, 2012 at 3:14 PM, Axel Dörfler <axeld@xxxxxxxxxxxxxxxx> wrote:
> Goes to the same line.
>
[...]
> Superfluous curly braces.

Sorry, habit from work's coding style, will fix.

>
> What are the issues with an event mask in particular? Is there a bug
> somewhere, or is it just as you would expect?

The problem is, if the event mask is enabled all the time, then the
window will get mouse down events destined  for other windows that
happen to overlap Deskbar, which is expected behavior for an event
mask, but problematic here, since there isn't AFAICT any way to tell
that there's in fact another window overlapping. Consequently, when
you have auto-raise enabled, this results in Deskbar popping up over
the window in question, preventing you from actually using that part
of the other window.

Regards,

Rene

Other related posts: