Custom Query (7259 matches)
Results (124 - 126 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#8017 | notabug | dialog right padding is double in IE6 | ||
Description |
In IE6 when open DIALOG i see right padding is double. in other browsers everything is ok. see screenshot: http://tnt-soft.net/bug4/dialog.jpg |
|||
#7409 | notabug | Creating inner-accordions into an empty accordion | ||
Description |
When we have inner-accordions, the destroy-recreate method to refresh an accordion after adding some panels doesn't work correctly. When you click on the button in the second accordion it adds a section into it. But the sub-accordion doesn't work (in spite of the desctruction-recreation of the accordion). Test it : http://jsfiddle.net/YL99D/ BUT if you modify the HTML code this way (add a first section in the #sections div), it works perfectly when we click the button : http://jsfiddle.net/YL99D/1/ Additionnal information :
|
|||
#15058 | notabug | button widget does not add ui-state-default and ui-state-hover for input buttons | ||
Description |
If you are using the form input type of button, the buttons are not themed. They are missing the class ui-state-default, and on hover, they are not getting the class 'ui-state-hover'. So, <input type='button' value='Some Text'/> Does not receive proper styling. |