On Tue, Feb 2, 2016 at 6:16 AM, Carsten Haitzler <[email protected]> wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=6eb17b7d3efd0e24220d5b6bd6e30f94f3e79e7b > > commit 6eb17b7d3efd0e24220d5b6bd6e30f94f3e79e7b > Author: Carsten Haitzler (Rasterman) <[email protected]> > Date: Tue Feb 2 23:12:25 2016 +0900 > > Revert "Revert "Revert "revise edje_object_size_min_restricted_calc() > logic.""" > > This reverts commit ade138a3d13f7cd1606d0c80cf40fa71cd1d983a. > > Revert this commit because this basically causes e to hang solid if > you mousover ibar (and the window list popup slides in then i think > that tyriggers it). this is pretty bad.
This commit did look suspicious to me. I do believe that the only way to really disable this limit is to have a speed/acceleration kind of test. Normally it should jump pretty quickly to a point around which the object geometry get stable. If that's not the case, it will never stabilize. In which case it would be logical to expect the speed vector of the object geometry to never goes reach zero. So instead of putting a limit on the widget size, we could put a limit on the number of iteration until we should reach a zero size change speed. Wouldn't that maybe work ? Cedric ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
