Issue 117210 - More changes and enhancements in accessibility implementations
Summary: More changes and enhancements in accessibility implementations
Status: CONFIRMED
Alias: None
Product: ui
Classification: Code
Component: code (show other issues)
Version: OOo 3.3
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.x
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-04 11:48 UTC by malte_timmermann
Modified: 2013-01-29 21:49 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 malte_timmermann 2011-03-04 11:48:10 UTC
More changes and enhancements in accessibility implementations have been migrated from the CWS OO31IA2:

- ButtonDialog: adjust Z-Order for own buttons before showing the dialog (so they are at the end in reading order)
- ImplListBoxWindow::GetBoundingRectangle( USHORT nItem ) - rectangle calculation changed (probably only different when having MRU entries)
- MultiLineEdit: Avoid some unnecessary focus events (compound control)
- Use QuickHelpText as accessible name for different controls when no accessible name exist
- WINDOW_FIXEDLINE: Use role LABEL instead of SEPARATOR when the line has text
- Window::ImplDlgCtrl: Don't grab focus to basic window type on KEY_UP/DOWN/LEFT/RIGHT
- Window::SetAccessibleName: Use GetNonMnemonicString
- accessible check box returns, depending on current state, action check or uncheck, instead of click
- accessible name for scroll bars is "horizontal/vertical scroll bar"
- scroll bar shouldn't have the state focusable
- getForeground shouldn't return COL_AUTO, returning concrete color now
- getNumberingRuleByIndex: return bullet char only if GetNumberingType is SVX_NUM_CHAR_SPECIAL
- listbox notification for focus item changed
- no selection event for tab control itself, tap page will notify
- radio buttons accessible action description is select, not click
- show tabpage before grabbing focus to first widget, so it's not still hidden when sending the focus event
- update accessible name when the doc title changed
- some changes in listbox/treebox events
- charts use role SHAPE now
Comment 1 malte_timmermann 2011-03-28 17:29:11 UTC
Please verify...
Comment 2 Oliver-Rainer Wittmann 2012-06-13 12:27:32 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.