Threaded View
-
2 Nov 2010 8:18 AM #1
[FNR] NumberField not working in Firefox 3.6.11
[FNR] NumberField not working in Firefox 3.6.11
I use the following code in my app and it is working in anything but Firefox 3.6.11. I couldn't type anything including numbers in the field.
NumberField amount=new NumberField();
field.setName("amount");
field.setFieldLabel("Amount");
field.setFormat(NumberFormat.getDecimalFormat()); // The same result for any other format
field.setAllowDecimals(true);
field.setAllowBlank(false);
Did I do something wrong?
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FNR] Typo error in NumberField
By cimballi in forum Ext GWT: Bugs (2.x)Replies: 1Last Post: 28 Sep 2010, 6:06 AM -
Problem with FireFox and NumberField
By Crash Override in forum Ext GWT: DiscussionReplies: 2Last Post: 19 Sep 2010, 12:51 PM -
NumberField - new method maxNumberCharactersAfterDecimalSeparator - [FNR]
By fother in forum Ext GWT: User Extensions and Plugins (1.x)Replies: 4Last Post: 2 Sep 2010, 6:49 AM -
[FNR] Radio layout problem in Firefox
By zdarsky in forum Ext GWT: Bugs (2.x)Replies: 2Last Post: 8 Mar 2010, 1:59 AM -
Firefox 2.0 allows decimals in numberfield even though false
By thejoker101 in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 20 Mar 2007, 8:55 AM


Reply With Quote