TIWAdvEdit resizes on async event

Hi,

I have a need to insert commas into a numeric field after the user exits, so I have the following code in the OnAsyncExit event:

AdvEdit1.Text:=Format('0,',StrToInt(AdvEdit1.Text))

and also code in the OnAsyncEnter to remove the commas.

This all works perfectly, except that when the user exits the box, it is resized 2 pixels smaller (both width and height). It then stays at the smaller size until a full page refresh, when it reverts back to the original size.

I assume the full render is doing something different to the async render, but I can't see why!

I have tried adjusting various properties, (BorderWidth, Flat, RenderSize, RenderBorder) with no sucess.

It does the same on both Firefox and Chrome. (not tried IE)


I have not been able to reproduce this issue.

Can you please provide a ready to run sample project that demonstrates the issue so I can further investigate this?
Please also let me know which version of IntraWeb and which browser you are using.

Sample project sent to info@tmssoftware.com