Form reset algorithm does not reset option dirtiness |
|||||
Issue description
,
May 17 2017
Wow, found a silly bug :(
void HTMLOptionElement::SetDirty(bool value) {
is_dirty_ = true;
}
Safari passes the test because it has no dirtiness flag and option.defaultSelected=false is always same as option.selected=false.
,
May 22 2017
,
May 27 2017
Can I take this?
,
May 27 2017
I've update patch for this as below. https://codereview.chromium.org/2913483002/
,
May 28 2017
sujiths.s@samsung.com already started this issue, and posted a patch. Why did he removed his comments? https://codereview.chromium.org/2906883002/
,
Jun 2 2017
Fixed by https://codereview.chromium.org/2906883002/. It had no BUG= line. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by tkent@chromium.org
, May 17 2017Owner: tkent@chromium.org