Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Commented Unassigned: TabControl not working on IE8 [27748]

$
0
0
Hi there any chance you could fix the IE8 Tab Control problem in ajax control toolkit?

I have tracked down the problem to the following line (not doing the same thing in IE8 and IE11).

Line 199 (jQuery.jQueryUIWidget.debug.js)
```
this.options = $.widget.extend({},
this.options,
this._getCreateOptions(),
options);
```

In IE8 the methods defined in the prototype aren't copied while on IE11 they are.

So when IE8 tries to access "opt.owner.get_tabs().length;" we get a "Object doesn't support this property or method" error.

Comments: The problem is jQuery by using the latest version the tabs will start working again, i hacked in the latest version of the method isPlainObject and it started working again!

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>