This is a migrated thread and some comments may be shown as answers.

NumericTextbox looks disabled

2 Answers 338 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
Phil
Top achievements
Rank 1
Phil asked on 04 Jul 2012, 12:38 AM
Is there a reason why the default view of the numerictextbox, without any parameters added to it, looks like a disabled normal textbox?  Not only is it grey, but when you hover the mouse over it, the cursor becomes a circle with a slash across it, which is basically the universal symbol for 'you can't do anything here'.  Sure, i can still click on the box, and when i do it turns white, but it's not really an optimal UI design.  Any way i can change both of these defaults (the non-focused color of the textbox, and the mouse cursor)?

This question has been added as a request here:

http://feedback.kendoui.com/forums/127393-kendo-ui-feedback/suggestions/3015693-not-make-the-numeric-textbox-look-disabled-when-

2 Answers, 1 is accepted

Sort by
0
M
Top achievements
Rank 1
answered on 22 Nov 2012, 12:27 PM
I have this issue too -- it's very confusing for users and completely counter-intuitive.

All the NumericTextBoxes on my inline editable grids have this problem. When hovered over (before clicking in them) the system's 'unavailable' cursor is used.

However, I've noticed this isn't the case in the Grid's inline editing demo? Can somebody please explain what's going on here?

Thanks

0
Accepted
M
Top achievements
Rank 1
answered on 23 Nov 2012, 01:11 PM
Apologies to Telerik... this is not really it's problem.

Phil, can I assume you are using Bootsrap CSS? If so, you'll need to remove the following:

input[readonly] { cursor:not-allowed; background-color:#eee }

that fixes the issue (at least, it did for me).

Cheers


Tags
NumericTextBox
Asked by
Phil
Top achievements
Rank 1
Answers by
M
Top achievements
Rank 1
Share this question
or