Issue 67715 - Make use of XAccessibleTextAttributes interface
Summary: Make use of XAccessibleTextAttributes interface
Status: CLOSED FIXED
Alias: None
Product: ui
Classification: Code
Component: AccessBridge (show other issues)
Version: 680m175
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0.4
Assignee: eric.savary
QA Contact: issues@ui
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-24 08:31 UTC by nospam4obr
Modified: 2006-08-15 15:32 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description nospam4obr 2006-07-24 08:31:27 UTC
XAccessibleTextAttributes has been introduced to better serve the GNOME A11y API.
Comment 1 nospam4obr 2006-07-24 10:43:08 UTC
Fixed in CWS a11y204.
Comment 2 eric.savary 2006-07-27 11:05:29 UTC
ES->OBR: please help testing this giving examples of what is new.
Which attributes, where, when?
Comment 3 nospam4obr 2006-07-31 12:19:46 UTC
obr -> es:

currently supported attributes are: 
* font size
* left- and right-margin (in pixel)
* pixel-above- and -below-line
* variant (normal and small_caps)
* invisible (i.e. hidden in writer)
* strikesthrough (true/false)
* underline (none/single/double)
* (first line-) indent in pixel
* style (normal/italic)
* weight (400 = normal)
* justification (left, right, centered, fill)

I'll send you a version of at-poke that displays "Default Attributes" and
"Attributes at Caret", with "Default" being all attributes no explicitly set for
a character in a paragraph.
Comment 4 eric.savary 2006-07-31 14:59:33 UTC
New version of at-poke on pj-1.
Do cd ~/at-poke/bin/
./at-poke
Comment 5 eric.savary 2006-08-01 16:46:57 UTC
.
Comment 6 eric.savary 2006-08-01 16:47:41 UTC
Verified in CWS a11y204
Comment 7 eric.savary 2006-08-15 15:32:23 UTC
Ok in m181