[Webkit-unassigned] [Bug 29467] [Qt] QWebPage::findText() should allow to find text from the beginning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 08:56:18 PDT 2011


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





--- Comment #6 from Alexis Menard <alexis.menard at openbossa.org>  2011-03-18 08:56:18 PST ---
(In reply to comment #5)
> I don't think we should add API for corner case that could be solved in a more elegant way with other, better API.
> 
> In that case, if we had a API to control and get the selection, this enum just become a special case.

I have to agree.

Perhaps we could introduce a very simplified version of

http://doc.qt.nokia.com/4.7/qitemselectionmodel.html

where you can go through the references a bit like a list?

QWebPage::findText(str)->at(0) or something like that.

Not sure we want to fill an entire "model" for that though (let say the number of words you find is huge).

> 
> I am in favor of rejecting this bug altogether since the complexity of adding and supporting new code/doc is not worth the use case IMHO.
> 
> Otherwise the patch looks good, so it really boils down to what is the opinion of the other WebKittens :)

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