[Webkit-unassigned] [Bug 91711] New: [EFL] Enable interactive form validation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 22:24:56 PDT 2012


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

           Summary: [EFL] Enable interactive form validation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kihong.kwon at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Enable interactive form validation in the WebCore::Settings.

It is already enabled at gtk, blackberry, chromium and mac ports, and EFL also already enables it in the DRT.
This makes we can validate data at form elements.

In addition, if we disable this in the DRT, we have 14 regressions about form validation.
--------------------------------------------------------------------------------
Unexpected flakiness: text diff mismatch (1)
  fast/forms/interactive-validation-attach-assertion.html = TEXT TIMEOUT PASS

Unexpected flakiness: tests timed out (1)
  fast/forms/validation-message-clone.html = TEXT TIMEOUT PASS

Regressions: Unexpected text diff mismatch : (12)
  fast/forms/interactive-validation-assertion-by-validate-twice.html = TEXT
  fast/forms/interactive-validation-crash-by-style-override.html = TEXT
  fast/forms/interactive-validation-prevented.html = TEXT
  fast/forms/interactive-validation-select-crash.html = TEXT
  fast/forms/validation-message-appearance.html = TEXT
  fast/forms/validation-message-in-relative-body.html = TEXT
  fast/forms/validation-message-on-checkbox.html = TEXT
  fast/forms/validation-message-on-listbox.html = TEXT
  fast/forms/validation-message-on-menulist.html = TEXT
  fast/forms/validation-message-on-radio.html = TEXT
  fast/forms/validation-message-on-range.html = TEXT
  fast/forms/validation-message-on-textarea.html = TEXT

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