<div class="gmail_quote">On Thu, Jul 30, 2009 at 9:47 AM, Scott Jehl <span dir="ltr"><<a href="mailto:scott@scottjehl.com">
scott@scottjehl.com</a>></span> wrote:
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
+1
If I remember right, I've seen this problem in other areas too, like
draggable and sortable. Might be worth looking into.
I'm pretty sure this class should only be used on widgets that are
disabled, but not interactions.</blockquote><div>
Maybe $.ui.mouse should override the disable/enable methods to handle this for us automatically.
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Somewhat related:
I think I've also seen a case where disabling an interaction plugin
added a aria-disabled=true attribute to the element. I'm not sure
that's a good idea considering several behaviors could be applied to
one element (draggable, resizable) and aria-disabled didn't seem to be
descriptive enough of the particular behavior that was disabled (in
this case, there wasn't an explicit aria role being assigned, since it
was just an interaction, not a widget). Thoughts?</blockquote></div>
Let's bring this up on free-aria since it's a problem lots of people will run into with ARIA.