Bug 53034 - [Qt] Support for validationmessage
Summary: [Qt] Support for validationmessage
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P5 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on: 27959
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-24 11:53 PST by Robert Hogan
Modified: 2014-02-03 03:17 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Hogan 2011-01-24 11:53:51 PST
just add strings to WebPlatformStrategies.cpp. e.g.:


String WebPlatformStrategies::validationMessageTypeMismatchText()
{
    return QCoreApplication::translate("QWebPage", "type mismatch", "Validation message for input form controls with a value not matching type");
}
Comment 1 Jocelyn Turcotte 2014-02-03 03:17:12 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.