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

Firefox - disabled Listbox still enabled

3 Answers 53 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Iggy
Top achievements
Rank 1
Iggy asked on 04 Sep 2009, 04:10 PM
I have a listbox with checkboxes.  When I disable it in the code-behind it disables correctly in IE but in Firefox it's still fully enabled.  I don't receive any javascript errors.  Has anybody else run into this issue?  I have version 2009.2 826 of the Telerik Ajax controls.

Thx.

3 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 07 Sep 2009, 02:30 PM
Hello Iggy,

This is a bug in the RadListBox that we are aware of. It is logged into our bug-tracking system, however up to now its priority was quite low, therefore it is still not fixed. I will increase it's priority, so that we will come into fixing it as soon as possible.

Just to mention, it is currently possible to use the client side api to enable/disable items under both FireFox and IE. Example code:

$find("RadListBox1").getItem(0).disable(); 
This will disable an item, detaching all its handlers and active styles. As you may speculate, using enable instead of disable will lead to the item being enabled.

All the best,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Roland
Top achievements
Rank 1
answered on 23 Nov 2009, 04:23 PM
This still doesnt work in Q3. The statement  " It is logged into our bug-tracking system, however up to now its priority was quite low, therefore it is still not fixed." is stupid.

The control is not working as intended. Any hotfix for Q3 maybe ?
0
Paul
Telerik team
answered on 26 Nov 2009, 01:53 PM
Hi Roland,

We'll do our best to fix the issue for the upcoming SP1. Please excuse us for the inconvenience we might have caused you.

All the best,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ListBox
Asked by
Iggy
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Roland
Top achievements
Rank 1
Paul
Telerik team
Share this question
or