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

FireFox Issue

2 Answers 69 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Super
Top achievements
Rank 1
Super asked on 07 Oct 2008, 05:08 AM
Hi,

in our product we use a grid Control from DBNetGrid,  when I include the dbnetgrid.js in the header section of the web page,  it conflict with the Rad Control Tab and Rad Control Menu where the control will not reacts to the mouse clicks,  so in case of the tab,  when I click on the tab it does not select the tab. in case of menu it does not drop down the menu.

I have a small project created but I can not attach to this message,  If you let me know where I can upload or email to support

sincerely,

Fadi,



2 Answers, 1 is accepted

Sort by
0
Super
Top achievements
Rank 1
answered on 07 Oct 2008, 01:07 PM
Hi,

I just found out how I can do it I will open a support ticket that will also includes the images for my Tabs CSS question.

Sincerely,

Fadi
0
Super
Top achievements
Rank 1
answered on 07 Oct 2008, 01:54 PM
Hi,

After further inspection,  I managed to isolate the offending code in the dbnetgrid.js that was causing the page to error out,  so you can consider this issue closed .

If any user using dbnetgrid control the offending code was in this section

HTMLElement.prototype.__defineSetter__("outerHTML",function(sHTML)

this section of code need to be within a try catch

r.setStartBefore(this);
var df=r.createContextualFragment(sHTML);
this.parentNode.replaceChild(df,this);

sincerely,

Fadi



Tags
TabStrip
Asked by
Super
Top achievements
Rank 1
Answers by
Super
Top achievements
Rank 1
Share this question
or