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

Commented Unassigned: IE8: Brand new tabControl has brand new issue: Message: Object doesn't support this property or method [27597]

$
0
0
This is in IE:8 only. Originally I thought it was a nested tabcontrol (many issues documented with the .focus, that's gone, but now: ), but I removed the nested control and now: Message: Object doesn't support this property or method --> Message: Object doesn't support this property or method
Line: 32
Char: 13
Code: 0
URI: https://emgsitesdev.upmc.com/ContactManagement/ScriptResource.axd?d=cTTeDFCuHuecIeAZzRJNRcnkGhLITdKxbXkIrhsXzljsJP85g41ZkgrReKymG1wfUE70vfN9FYHBF8yMSe-vuZMHnKysP6vvD_JinnD0MsVlBjH_L1YbGiPObzs-VeKp6kEpoQ2&t=51e37521

```
// Name: jQuery.Tabs.TabPanel.debug.js
// Assembly: AjaxControlToolkit
// Version: 4.1.7.1213
// FileVersion: 4.1.7.1213
// (c) 2010 CodePlex Foundation
(function(window, $) {

$act.createWidget('tabPanel', $.Widget, {

options: {
enabled: true,
scrollBars: "None",
dynamicServicePath: null,
dynamicServiceMethod: null,
dynamicContextKey: null,
onDemandMode: "Always",
updatePanelID: null,
wasLoadedOnce: false,
owner: null
},

_events: ["click", "populating", "populated"],

_create: function() {
var self = this,
opt = self.options,
elId = self.element.attr('id');

self._active = false;
self._tab = $('#' + elId + "_tab");
self._header = $("#__tab_" + elId);
__ self._tabIndex = opt.owner.get_tabs().length;__
```
Comments: I was able to fix this issue by downloading the source code from the current version (V7.1213) and the previous version ([V7.1005](http://https://ajaxcontroltoolkit.codeplex.com/SourceControl/changeset/87c8e0815b178772fc0f51f36c716a93fc5a61c8)) I then did a diff of the following files between the versions and reverted the changes. \Server\AjaxControlToolkit\Tabs\TabPanel.cs \Server\AjaxControlToolkit\Tabs\TabContainer.cs Once compiled everything appears to work fine!

Viewing all articles
Browse latest Browse all 4356

Trending Articles



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