[Webkit-unassigned] [Bug 55288] [Qt] Fix the focus in MiniBrowser.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Feb 26 05:32:15 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55288
--- Comment #2 from Andreas Kling <kling at webkit.org> 2011-02-26 05:32:15 PST ---
(From update of attachment 83919)
View in context: https://bugs.webkit.org/attachment.cgi?id=83919&action=review
> Source/WebKit2/UIProcess/API/qt/qwkpage.cpp:168
> + return view->isActive();
No null check for 'view'?
> Source/WebKit2/UIProcess/API/qt/qwkpage.cpp:173
> + return view->hasFocus();
No null check for 'view'?
> Source/WebKit2/UIProcess/API/qt/qwkpage.cpp:178
> + return view ? view->isVisible() : false;
return view && view->isVisible();
--
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