Anyone else seen this issue, where the resize event fails to fire? As it happens, this appears to be a symptom and not the bug itself. If you resize the control both height and width, the new height value comes in correctly, but the width value remains the same at times.
Hence the symptom... the width hasn't changed according to internal values, hence the event shouldn't fire. So the bug isn't the event not firing, its that the new value for width isn't getting set. Thanks Matthew

