[Webkit-unassigned] [Bug 56948] Tabbing from the last focused field to a non-webpage element leaves the selection in a weird state
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 23 18:13:04 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=56948
Sam Weinig <sam at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #86724|review? |review+
Flag| |
--- Comment #3 from Sam Weinig <sam at webkit.org> 2011-03-23 18:13:04 PST ---
(From update of attachment 86724)
View in context: https://bugs.webkit.org/attachment.cgi?id=86724&action=review
> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1129
> + FocusController* focusController = m_page->focusController();
Before this line, you should add RefPtr<WebPage> protect(this); There is also no need for this local variable.
--
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