Grids in tabs display problems
I'm using AW 2.5.2 with FF2 and IE6 and have noticed these two problems when using grids within tabs using the div method from the AW examples.
In FF2, the horizontal line below the tabs is offset by 25 to 30 px. In IE it appears correctly. This is with this code
In IE, the grid on the visible tab is not displayed until IE is minimised and restored. Switching tabs doesn't make the grid display. There's no problem displaying the grid with FF so I suspect a display problem between IE and AW.
I'm using the code from the example
The latter is the more pressing problem. Is there a solution/workaround for either?
In FF2, the horizontal line below the tabs is offset by 25 to 30 px. In IE it appears correctly. This is with this code
<span id=myTabs></span>
<div id=myContent style="border-top: 1px solid black; height: 90%; padding: 10px">
In IE, the grid on the visible tab is not displayed until IE is minimised and restored. Switching tabs doesn't make the grid display. There's no problem displaying the grid with FF so I suspect a display problem between IE and AW.
I'm using the code from the example
var tabs = new AW.UI.Tabs
var names = ["Devices", "Databases"]
var values = ["div1", "div2"]
tabs.setId("myTabs")
tabs.setItemText(names)
tabs.setItemValue(values)
tabs.setItemCount(2)
tabs.refresh()
The latter is the more pressing problem. Is there a solution/workaround for either?
Anthony
September 22,