On 24/07/11 02:22, Mike Blumenkrantz wrote:
> 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!

Looks like a design flaw, and it seems to me you have no choice but to 
break API and add a "Tooltip parent object" parameter to the callback.

--
Tom.

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to