[Webkit-unassigned] [Bug 46165] Focused frame information needed in Chrome and ChromeClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 00:33:21 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46165





--- Comment #11 from Juha Savolainen <juha.savolainen at weego.fi>  2010-09-24 00:33:19 PST ---
(In reply to comment #10)
> > 
> > > I am still not clear on why the user needs to know the name of the focused frame?  What can they do with that information?
> > 
> > Sorry, my mistake. I meaned focused frame url.
> 
> I am still not sure what the use case is.

Html-page contains 3 frames(main frame + 2 other) and the user wants to know 
url of any other frame than a mainframe, it's impossible. 
WebKit1: QWebPage->currentFrame()->url()

Html-page contains 3 frames(main frame + 2 other) and the user just wants to
access the current frame, it's impossible. 
WebKit1: QWebPage->currentFrame();

In WebKit2, there is only possibility to operate with the mainframe, 
not focused or any other than mainframe.

-- 
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