Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dom] Normalize setting a node value to null #1611

Merged
merged 1 commit into from
Feb 12, 2014
Merged

Conversation

okuryu
Copy link
Member

@okuryu okuryu commented Feb 5, 2014

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. Fix #1603.

Tested with IE6, IE7, IE8, IE9, IE10, IE11, Chrome, Firefox, Safari 7(OS X), Safari 7(iOS).

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. Fix yui#1603.
@ezequiel
Copy link
Contributor

ezequiel commented Feb 5, 2014

👍 Thanks.

@okuryu okuryu self-assigned this Feb 6, 2014
@okuryu okuryu added this to the Sprint 12 Code Freeze milestone Feb 6, 2014
@okuryu okuryu merged commit 408cb79 into yui:dev-master Feb 12, 2014
@okuryu okuryu deleted the fix1603 branch February 12, 2014 12:53
@okuryu
Copy link
Member Author

okuryu commented Feb 12, 2014

Merged.

@ezequiel Thanks for your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants