Open GoogleCodeExporter opened 8 years ago
It is known design limitation that ddcl will not size properly if applied to a
hidden element. The current work-around is to only apply the ddcl process once
the element is made visible.
Fixing when the size calculation is done is on the long-term wish list.
Original comment by womohun...@ittrium.com
on 18 Feb 2011 at 2:35
Issue 160 has been merged into this issue.
Original comment by womohun...@ittrium.com
on 13 Apr 2011 at 5:52
Simple change of issue title to better describe the request
Original comment by womohun...@ittrium.com
on 13 Apr 2011 at 5:54
Issue 191 has been merged into this issue.
Original comment by womohun...@ittrium.com
on 22 Jun 2011 at 7:52
Issue 206 has been merged into this issue.
Original comment by womohun...@ittrium.com
on 26 Aug 2011 at 2:11
Issue 211 has been merged into this issue.
Original comment by womohun...@ittrium.com
on 17 Oct 2011 at 2:32
Sani...'s patch works great. Thanks for that!
Original comment by mail.at....@gmail.com
on 11 Jan 2012 at 1:31
Is there more of a concrete example/more detailed explanation of this solution?
I'm a bit lost on where and what exactly do I put into the JavaScript and what
to change to fit specific cases.
Original comment by congch...@gmail.com
on 23 Jan 2012 at 12:52
The TEST page has an example of DDCL with a hidden parent element. It shows
two configurations, one that works and one that doesn't.
Original comment by womohun...@ittrium.com
on 23 Jan 2012 at 3:33
Issue 235 has been merged into this issue.
Original comment by womohun...@ittrium.com
on 17 Feb 2012 at 2:45
Issue 242 has been merged into this issue.
Original comment by womohun...@ittrium.com
on 18 Jun 2012 at 4:39
well I have post solution for this problem
Original comment by drakce.d...@gmail.com
on 18 Jun 2012 at 5:58
Issue 265 has been merged into this issue.
Original comment by womohun...@ittrium.com
on 28 Aug 2012 at 5:26
Thanks for the patch, but I had to change to line
maxH = maxH + k.height();
to
maxH = maxH + k.outerHeight(true);
in order to reflect padding/margin of the elements.
Original comment by crusa...@googlemail.com
on 3 Nov 2012 at 3:04
Original issue reported on code.google.com by
sani...@gmail.com
on 10 Feb 2011 at 11:59