Opened 12 years ago
Closed 12 years ago
#9263 closed bug (wontfix)
run $(elem).attr('disabled', true) through $.propHooks.disabled.set if present
Reported by: | ryankshaw | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
since according to the 1.6.1 release notes "in the interest of backwards compatibility and the usefulness of the .attr() method, we will continue to be able to get and set these boolean attributes with the .attr() method"
...we should run the propHook that goes along with it. but we dont
test case: http://jsfiddle.net/PkGau/2/
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
propHooks are not for arbitrary usage, but mostly for internal usage. The property just needs to be set to true/false.