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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 9 10:55:32 PDT 2010


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





--- Comment #28 from Darin Adler <darin at apple.com>  2010-04-09 10:55:31 PST ---
(In reply to comment #26)
> > 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().

Good point. I'm not sure that condition exists. There are 7 different
isFocusable functions, so you'd have to read all of them to double check and
figure out what test cases to construct.

-- 
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