Issue 12331

Summary: MessageBox windows are not recognized by Zoomtext
Product: ui Reporter: nospam4obr
Component: codeAssignee: atr <andreas.treumann>
Status: CLOSED FIXED QA Contact: issues@ui <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 644Keywords: accessibility
Target Milestone: OOo 1.1 Beta2   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description nospam4obr 2003-03-14 11:48:49 UTC
To reproduce, type something into a new text document and try to close the
window. The resulting message box (asking if one would like to save the changes
etc.), is not recognized by Zoomtext 7.11 in any way. Not even switching between
the buttons with 'tab' causes any output.
Comment 1 nospam4obr 2003-03-14 11:50:02 UTC
Accepted.
Comment 2 nospam4obr 2003-04-02 07:41:10 UTC
The accessible role used by MessageBoxes (OPTION_PANE) is not a valid
role for toplevel windows in java. Changed the role (in VCL) to DIALOG
fixes the problem.
Comment 3 nospam4obr 2003-04-07 10:29:53 UTC
Please verify in CWS vcl07 on so-cwsserv01.
Comment 4 atr 2003-04-07 12:34:16 UTC
ATR: Tested in vcl07, Bug fixed.
Comment 5 atr 2003-04-07 12:34:42 UTC
.
Comment 6 atr 2003-05-15 09:21:07 UTC
.