[Webkit-unassigned] [Bug 16951] Assertion failure in FrameView::scheduleRelayout (!m_frame->document() || !m_frame->document()->inPageCache()) when going back from a page with a focused popup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 20 16:02:14 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16951





------- Comment #1 from mitz at webkit.org  2008-01-20 16:02 PDT -------
Note that this does not happen with focused <input> text fields, because in
that case -[WebHTMLView maintainsInactiveSelection] returns YES and therefore
-resignFirstResponder does not call -clearFocus.

I think putting a page into the back/forward cache should never change the
focused node in that document (so it should also not dispatch a blur event).
That's how it works for text fields, and I see no reason why it should be
different for popups.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list