Bundled output for commit db2a12dec9 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-10-31 19:43:44 +00:00
parent db2a12dec9
commit 021b11eff0
3 changed files with 33 additions and 33 deletions

View file

@ -916,7 +916,7 @@ var coreRenderer = function($window) {
}
}
function isFormAttribute(vnode, attr) {
return attr === "value" || attr === "checked" || attr === "selectedIndex" || attr === "selected" && vnode.dom === $doc.activeElement
return attr === "value" || attr === "checked" || attr === "selectedIndex" || attr === "selected" && vnode.dom === $doc.activeElement || vnode.dom.parentNode === $doc.activeElement
}
function isLifecycleMethod(attr) {
return attr === "oninit" || attr === "oncreate" || attr === "onupdate" || attr === "onremove" || attr === "onbeforeremove" || attr === "onbeforeupdate"