Tagged Questions
The disabled tag has no wiki summary.
21
votes
2answers
514 views
Does a browser download JS files if the user has JS disabled?
Does a browser download JS files if the user has JS disabled?
I'm wondering if the browser downloads the JS files and ignores them or ignores the download all together.
Do different browsers act ...
19
votes
8answers
11k views
Rename a class in Xcode: Refactor… is grayed out (disabled). Why?
Why is Refactor... grayed out (disabled) in Xcode?
I'd like to rename a class.
12
votes
1answer
10k views
Disable Save button in WPF if Validation fails
I've adopted what appears to be the standard way of validating textboxes in WPF using the IDataErrorInfo interface and styles as shown below. However, how can I disable the Save button when the page ...
10
votes
4answers
525 views
Make Disabled Menu and Toolbar Images look better?
Please see the attached screenshot which illustrates a TToolBar from one of my programs:
Notice the last two images of the Toolbar, they are disabled. The way they have been drawn to appear ...
7
votes
1answer
184 views
How to check and disable several checkboxes with jQuery?
I have the following HTML code:
<input type="checkbox" value="1" />
<input type="checkbox" value="2" />
...
<input type="checkbox" value="30" />
and the user has checked some of ...
7
votes
2answers
2k views
How do you render tooltip on disabled HTML Button
I have a HTML button. I have tried to render a tooltip on it based on the "title" attribute of the button and it doesn't render. Mainly because it's disabled.
I then tried wrapping the button in a ...
6
votes
3answers
1k views
Ruby on Rails, Javascript detection
I am creating a web app that uses Rails built in helper functions to add ajax functionality to the site. I do not want the user to be able to use the app without JS as it will not function properly.
...
5
votes
1answer
647 views
Bug With Firefox - Disabled Attribute of Input Not Resetting When Refreshing
EDIT - This is a "feature" of Firefox which remembers form input values across page refreshes. To fix this behavior, you simply set autocomplete="off" on the form containing the inputs, or just ...
5
votes
1answer
624 views
WPF: Is it standard that when a menuitem is disabled the icon is not greyed out?
I have menuitems with icons and when it is disabled the icon remains the same. Is it up to me to supply a disabled icon and, if so, does this also apply to menuitems bound to a command?
5
votes
2answers
5k views
Android text view color don't change when disabled
When I call setEnabled(false) for a TextView object the text color don't change, I expected it will be changed to gray.
If I remove the line of "android:textColor" in my XML file, it backs to normal.
...
5
votes
15answers
3k views
How do I know if Javascript has been turned off inside browser?
I assume that you can't use a javascript code snippet to validate if the browser user has turned off javascript. So what can i use instead? Can someone offer a code sample?
I'm looking to wrap an ...
4
votes
4answers
74 views
What is the system color of disabled text? [closed]
I have a control that doesn't have Disabled/Enabled support for text, so I need to build that into it.
The question is simply this: If I want to pick the right system color so that this control has ...
4
votes
3answers
319 views
disabled = true can be set dynamically on <style>. Why not statically?
To disable <style> blocks, all browsers allow setting of document.styleSheets[x].disabled = true. However, only IE allows this property to be set on the tag itself, <style ...
4
votes
2answers
2k views
how do i set disabled attribute on html textbox in asp.net-mvc?
i am trying to dynamically set the disabled attribute on the html textbox and having issues
i tried this in my view:
string disabledString = "";
if (SomeLogic)
{
disabledString = ...
4
votes
2answers
318 views
How can my input element receive onclick events when it is set to disabled?
I need to have an onclick/hover event on an input tag which is disabled.
Is there another way but to wrap it in another tag and give that tag the events?
<input type="checkbox" ...
4
votes
4answers
2k views
“Disabling” an HTML table with javascript
I've seen this done in a lot of sites recently, but can't seem to track one down. Essentially I want to "disable" an entire panel (that's in the form on an HTML table) when a button is clicked.
By ...
3
votes
3answers
108 views
Textarea created through jQuery - but not editable, why?
I have this simple HTML code...
<div onclick='jsComment();'>Click to comment</div>
And the jsComment() function just creates a form with a textarea & a button and replaces HTML ...
3
votes
2answers
52 views
javascript disable and re-enable a button?
I can easily disable a javascript button, and it works properly. My issue is that when I try to re-enable that button, it does not re-enable. Here's what I'm doing:
<script ...
3
votes
2answers
263 views
Should the HTML Anchor Tag Honor the Disabled Attribute?
If I create an HTML anchor tag and set the disabled attribute to true, I get different behaviors in different browsers (surprise! surprise!).
I created a fiddle to demonstrate.
In IE9, the link is ...
3
votes
1answer
77 views
Drawing NSControl when the windows is key or not
I have a NSControl subview and I want to change the drawing when the control is not on a keyWindow. The problem is that I don't see any property that reflect that state (tried enabled property but ...
3
votes
5answers
2k views
Check first radio button with JQuery
I would like to check the first radio button of each group. But there are some radio button that are disabled, so the script should ignore them and go to next non disabled.
I write something like ...
3
votes
3answers
5k views
CheckBoxField columns in ASP.NET GridView are disabled even if ReadOnly set to false
I have a GridView with two CheckBoxField columns. They both have ReadOnly property set to false, but html code generated for them has attribute disabled="disabled". So the value cannot be changed.
...
3
votes
1answer
205 views
Bad behavior with Aero off in Vista
I have a directx9 application, which needs to run on a machine with Aero disabled. The app runs in windowed mode. When the window is first created, it looks just fine within a single screen. When I ...
3
votes
5answers
2k views
How to change the look of a disabled JButton in java
I am making a game and when I disable a button with setEnabled(false); the buttons turn grey which clashes with the other colors in the game. Is their a way to change the color of the button when it ...
3
votes
5answers
10k views
How to set CSS for disabled checkboxes?
I'd like change the CSS for disabled checkboxes in a grid (they are too hard to see, per the users). What is a simple way to do this?
My preference in technologies used (in descending order):
CSS
...
2
votes
3answers
35 views
Android - Listen to a disabled button
How can I respond to an event based on clicking a disabled Button.
I have a requirement that I have to present Dialog, when a disabled Button is clicked but the listener I have assigned does not fire ...
2
votes
2answers
45 views
keypress in JQuery Stops Working When Disabling Input Field
I bind a keypress to the document, and in addition to running some command (alert, in this case), I also have it disable an input box.
<script type="text/javascript" ...
2
votes
2answers
43 views
Best method for submitting disabled form fields in jQuery?
There seem to be several ways to submit (POST) disabled form fields in jQuery:
* Have a hidden field that changes when the input changes, and submit that
* Manually append the key/value pairs upon ...
2
votes
1answer
131 views
Trouble styling a disabled image button jQuery Mobile
I'm again at a loss here. I have tried a ton of different things to get this image button to look disabled WITHOUT losing my image. I am providing the Javascript here of how the button is disabled:
...
2
votes
3answers
73 views
javascript - form validation - disabled button
I'm new to programming so please forgive me if this is a dumb question...
I'm attempting to have javascript (or jquery - not sure of the difference) toggle the 'disabled' property of the submit ...
2
votes
2answers
68 views
HTML select option control when disabled is not submitted with the form
I have the following HTML code. I need to gray out this control depending on the selection in another client-side control. I do it like so using jQuery:
$('#dropDown1').attr('disabled', 'disabled');
...
2
votes
1answer
99 views
Google Translate Breaks Stylesheet in Firefox
I am helping a client with an eCommerce site (runs on ProStores from eBay).
The issue is that the site's base stylesheet is breaking (being disabled) when the page is translated with the Google ...
2
votes
3answers
276 views
How to disable scrolling in UITableView table when the content fits on the screen
I have a few (grouped style) tables in my iphone app (only on part of the screen and added with Interface Builder though, not subclassed from UITableViewController) that 80% of the time are small and ...
2
votes
2answers
94 views
Tetbox value not getting updated?
I have a asp.net textbox which is disabled and I am setting the value for the textbox on client side using JQuery.
$('[id$=txtCity]').val('Naperville');
But the problem is when I am trying to save ...
2
votes
2answers
175 views
JTextArea show Caret while setEditable is false
How can I put Caret in JTextArea while setEditable is disabled?
A sample code when I need Caret to be visible:
public void run(){
JFrame frame = new JFrame();
JTextArea text = new ...
2
votes
1answer
273 views
How to change the location of a grouped (localization) file from an absolute to a relative path in XCode 4?
I'm having problems with making all file location paths relative in XCode 4.
I have multiple infoPlist.strings and CustomLocalizable.strings (for different languages) grouped together (XCode does ...
2
votes
2answers
64 views
Correct value for disabled attribute
What is the correct value for the disabled attribute for a textbox or textarea?
I've seen the following used before:
<input type="text" disabled />
<input type="text" disabled="disabled" ...
2
votes
2answers
345 views
Getting the MAC address in Windows 7 when NIC is disabled using C#
I need a way to retrieve the MAC address of a machine with Windows 7 when its Network Interface Card is disabled and using C#. I searched through web and also refereed to the following links and the ...
2
votes
5answers
3k views
How to change font-color in disabled input?
I need to change in css sryle for disable input.
<input type="text" class="details-dialog" disabled>
How i can do it for IE?
2
votes
2answers
4k views
Jquery toggle input disabled attribute
here is my code
$("#product1 :checkbox").click(function(){
$(this)
.closest('tr') // find the parent row
.find(":input[type='text']") // find text elements in that row
...
2
votes
2answers
186 views
Can't bind dblclick to a checkbox element with the disabled attribute
I've got a checkbox:
<td class="checkbox">
<input type="checkbox"
value="100"
id="chkbox_100"
name="chkbox[]"
...
2
votes
2answers
3k views
CSS selector for disabled input type=“submit”
Is there a CSS selector for disabled input type="submit" or "button"?
Should I just use input[type="submit"][disabled]?
Does that work in IE6?
Thank you.
2
votes
2answers
1k views
SSRS date default with formula disables parameter
When I set a default value formula for a date parameter in SSRS, such as:
=CDate(”01/” & Month(Now) & “/” & Year(Now))
or even:
=Now
The date parameter control becomes disabled with ...
2
votes
1answer
108 views
jQuery validation plug-in is failing element validations even when elements are disabled
A sample of the HTML snippet is here:
<select name="paytitle" id="paytitle">
<option value="Budget Keeper" selected>Budget Keeper</option>
<option ...
2
votes
3answers
825 views
disable value in s:select
if I have a for example this struts tag:
<s:select name="country.id"
list="countries"
listValue="name"
listKey="id"
headerValue="Select Country"
headerKey=""
label="Country" />
output is the ...
2
votes
6answers
1k views
Why can't I disable this XUL menuitem?
I'm at my wits end, and it's probably something really simple.. But I've got basically this code:
var menuitem = document.getElementById('mymenuitem');
alert(menuitem);
alert(varImChecking == null);
...
2
votes
1answer
1k views
ASP.NET Combo Box value seems to change when I disable it in Javascript
I have a form in which the user can choose a component type from a combo box, and depending on that component they they may or may not be able to choose a data type from another combo box.
When the ...
1
vote
1answer
55 views
MFMailComposeViewController navigation bar buttons are disabled
I use MFMailComposeViewController to send mail in my app. But when present mail compose view controller, all of navigation buttons are disabled (except back button in select mail address screen), i ...
1
vote
1answer
123 views
<p:commandButton> not working when disable=“true” initially
This is my ManagedBean:
@Named(value = "mrBean")
@RequestScoped
public class MrBean {
public void laugh() {
System.out.println("HAHAHA");
}
public void prepareToLaugh() {
...
1
vote
1answer
43 views
Backup Oracle 10g Database from Windows Server 2003 R2 on which command line is disabled
I need to backup Oracle 10g Database from Windows Server 2003 R2 where command line is disabled by some virus problem. RMAN and other graphical utilities are also not working. Only possible thing is ...