Ticket #6307 (closed defect: fixed)
Textarea/TextBox: better font, font-size, and spacing (as default for tundra, soria, etc)
| Reported by: | alex | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit - LnF | Version: | 1.0 |
| Severity: | normal | Keywords: | L&F, look, feel, UI |
| Cc: | alex |
Description (last modified by bill) (diff)
the inner padding and lineheight rules for the textarea widget give it a cramped an unreadable feeling WRT native textarea widgets.
Native textarea:
Textarea widget:
As per April 8 dijit meeting, I'm expanding this ticket to include the TextBox widgets as well as the TextArea and SimpleTextArea.
The decision is to make dijit "look good out of the box" in preference to supporting inheritance of font and font-size, which in this case means
- to remove the IE expressions for font/font-size inheritance ([12806])
- just hardcode values of font for textarea and textbox widgets (probably sans-serif)
- hardcode a font-size too (but for a11y reasons use em or a word like "medium", rather than pt or px).
- I think that means we can remove the workaround checked in for [13214] (references #6220) and also in [13158] (references #6262).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.