Closed Bug 1167148 Opened 9 years ago Closed 9 years ago

UX Issues with Keyboard shortcuts - Firefox Developer Tools | MDN

Categories

(Developer Documentation Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: anaran, Assigned: anaran)

References

()

Details

Attachments

(4 files)

Attached image Maximized.png
See:

https://developer.mozilla.org/en-US/docs/Tools/Keyboard_shortcuts

Details:

1.
The page does not render tables well in various typical window configurations, like maximized or semi-maximized (full height, half width).

The cause for this are hard-coded styles.

2.
The tables use table-header styling for the first column to make it stand out. Used in this way it does not really stand out.

3.
The first column is typically labelled with "Command" in https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly, which is probably a good target to by conform with for the extra impression of a unified design language.
This header is missing and the command column is not always phrased as a command.

I am going to tackle 1 and 3 and would like to have additional feedback on 2.


http://mzl.la/1vxCDgA
Attached image SemiMaximized.png
Only Windows shortcut column is visibale, no table of contents.
Comment on attachment 8608643 [details]
Maximized.png

Table of contents obstructs shortcut table with hard-coded styling.
Comment on attachment 8608648 [details]
SemiMaximized.png

Only Windows shortcut column is visible, no table of contents.
Assignee: nobody → adrian.aichner
Status: NEW → ASSIGNED
I have tried my hand at items 1 and 3, had to keep minimal styling (of command column only to maintain alignment of tables.

Looking at this page for a while I think item 2 should also be implemented, but I'll wait for feedback.
Attached image Maximized-after.png
No interference with table of contents, tables still line up
Attached image SemiMaximized-after.png
All platform columns visible, tables still line up.
Table of contents is only shown at top, like before.
What does your changed CSS look like, assuming that's all you've changed?
As discussed, we'll leave command column marked up as <th> for now (item 2 in the report).

Summary of my changes as found in revision history:

Minimize use of style attribute to Command column for maintainability while keeping tables aligned
Remove absolute size from first table, add Command header, upgrade commands to verb phrase
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: