Bug 305924 - [acc] [wpe] WPE design pane widgets do not respect OS high-contrast mode
Summary: [acc] [wpe] WPE design pane widgets do not respect OS high-contrast mode
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: JSF Project UI CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2010-03-15 16:30 EDT by Debajit Adhikary CLA
Modified: 2010-03-29 20:30 EDT (History)
2 users (show)

See Also:


Attachments
Screenshot to illustrate the issue (103.72 KB, image/png)
2010-03-15 16:33 EDT, Debajit Adhikary CLA
no flags Details
Screenshot to illustrate the issue for WPE widgets (63.66 KB, image/png)
2010-03-15 17:51 EDT, Debajit Adhikary CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Debajit Adhikary CLA 2010-03-15 16:30:26 EDT
Build Identifier: N20100306-2000

The Web Page Editor design pane does not use high-contrast colors when the system is set to use a high-contrast theme (or equivalent)

Reproducible: Always

Steps to Reproduce:
1. Enable high-contrast in your OS display settings (In WinXP, right-click on the desktop > Properties > Appearance. Choose "Windows Classic Style" and set the Color scheme as "High Contrast #1" say)
2. In Eclipse, create a new dynamic web project with the JSF facet.
3. Create a JSP page and open it with WPE. Notice the design view here.

Expected Results:
WPE should conform to the high-contrast color scheme (for accessibility reasons).

Actual Results:
The WPE design pane colors do not conform to the high-contrast color scheme set in the system.
Comment 1 Debajit Adhikary CLA 2010-03-15 16:33:07 EDT
Created attachment 162105 [details]
Screenshot to illustrate the issue
Comment 2 Debajit Adhikary CLA 2010-03-15 17:49:27 EDT
It turns out Windows has a separate High Contrast Mode (left Alt + left Shift + PrintScreen) which is a little different than setting a high contrast color scheme, which the original bug description talks about.

Under the high contrast mode, the original bug desciption does not hold entirely, but the problem still remains: The WPE widgets this time do not respect the custom color combination.
Comment 3 Debajit Adhikary CLA 2010-03-15 17:51:42 EDT
Created attachment 162114 [details]
Screenshot to illustrate the issue for WPE widgets