Questions tagged [disabled-control]
322 questions
1
vote
1 answer
I am attempting to 'able' a disabled button after a certain criteria has been met. Having trouble
My HTML looks a like this for the specific button:
0
In the Javascript, I have made a const variable used query selector to call the…
Abdullah Ijaz
- 11
- 1
1
vote
0 answers
the DatePicker widget does take into account the [disabled] parameter
Although all form controls react perfectly to the [disabled] parameter, the DatePicker doesn't. This is a real shame

Patrick M.
- 750
- 3
- 10
- 21
1
vote
0 answers
'Start Rollout To Production' button disabled after completing all gray points
I have to publish a new app, but the button for release is disabled.
I did everything, all the required parts are filled and marked as 'Item ready to publish', but I still can't publish my app.
Any idea what I did wrong?

Cornescu Cătălin
- 91
- 8
1
vote
1 answer
Tooltip is not displayed for a disabled html button in mozilla firefox
Mozilla Firefox will not display tooltips of disabled controls. Is there another way to display them?
I would prefer a solution without using javascript.
There is an easy method I could find is to change in css styles is
button,
input
{
…

Preetham.C.N
- 21
- 3
1
vote
1 answer
disabled bootstrap button can be accessed from tabbing
So by doing the below the button is supposed to be disabled, but you can actually access the button using tabbing:
So to prevent that from happening do I have to add…

Somebody
- 2,667
- 14
- 60
- 100
1
vote
1 answer
Force focus to a button element that was disabled in the previous render
I have a button which opens a modal on the onClick event. I want the button to become disabled after the user clicks it, and enabled back when the modal closes.
I have set the initial state of btnDisabled as false and done this: (works as…

Z.Amir
- 195
- 1
- 12
1
vote
0 answers
OnClick event and tooltip on a disabled CheckBox button in MFC
Is it possible to capture OnClick event when the CheckBox is disabled and then, to display a tooltip that shows why it is so (based on some business requirements)?
I looked up many sources over the internet, but I was able to find the answer to the…

Izi
- 59
- 3
- 12
1
vote
0 answers
Webforms: submitdisabledcontrols=true keeps some controls disabled
So, I am working on this problem since a bit and I cannot find any way through. I tried some things but none worked so far...
Problem:
In simple, the problem is that when we play with the controls of a form which has submitdisabledcontrols="true",…

Tim
- 11
- 3
1
vote
1 answer
Infragistics WebDataGrid not getting disabled in chrome
I am working on Infragistics 17.1, I want to disable the Infragistics WebDataGrid. So I used webDataGrid.Enable = False property.
This is working in Internet Explorer perfectly i.e. grid is in grey out and disabled state, but in chrome view is not…

Abhay
- 3,151
- 1
- 19
- 29
1
vote
1 answer
Maintain button forecolor when disabled
I have a button in my winform app.The problem is that when i disable the button, the forecolor becomes Green-ish.Is there a way to keep the forecolor Black even when it's disabled ??? I tried numerous solutions from past SO questions, googled for…

Software Dev
- 5,368
- 5
- 22
- 45
1
vote
1 answer
Any simple way in ionic2/angular2 to disable button if a text input area is empty?
I'm trying to use an *ngIf conditional on a button in order to disable it if a text input area is empty, but there doesn't seem to be a straightforward way to access that input value.
Venue

Spilot
- 1,495
- 8
- 29
- 55
1
vote
1 answer
Unable to disable Code Lens in IntelliJ IDEA Community Edition 2017.1
I have tried both the two ways as below.
From Settings > Editor > General > Appearance
By right-clicking on scrollbar
Please help.
Thanks in advance.

user8039765
- 11
- 2
1
vote
4 answers
How to make pagination "Next" button not look disabled in Datatables
I'm using Datatables pagination to show my records. My problem is that when I go to the end of my table using the "next" button of the table, this button becomes disable.
I want this button not to look Disable.
I have tried this…

Jurgen
- 131
- 1
- 2
- 6
1
vote
1 answer
Disable activate button when status is approved in angularjs
I am binding the table using ng-repeat in angular js
Here is my table
Sr. no. | Title | Image | Category | …
---|