Details
-
Type:
Bug
-
Status: Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.4, 1.5
-
Fix Version/s: None
-
Component/s: Prefs Framework, UIEnhancer
-
Labels:None
Description
The "Enlarge buttons, menus, text-fields, and other inputs" option of the "emphasis" panel currently has several limitations:
- Many user interfaces currently use anchor tags for what are semantically and visually buttons. When users choose the "make inputs larger" option of UIO, these "anchor-buttons" do not enlarge. We are considering merging anchors and buttons into a single category, which would alleviate this, but we're also considering an expert level which would maintain the differentiation. We could consider stylesheets that are aware of the ARIA 'button' role, which would help when it's used.
- When widgets intended for user input have been built up of markup other than "input" and "button", they do not enlarge; the jQuery slider is one example of this.