-
29 Jun 2012 3:44 AM #1
Probably wrong logic in Component method onResize(int,int) and mask(String)
Probably wrong logic in Component method onResize(int,int) and mask(String)
Version GXT 3.0.0.b
Class com.sencha.gxt.widget.core.client.Component
method
but methodCode:protected void onResize(int width, int height) { if (mask) { mask(maskMessage); } }
So if I resize componet I don't see mask.Code:public void mask(String message) { if (!mask) { mask = true; maskMessage = message; getElement().mask(message); } }
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote