You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(12:07:23 PM) Tew: (it would probably not even occur to me to set empty input with null instead of an empty string)
(12:09:13 PM) apipkin: Tew: i agree. it’s a little strange to stringify the value from null to ”null” though
(12:15:29 PM) apipkin: Soooo, if that’s the case in IE9+ YUI should probably adjust for that within dom-attrs https://github.com/yui/yui3/blob/master/src/dom/js/dom-attrs.js#L128
When set a node value to `null`, then a node value returns `"null"` as string
on the legacy IE (IE <= 9). A node value returns an empty string on the modern
browsers (Chrome, Firefox, IE >= 10). This change is to normalize the results
of setting a node value to `null` on any browsers. Fixyui#1603.
(12:07:23 PM) Tew: (it would probably not even occur to me to set empty input with null instead of an empty string)
(12:09:13 PM) apipkin: Tew: i agree. it’s a little strange to stringify the value from
null
to”null”
though(12:15:29 PM) apipkin: Soooo, if that’s the case in IE9+ YUI should probably adjust for that within dom-attrs https://github.com/yui/yui3/blob/master/src/dom/js/dom-attrs.js#L128
ping @msweeney
The text was updated successfully, but these errors were encountered: