I've tried this in multiple browsers and it seems that when using Resizable Textareas within Dialogs the textareas are "hidden" not sure how they're hidden, but they are.
If you click a checkbox button then drag (like selecting text) and then release within the button, the button changes state to selected however the hidden input is not "checked" nor is the aria-pressed state set to true.
This can be recreated with the Button Checkbox Example if you unhide the checkbox via Firebug
I'm unsure if this has been discussed as I can't find any bug reports etc. however I think I've found a bug with styling buttons, or more specifically using the button widget to style anchor tags.
The best way to see the bug is to go to the Button Widget Demo Page And in firebug add 'ui-widget-header' to the class attribute of the div tag with class = demo, which encompasses the button elements (screen shot provided)
You'll see that when the button widget styles anchor tags in a widget header the anchor tag's styling is not consistent with the other button types.
Hi, I've got jQuery loading by default on my site. The library is only used on some pages in my site, however when I load a page that isn't using jquery (but still loading the file in the html header) Firefox pops up with a warning that jquery is timing out. Any suggestions? Cheers