Bug 569896 - Accessibility: Focus indication for the Read-only Input Fields with border has no sufficient contrast ratio of 4.5:1
Summary: Accessibility: Focus indication for the Read-only Input Fields with border ha...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-23 07:09 EST by Magdalena Petrova CLA
Modified: 2021-01-14 07:59 EST (History)
0 users

See Also:


Attachments
Read-only Input Field with border (94.40 KB, image/jpeg)
2020-12-23 07:09 EST, Magdalena Petrova CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Magdalena Petrova CLA 2020-12-23 07:09:58 EST
Created attachment 285103 [details]
Read-only Input Field with border

In standard theme focus indication for the read-only Input Fields with border does not satisfy minimum contrast ratio 4.5:1. See attached screenshot: “Read_only_InputField.jpg”.

The input field is of type org.eclipse.swt.widgets.Text with border and it is set to read-only.


Text sourceSystemText = new Text(systemGroup, SWT.BORDER);
sourceSystemText.setEditable(false);

Ideally, the focus for input field, should satisfy minimum color contrast ratio of 4.5:1