[webkit-reviews] review requested: [Bug 68162] [chromium]The focus of an input field inside an Iframe doesn't get cleared even though clearFocusedNode is called. : [Attachment 107498] fix +unit test patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 08:10:11 PDT 2011


chandra shekar vallala <chandra.vallala at motorola.com> has asked  for review:
Bug 68162: [chromium]The focus of an input field inside an Iframe doesn't get
cleared even though clearFocusedNode is called.
https://bugs.webkit.org/show_bug.cgi?id=68162

Attachment 107498: fix +unit test patch
https://bugs.webkit.org/attachment.cgi?id=107498&action=review

------- Additional Comments from chandra shekar vallala
<chandra.vallala at motorola.com>
In WebKit::WebViewImpl::clearFocusedNode
the focused frame is focusedWebCoreFrame() not m_page->mainFrame().

I attached a patch for this bug along with unit test.

am not sure that should I write the unit test in a new class 'WebViewTest'.


More information about the webkit-reviews mailing list