JQWidgets Version : v3.0.4
JQuery Version : 1.8.3
The html for the window widget is included in the document body then is initialized with it being auto hidden. Then use jqxTabs to handle content and open the window when necessary. The issue is that the header bar will sometimes be hidden causing the window widget to not be draggable or hide since the user cannot see the close button.
After messing around with the margin-top of the header element I am able to get it to appear, but this is an inconsistent fix as the margin seems to vary, or in the case where the element is showing correctly, it will now have additional unnecessary margin.
I believe it may have have something to do with a combination of browser and what other widgets are currently being displayed.
The issue is different across the browsers tested:
-No issue with Firefox
-Chrome 31.0.1650.57
Other widgets: Splitter, Grid, Panel
The window header will never show.
It works wonderfully with other widget combinations, however.
-Internet Explorer 10.0.9200.16721
Other widgets: Splitter, Grid, Panel OR Panel, Docking
The window header will not show the first time I open the window, then will start working from that point on.
-Safari 5.1.7
Other widgets: Splitter, Grid, Panel
The window header will not show the first time I open the window, then will start working from that point on.
Primary development testing is done with Chrome, which seems to have the most severe of the issue in which the header will not appear at all under certain conditions.
Any help would be greatly appreciated,
wsfl