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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 10 17:23:12 PDT 2009


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


joanmarie.diggs at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




------- Comment #35 from joanmarie.diggs at gmail.com  2009-06-10 17:23 PDT -------
It looks like returning the actual/displayed line isn't working. Instead, it
seems like the full text object is being returned.

Test I tried:

On Orca wiki (live.gnome.org/Orca), under the first heading, there is a short
paragraph. I sized my browser window so that the text on screen wrapped across
6 lines.

>> acc.queryText().getText(0, -1)
'Before you are tempted to post a note to every mailing list on the planet,
like every other user has done, please read this. Speech and audio integration
is not working well on Jaunty. You need to install with the blindness profile:'

>> acc.queryText().characterCount
232

>> acc.queryText().getTextAtOffset(100, TEXT_BOUNDARY_LINE_START)
('Before you are tempted to post a note to every mailing list on the planet,
like every other user has done, please read this. Speech and audio integration
is not working well on Jaunty. You need to install with the blindness
profile:',
 0,
 232)

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