On Tue, 28 Aug 2012 17:44:36 -0300 Fábio Mello <me...@profusion.mobi> said:

> Hi,
> 
> I put a button as a elm.swallow.end of a editable entry. At first, I can
> edit the entry as usual, but if I click on the button and then I click at
> entry again, the entry doesn't responds the keyboard commands anymore. If I
> click on an object that is outside of the entry and then I click at the
> entry again, the entry returns to work. I'm using the last revision of the
> repository.
> 
> I don't know if I shouldn't use a button as a 'elm.swallow.end' or if it is
> a bug. Anyway, attached is the patch that I used to test this.

a lot of these "icon" content swallows were intended for ICONS - images..
things that done gain focus. buttons get focus (when u click on them - eg use
tab to switch which widget is focused). it happens to be a generic slot that
cam take anything, but the code isn't dealing with a child like this that can
get focus.

right now your best bet is to not allow focus on the button u place there and
all will be good. :)

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