You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Buttons, Checkboxes, Accordions, Tabs, Panels and DatePicker demos of http://hanshillen.github.com/aegisdemo/ the enable/disable toggle button only works when the jQueryUI controls have been created, not when they are destroyed - shouldn't this button operate on the HTML controls and automatically be reflected in the jQueryUI controls, not the other way round.
With Buttons, Checkboxes, Accordions, and DatePicker, whatever state the jQueryUI controls are in when they are destroyed is correctly reflected in the native controls. With Tabs and Panels this is NOT the case.
Additionally in the Tabs demo only one of the jQueryUI tabs becomes disabled when toggled.
And finally, the native HTML buttons grey out visually when disabled but the checkbox labels don't.
The text was updated successfully, but these errors were encountered:
In the Buttons, Checkboxes, Accordions, Tabs, Panels and DatePicker demos of http://hanshillen.github.com/aegisdemo/ the enable/disable toggle button only works when the jQueryUI controls have been created, not when they are destroyed - shouldn't this button operate on the HTML controls and automatically be reflected in the jQueryUI controls, not the other way round.
With Buttons, Checkboxes, Accordions, and DatePicker, whatever state the jQueryUI controls are in when they are destroyed is correctly reflected in the native controls. With Tabs and Panels this is NOT the case.
Additionally in the Tabs demo only one of the jQueryUI tabs becomes disabled when toggled.
And finally, the native HTML buttons grey out visually when disabled but the checkbox labels don't.
The text was updated successfully, but these errors were encountered: