On Sun, 26 Aug 2012 22:11:50 +0900 Hyoyoung Chang <hyoyo...@gmail.com> said:

set click to focus here. i'm clicking things and focus is going there. i don't
know what's wrong on your end, but it's working find here.

> it also happened at r75711
> 
> I think i found root causes.
> 
> In focus settings, removing "Raise windows on mouse over"
> and set "Click Window to Focus"
> In other setting tab, set only two and remove other things
> "Refocus last window on desktop switch", "Revert focus when it is lost"
> 
> some below my explanation is wrong about overrided redirected
> but you can see that focus isn't moving to clicked window.
> 
> On Sun, Aug 26, 2012 at 8:48 PM, Rui Miguel Silva Seabra <r...@1407.org> 
> wrote:
> > 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
> 
> ------------------------------------------------------------------------------
> 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
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
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