27 May
2016
27 May
'16
12:14 p.m.
On Sat, May 21, 2016, Sebastian Geerken wrote:
[test case n33180d.html ...]
"rightBorder" goes back to the attribute "newLineRightBorder", which is set in "calcBorders". If you look at the messages here, you'll notice that the result of "getGeneratorRest" is -194, which is too small (it should be 0 here). Further examination shows:
- getGeneratorWidth (this widget) = 194: ok - getGeneratorWidth (container) = 0: too small
Examining the latter shows than the width of the child (194) is not yet regarded here.
I'm not yet sure how to fix this best; most probably a size recalculation should be queued under certain circumstances.
At least this one has been fixed, see recent change. Jorge, I'll look at your test cases now. Sebastian