Opened 10 years ago
Closed 10 years ago
#12915 closed bug (fixed)
Create propHook for src property in old IEs (same as for href)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery has recently added a propHook to normalize the href property in IE6/7 (see http://bugs.jquery.com/ticket/10299 / https://github.com/jquery/jquery/commit/240b141a22c4783d619fc67c91f990d1535e7c57). I totally forgot to mention, that the exact same propHook, can be used to also normalize the src property.
Please also add the src prophook.
Note: See
TracTickets for help on using
tickets.
Fix #12915, add propHook for scrip src property on oldIE. Close gh-1035.