[Webkit-unassigned] [Bug 25415] [GTK][ATK] Please implement support for get_text_at_offset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 10:22:23 PDT 2009


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





------- Comment #9 from joanmarie.diggs at gmail.com  2009-05-14 10:22 PDT -------
(In reply to comment #8)
> OK, one thing. Say I have this string: "This   is." (3 spaces between 'This'
> and 'is'). If I ask for getTextAtOffset(7, TEXT_BOUNDARY_WORD_END) should I
> really get: "   is" ? 

I'd not thought of that case before. But I just looked at the AT-SPI IDL and it
says:

"TEXT_BOUNDARY_WORD_END: Boundary condition is the end of a word; i.e. range is
from the end of one word to the end of another."

So, yeah, I suppose you should get "   is" in that case.

> I think this might complicate the implementation enough
> that I might want to rewrite it from scratch, not sure.

Sorry!


-- 
Configure bugmail: https://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