Closed Bug 630459 Opened 13 years ago Closed 8 years ago

Tab view should support high contrast mode on Windows

Categories

(Firefox Graveyard :: Panorama, defect, P2)

x86
Windows 7
defect

Tracking

(blocking2.0 .x+)

RESOLVED WONTFIX
Tracking Status
blocking2.0 --- .x+

People

(Reporter: faaborg, Unassigned)

Details

(Keywords: access, helpwanted, Whiteboard: [softblocker])

Attachments

(1 file)

In Tab View we need to check for the use of high contrast mode, and then fall back to only using system colors if it is detected.

Details on Windows theme detection are in bug 426660, and eventually we might be able to use a selector created over in bug 425598.
Alternatively, we could just fall back to system colors if the user has a classic windows theme.  This will also give us a native appearance for the classic users.
Nominating due to this being an accessibility issue.
blocking2.0: --- → ?
(In reply to comment #2)
> Nominating due to this being an accessibility issue.

Thumb up. final+ is worth to go. But can we think of assignee?
Here's a quick screen shot of high contrast mode in Tab View (ignore the fact that it also happens to be in RTL).
Keywords: access
blocking2.0: ? → final+
Whiteboard: [softblocker]
Can someone point to examples of doing this in the codebase already?
Blocks: 627096
Priority: -- → P2
Ehsan, Dolske or Dao should be able to point you to a good example.
(In reply to comment #6)
> Ehsan, Dolske or Dao should be able to point you to a good example.

Unfortunately, I can't think of one...  :/

Do you know where this support is implemented?  Is it in widget?
We used a system metric for default theme to determine the shape of the site identity button in Firefox 3 (curved for default, square for classic).
http://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/browser/browser-aero.css is full of sections targeting different set of themes.

In this case you need to add a -moz-windows-classic section to browser/themes/winstripe/browser/tabview/tabview.css:

@media all and (-moz-windows-classic) {
  #foo {
    background-color: -moz-dialog;
  }
  #bar {
    border-color: ThreeDShadow;
  }
}
(In reply to comment #9)
> http://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/browser/browser-aero.css
> is full of sections targeting different set of themes.
> 
> In this case you need to add a -moz-windows-classic section to
> browser/themes/winstripe/browser/tabview/tabview.css:
> 
> @media all and (-moz-windows-classic) {
>   #foo {
>     background-color: -moz-dialog;
>   }
>   #bar {
>     border-color: ThreeDShadow;
>   }
> }

Does -moz-dialog automatically resolve to the right color in high-contrast mode?
>Does -moz-dialog automatically resolve to the right color in high-contrast
>mode?

yeah, it just pulls the system color (which will become black with a high contrast theme).
I don't know if -moz-dialog will be enough for this bug, because this would have to change the current blue background to -moz-dialog in the regular contrast mode too. *Unless we want to do this?)

There are other hardcoded background and text shadow colors which are slight variations of the blue tone (e.g. the background of tab groups and the selection glow) and need some thought if it will be possible to have values for them that are compatible with both regular and high contrast themes.

I think having bug 425598 would be necessary here.
(In reply to comment #12)
> I don't know if -moz-dialog will be enough for this bug,

No, it won't be enough. The code in comment 9 was example code.

> because this would
> have to change the current blue background to -moz-dialog in the regular
> contrast mode too. *Unless we want to do this?)

This seems appropriate for classic themes.

> There are other hardcoded background and text shadow colors which are slight
> variations of the blue tone (e.g. the background of tab groups and the
> selection glow) and need some thought if it will be possible to have values for
> them that are compatible with both regular and high contrast themes.

rgba() may be used to overlay platform colors and get different shades of the same platform color.

> I think having bug 425598 would be necessary here.

That wouldn't help. You would still need to take different kinds of high contrast themes into account.
Alex, is this something we could add to awpy to get some attention?
Keywords: uiwanted
>is this something we could add to awpy to get some attention?

sure , I'll add it tomorrow
Keywords: uiwanted
[bugspam: betaN -> final] blocker
Blocks: 585689
No longer blocks: 627096
** PRODUCT DRIVERS PLEASE NOTE **

This bug is one of 7 automatically changed from blocking2.0:final+ to blocking2.0:.x during the endgame of Firefox 4 for the following reasons:

 - it was marked as a soft blocking issue without a requirement for beta coverage
blocking2.0: final+ → .x+
No longer blocks: 585689
bugspam
No longer blocks: 603789
bugspam
No longer blocks: 653099
bugspam
Blocks: 660175
bugspam

(Fx7 was branched, removing open bugs from Fx7 meta bug, we won't create new meta bugs for upcoming Fx versions)
No longer blocks: 660175
Panorama has been removed from Firefox 45, currently in Beta and scheduled for release on March 7th. As such, I'm closing all existing Panorama bugs.

If you are still using Panorama, you will see a deprecation message in Firefox 44, and when 45 is released your tab group data will be migrated to bookmarks, with a folder for each group. There are also a few addons offering similar functionality.

See https://support.mozilla.org/en-US/kb/tab-groups-removal for more info.

We're removing Panorama because it has extremely low usage (about 0.01% of users), and has a large number of bugs and usability issues. The cost of fixing all those issues is far too high to justify, and so we'll instead be focusing our time and energy on improving other parts of Firefox.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: