Re: [E-devel] [BUG REPORT] Edje Textblock Size Calculation Problem

2012-08-27 Thread Tom Hacohen
Cool. :) -- Tom. On 27/08/12 12:07, Brian Wang wrote: > On Mon, Aug 27, 2012 at 5:00 PM, Tom Hacohen wrote: >> Hey, >> >> Added a fix/workaround for your issue: r75730. >> >> The problem is that fit was only added recently and wasn't really tested or >> used. The second problem is that fit kinda

Re: [E-devel] [BUG REPORT] Edje Textblock Size Calculation Problem

2012-08-27 Thread Brian Wang
On Mon, Aug 27, 2012 at 5:00 PM, Tom Hacohen wrote: > Hey, > > Added a fix/workaround for your issue: r75730. > > The problem is that fit was only added recently and wasn't really tested or > used. The second problem is that fit kinda changes how edje handles > textblock and we now need to do fanc

Re: [E-devel] [BUG REPORT] Edje Textblock Size Calculation Problem

2012-08-27 Thread Tom Hacohen
Hey, Added a fix/workaround for your issue: r75730. The problem is that fit was only added recently and wasn't really tested or used. The second problem is that fit kinda changes how edje handles textblock and we now need to do fancier stuff like we do for text objects, e.g splitting recalc an

[E-devel] [BUG REPORT] Edje Textblock Size Calculation Problem

2012-08-26 Thread Brian Wang
Hello all, I have a textblock with "fit: 1 1". When it first gets loaded, the text within the textblock is very small. After some time, I change the text and the text size seems to be more correct. I guess the geometry calculation of the textblock is somehow broken when the window is first create