2010-10-17 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
authorAdemar de Souza Reis Jr <ademar.reis@openbossa.org>
Fri, 22 Oct 2010 20:38:19 +0000 (17:38 -0300)
committerAdemar de Souza Reis Jr <ademar.reis@openbossa.org>
Fri, 22 Oct 2010 20:38:19 +0000 (17:38 -0300)
commitbaa0e2d4e28d8a66128a0ac8214f68c536a4f1b9
tree2b5ec8f53eb8b5fa7f281f140152c22f7eb4acc6
parent1d1745e80f221c488bf9444f86cab44508bfb760
2010-10-17  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>

        Reviewed by Antonio Gomes.

        [Qt] Layout tests for fix focusing of control elements on mouse click.
        https://bugs.webkit.org/show_bug.cgi?id=40641

        * fast/events/click-focus-control-expected.txt: Added.
        * fast/events/click-focus-control.html: Added.
        * platform/mac/fast/events/click-focus-control-expected.txt: Added.
        * platform/win/Skipped:
2010-10-17  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>

        Reviewed by Antonio Gomes.

        [Qt] Fix focusing of control elements on mouse click.
        Brings GTK fix to Qt platform.
        https://bugs.webkit.org/show_bug.cgi?id=40641

        Test: fast/events/click-focus-control.html

        * html/HTMLFormControlElement.cpp:
        (WebCore::HTMLFormControlElement::isMouseFocusable):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69925 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Conflicts:

LayoutTests/platform/win/Skipped
LayoutTests/ChangeLog
LayoutTests/fast/events/click-focus-control-expected.txt [new file with mode: 0644]
LayoutTests/fast/events/click-focus-control.html [new file with mode: 0644]
LayoutTests/platform/mac/fast/events/click-focus-control-expected.txt [new file with mode: 0644]
LayoutTests/platform/win/Skipped
WebCore/ChangeLog
WebCore/html/HTMLFormControlElement.cpp