[Webkit-unassigned] [Bug 67114] [EFL] API to get plain text of the frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 08:48:50 PDT 2011


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





--- Comment #4 from Raphael Kubo da Costa <kubo at profusion.mobi>  2011-08-30 08:48:50 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > One other thing is that bug 66876 adds a similar private function (ewk_frame_inner_text_get); would that solve your needs if it was not private?
> 
> I agree that these functions are similar but implementation is a little different.

The only noteworthy difference I see is that bug 66876 calls innerText() for the whole document, whereas you only call it for the body. Do the results differ too much? The function (either mine or yours) could accept a parameter specifying whether document or body should be used, if that's the case.

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