[Webkit-unassigned] [Bug 34930] Implement interactive validation for forms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 9 10:44:46 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=34930





--- Comment #26 from TAMURA, Kent <tkent at chromium.org>  2010-04-09 10:44:45 PST ---
> Also, the document == originalDocument check does not replace the inDocument
> check. I'm not sure why you removed the inDocument check. That covers elements
> that are no longer in the document tree. I think you should have a test case
> that covers that and restore the inDocument check.

I had no idea to make a condition of "isFocusable() && !inDocument()".
interactive-validation-remove-node-in-handler.html removes an invalid control
from the document, and it becomes !isFocusable().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list