TabBar contents not displayed in IE9

Hi,

I have an application with a tabbar that has worked for years - even in IE8. Now, in IE9, the contents are not displayed.

The page can be seen at:
secure.bizconnector.com/test/lfu_prefs.html

Use …/… for access.

Any suggestions as to why this is happening?

Thanks

Colin G

Hi,

try attached dhtmlxcommon.js. There was a modification for 9.0
dhtmlxcommon.zip (6.84 KB)

Thanks, I will try it.

Is the modification contained in this file also in dhtmlxSuite v.2.6?

I will be upgrading to v.2.6 soon and I would rather not include variants such as this file if I don’t have to.

Thanks

Colin G

yes, it is included into the latest 2.6 Suite

I installed v.2.6

But now it does not even work in FF 4.0.1

Firebug gives the following error:
this.cells(i).dhxcont is undefined
–> called in line 207 in dhtmlxtabbar.js
showInnerScroll:function(){for (var i in this._tabs)this.cells(i).dhxcont.mainCont.style.overflow=“auto”;},

However it does display in Google Chrome Browser.

Can you help?

Thanks

Colin G

Try to use attached file instead of the original.
dhtmlxtabbar.zip (12.2 KB)

Now it’s worse - it does not show the area for tab contents.

This is true for FF, Chrome and IE9.

I tried it with your fix in two situations:

  • both dhtmlxcommon.js and dhtmlxtabbar.js
  • only dhtmlxtabbar.js

You can see a snapshot of this at
secure.bizconnector.com/test/lfu_prefs.gif

Page is at
secure.bizconnector.com/test/lfu_prefs.html
(Use test/test)

Colin G

We have reproduced the problem on your page. However, locally a tabbar resizes correctly with the same content. The sample is attached.

If the problem is not solved, you may attach the completed demo (similar to one that I’ve attached).
sample.zip (31.7 KB)

IHi,

I have uploaded your sample.zip contents to my site - without any changes. Your sample is accessible at:
secure.bizconnector.com/test/dht … ntent.html
(Use test/test)

I have tested it in three browsers - the results are shown in:
secure.bizconnector.com/test/dht … pshot1.gif
secure.bizconnector.com/test/dht … pshot2.gif
secure.bizconnector.com/test/dht … pshot3.gif

for IE9, FF, and Google Chrome respectively.

As these show, I do not see any tabs at all.

Colin G

Hi,

have you tried to open secure.bizconnector.com/test/dht … _ajax.html ?