Custom Query (7259 matches)
Results (37 - 39 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3642 | fixed | firstDay displays Day names incorrectly in multi-month view | ||
Description |
A picture is worth a thousand words: http://test.static.marketruler.com/test/datepicker-fdow.php Note the days of the week are: We Sa Tu Fr Mo Th Su firstDay is "3" Haven't figured out the fix yet, but should be easy, I assume. |
|||
#3644 | duplicate | Dialog: exception in IE when using a dialog and .ui-dialog-content has default margin (auto) | ||
Description |
When you don't include a theme for dialog which sets a margin to the ui-dialog-content element, like .ui-dialog-content { margin: 0; } you get an exception in IE6 Here's a full test page: <!DOCTYPE html> <html lang="en"> <head>
.ui-dialog-content { margin: auto; }
</head> <body></body> </html> Change margin: auto to margin: 0 and the exception goes away. |
|||
#3649 | notabug | Resizable: Update markup to new UI CSS Framework specs | ||
Description |
The new jQuery UI CSS Framework was finalized and will be in 1.6rc3. The appropriate changes need to made to the plugin. For markup reference, see http://jquery-ui.googlecode.com/svn/trunk/tests/static/resizable.html |