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

[Solved] 2011.1.315 attachEvent error FF 3.6.15

2 Answers 15 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ryan
Top achievements
Rank 1
Ryan asked on 17 Mar 2011, 05:11 PM

On 03/17/2011 we upgraded our telerik mvc components to 2011.1.315. It appears that this introduced an error when using the ComboBox control in firefox. When adding a ComboBox with three static values to a simple page I recieve the following error: "f.attachEvent is not a function"

attachEvent is only valid in IE but it appears the code looks something like the following

if(c.broswer.msie){
    f.attachEvent(.....);}
else{
    
//do 
something
}

I have attached a sample project that shows the error.

Is this a bug or something I am doing wrong in my usage. Any insight is appreciated.

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 17 Mar 2011, 05:51 PM
Hello Ryan,

 
Thank you for the attached test project.

Unfortunately I was not able to observe the depicted issue. Could you check this screencast and let me know if I am missing something?

Best wishes,
Georgi Krustev
the Telerik team
0
Ryan
Top achievements
Rank 1
answered on 18 Mar 2011, 05:32 PM
Hi Georgi,

Given that this worked for you and we were using the same solution it was apparent that it was not Telerik but must be something browser related. I re-installed FireFox on my machine and the drop-downs work as expected. I apologize the inconvenience but appreciate the quick response.

Ryan
Tags
ComboBox
Asked by
Ryan
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Ryan
Top achievements
Rank 1
Share this question
or