Roo/TabPanel.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 31 Jul 2011 05:25:44 +0000 (13:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 31 Jul 2011 05:25:44 +0000 (13:25 +0800)
Roo/TabPanel.js

index 8cec8c7..8bb7aee 100644 (file)
@@ -111,6 +111,11 @@ Roo.TabPanel = function(container, config){
         var tcfg = this.toolbar;
         tcfg.container = this.stripEl.child('td.x-tab-strip-toolbar');  
         this.toolbar = new Roo.Toolbar(tcfg);
+        if (Roo.isSafari) {
+            var tbl = tcfg.container.child('table', true);
+            tbl.setAttribute('width', '100%');
+        }
+        
     }