-
29 Jun 2010 5:00 AM #1
[OPEN-1083] Ext.ux.form.SpinnerField -> removing focus css
[OPEN-1083] Ext.ux.form.SpinnerField -> removing focus css
hi team,
when using multiple spinnerFields and clicking (focussing) them through,
one after one gets a blue border that won't get removed onBlur.
I use the following quite simple fix:
Code:onBlur: function(){ Ext.ux.form.SpinnerField.superclass.onBlur.call(this); }
kind regards
tobiu
You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
Similar Threads
-
[OPEN-905] Ext.ux.form.SpinnerField change event does not fire
By yakovsh in forum Ext 3.x: BugsReplies: 4Last Post: 23 Jul 2010, 4:51 AM -
[OPEN-1085]Ext.ux.form.SpinnerField -> disable / enable
By tobiu in forum Ext 3.x: BugsReplies: 0Last Post: 29 Jun 2010, 5:54 AM -
[OPEN-1084]Ext.ux.form.SpinnerField and non defered rendering
By tobiu in forum Ext 3.x: BugsReplies: 1Last Post: 29 Jun 2010, 5:26 AM -
Removing focus from a grid row
By abcdef in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 9 Jun 2010, 12:15 AM -
[FIXED][3.0.0] Ext.ux.form.SpinnerField
By hschaefer123 in forum Ext 3.x: BugsReplies: 4Last Post: 11 Jul 2009, 8:54 PM


Reply With Quote