Since your fixes, I can alt+tab to illume-home however much I can, but
it never gets selected.

It shouldn't even appear, though :)

Rui

On Sun, 26 Aug 2012 20:07:27 +0900
Carsten Haitzler (The Rasterman) <ras...@rasterman.com> wrote:

> On Sun, 26 Aug 2012 19:46:06 +0900 Hyoyoung Chang
> <hyoyo...@gmail.com> said:
> 
> > Dear all,
> > 
> > After I updated recent e, i found that i can't click any border
> > windows. And I can't touch at all firefox or chome(which are using
> > override redirected window)
> > 
> > I think it's caused by r75540
> 
> focus is looking just fine to me. click to focus as wellas pointer. i
> can focus everything - this patch included. this only affects clicks
> being passed onto the app on the first click that focuses it. and
> no... firefox and chrome dont use override-redirect windows... as
> those dont get borders (titles) or get focused by the wm - they
> bypass the wm entirely.
> 
> > --- a/trunk/e/src/bin/e_border.c
> > +++ b/trunk/e/src/bin/e_border.c
> > @@ -6512,8 +6512,10 @@ _e_border_cb_grab_replay(void *data
> > __UNUSED__,
> > 
> >     if (type != ECORE_EVENT_MOUSE_BUTTON_DOWN) return
> > ECORE_CALLBACK_DONE; ev = event;
> > -   if ((e_config->pass_click_on) ||
> > (e_config->always_click_to_raise) ||
> > -       (e_config->always_click_to_focus))
> > +   if ((e_config->pass_click_on)
> > +//       || (e_config->always_click_to_raise)
> > +//       || (e_config->always_click_to_focus)
> > +      )
> > 
> > 
> > I changed focus setting as like below
> > 1. click raises the window
> > 2. click focuses the window
> > 
> > Is it a bug or should I change focus setting?
> > 
> > Thanks
> > 
> > ------------------------------------------------------------------------------
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and 
> > threat landscape has changed and how IT managers can respond.
> > Discussions will include endpoint security, mobile security and the
> > latest in malware threats.
> > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > _______________________________________________ enlightenment-devel
> > mailing list enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > 
> 
> 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to