Metadata
- Source
- FLUID-4606
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Anastasia Cheetham
- Created
2012-02-16T11:57:01.473-0500 - Updated
2024-07-22T14:28:22.578-0400 - Versions
-
- 1.4
- 1.5
- Fixed Versions
- N/A
- Component
-
- Prefs Framework
- UIEnhancer
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.
Comments
-
Alan Harnum commented
2016-11-09T11:57:47.799-0500 Updated the name and description in light of https://issues.fluidproject.org/browse/FLUID-6053
-
Justin Obara commented
2024-07-22T14:28:22.398-0400 As part of https://fluidproject.atlassian.net/browse/FLUID-6605 css custom properties were added to allow for integrators to style other widgets and elements based on the size changes.