https://bugs.webkit.org/show_bug.cgi?id=97077
Patch by Seokju Kwon <seokju.kwon@gmail.com> on 2013-02-28
Reviewed by Laszlo Gombos.
Source/WebKit/efl:
* WebCoreSupport/InspectorClientEfl.cpp:
(WebCore::InspectorFrontendClientEfl::bringToFront): Set focus on inspectorView.
LayoutTests:
Remove inspector/extensions/extensions-panel.html from TestExpectations.
* platform/efl-wk1/TestExpectations:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@144403
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-02-28 Seokju Kwon <seokju.kwon@gmail.com>
+
+ [EFL] Focus problem in inspector/extensions/extensions-panel.html
+ https://bugs.webkit.org/show_bug.cgi?id=97077
+
+ Reviewed by Laszlo Gombos.
+
+ Remove inspector/extensions/extensions-panel.html from TestExpectations.
+
+ * platform/efl-wk1/TestExpectations:
+
2013-02-28 Levi Weintraub <leviw@chromium.org>
Stale FrameSelection in removed iframe causes crash
webkit.org/b/87972 fast/loader/policy-delegate-action-hit-test-zoomed.html [ Failure ]
webkit.org/b/87972 fast/encoding/mailto-always-utf-8.html [ Failure ]
-# Frame does not get focus as expected
-webkit.org/b/97077 inspector/extensions/extensions-panel.html [ Failure ]
-
# Fails after r133322
webkit.org/b/98523 fast/images/repaint-subrect-grid.html [ Failure ]
+2013-02-28 Seokju Kwon <seokju.kwon@gmail.com>
+
+ [EFL] Focus problem in inspector/extensions/extensions-panel.html
+ https://bugs.webkit.org/show_bug.cgi?id=97077
+
+ Reviewed by Laszlo Gombos.
+
+ * WebCoreSupport/InspectorClientEfl.cpp:
+ (WebCore::InspectorFrontendClientEfl::bringToFront): Set focus on inspectorView.
+
2013-02-23 Jason Anderssen <janderssen@gmail.com>
Move setAutofilled from TestRunner to WebCore
void InspectorFrontendClientEfl::bringToFront()
{
- notImplemented();
+ evas_object_focus_set(m_inspectorView, true);
}
void InspectorFrontendClientEfl::closeWindow()