ELM tooltip has a rather obvious bug: if the tooltip is larger than the window
it is anchored to, it get clipped to the window. This is because the tooltip
gets affixed to the same evas that its anchor is on, so it cannot freely expand.

I have started working on a fix, involving using a buffer canvas for the
tooltip itself as in e_pointer (thanks to dh for his very reasonably-priced evas
consulting services), but ran into a problem. The content provider callback
passes the tooltip's anchor object to the user, and this anchor is on the wrong
canvas!

Comments/solutions for this bug: go!
-- 
Mike Blumenkrantz
Zentific: Coding in binary since '10.

------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to