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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 15 07:14:57 PDT 2011


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





--- Comment #8 from Grzegorz <g.czajkowski at samsung.com>  2011-09-15 07:14:57 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > (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.
> 
> Hi Kubo,
> Let me perform some tests with ewk_frame_inner_text_get() and I will leave a feedback if we really need body param in your implementation.

Sorry for my late answer.
There is no any difference between results of ewk_frame_inner_text_get and ewk_frame_plain_text_get. You can make your function as public and then this bug should be marked as duplicated.

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