After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 487918 - Extend the spec for Accessibility::Text::getAttributeRun(..)
Extend the spec for Accessibility::Text::getAttributeRun(..)
Status: RESOLVED DUPLICATE of bug 489828
Product: at-spi
Classification: Platform
Component: api
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks: 404411
 
 
Reported: 2007-10-18 14:32 UTC by Willie Walker
Modified: 2007-10-25 13:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Willie Walker 2007-10-18 14:32:31 UTC
In http://www.openoffice.org/issues/show_bug.cgi?id=81718, we are working on ways to allow a user to determine what the attributes of a new character will be when the user types a character at the end of a text object.

The AT-SPI spec currently provides mechanisms for determining what the attributes of an existing character are, but not for determining what the attributes of future character will be.

As a solution, I propose extending the strict interpretation in the following citation of Accessibility::Text::getAttributeRun(...):

<cite>
...
Parameters:
    	offset 	the offset of the character whose attributes will be reported.
...
</cite>

The extension of the interpretation would be "if the character offset equals the
length of the string, the reported attributes will be for any character that
will be added to the end of the text in its current state."
Comment 1 Willie Walker 2007-10-25 13:32:59 UTC

*** This bug has been marked as a duplicate of 489828 ***