Issue 48265 - Braille monitor only doesn't show the label of text field
Summary: Braille monitor only doesn't show the label of text field
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 680m97
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: eric.savary
QA Contact: issues@framework
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2005-04-27 12:32 UTC by eric.savary
Modified: 2005-05-18 13:19 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description eric.savary 2005-04-27 12:32:51 UTC
On JDS3 with gnopernicus' Braille monitor on
- in OOo, for inszance, go to Tools - Option - OOo - User Data
- set the cursor in "Company"
-> if the field contains text, it will be displayed in the Braille monitor, else
nothing is shown.
Expected: "TXT Company <text>"
Note: was Ok in OOo 1.1.4
Comment 1 eric.savary 2005-04-28 13:15:44 UTC
Adding accessibility keyword
Comment 2 nospam4obr 2005-04-28 15:24:58 UTC
The reason for this seems to be that the text fields do no longer have the state
SINGLE_LINE.
Comment 3 stephan_schaefer 2005-04-29 08:07:04 UTC
AFAIK several entries in Tools->Options had to be switched from single line to
multi line due to the very long strings in the portugese localisation. Otherwise
the strings would have been truncated.
Comment 4 nospam4obr 2005-05-03 11:46:18 UTC
obr @ os: any idea why these edit fields do no longer expose the "SINGLE_LINE"
accessible state ?
Comment 5 Oliver Specht 2005-05-03 13:43:46 UTC
->tbe: After deeper investigation we (OBR, OS) found out that OBR checks for the
MULTI_LINE state to detect whether the label hat to be provided. 
To fix this issue it makes most sense to add the SINGLE_LINE state to the
accesibility wrapper of the class Edit than to remove the check for MULTI_LINE
Comment 6 eric.savary 2005-05-03 14:55:44 UTC
This issue has been approved OOo 2.0 by TZ.
Comment 7 thomas.benisch 2005-05-03 17:31:07 UTC
accepted
Comment 8 thomas.benisch 2005-05-04 12:11:36 UTC
fixed in CWS tbe22
Comment 9 ab 2005-05-04 14:13:13 UTC
Reviewed
Comment 10 thomas.benisch 2005-05-04 16:43:54 UTC
TBE->ES: please verify in CWS tbe22

re-open issue and reassign to es@openoffice.org
Comment 11 thomas.benisch 2005-05-04 16:43:59 UTC
reassign to es@openoffice.org
Comment 12 thomas.benisch 2005-05-04 16:44:04 UTC
reset resolution to FIXED
Comment 13 eric.savary 2005-05-04 17:26:46 UTC
Verified in cws tbe22
Comment 14 eric.savary 2005-05-18 13:19:34 UTC
Ok in src680m104