Re: underflow event firing for overflowed content

2013-09-19 Thread Georg Fritzsche
On Sep 19, 2013, at 12:03 AM, Neil wrote: > Georg Fritzsche wrote: >> Now the underflow event is fired, but #inner is actually still overflowing >> in the other dimension. >> > What's the detail of the event? Ah, so this is intentional as the detail is: 0 for vertical, 1 for horizontal and 2 fo

Re: underflow event firing for overflowed content

2013-09-18 Thread Neil
Georg Fritzsche wrote: Now the underflow event is fired, but #inner is actually still overflowing in the other dimension. What's the detail of the event? -- Warning: May contain traces of nuts. ___ dev-platform mailing list dev-platform@lists.moz

underflow event firing for overflowed content

2013-09-18 Thread Georg Fritzsche
I noticed that the underflow event [1] can fire when the content still overflows, by having it underflow in one dimension. While i can guard against this in the event handler, does anyone know if this is a bug or intended behaviour? STR: * http://jsfiddle.net/LbbJw/11/ * click "Shrink" -> overflow