#5479 closed defect (fixed)
TextBox widgets don't inherit font-family using IE
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
IE has a bug where font-family for INPUT tags is not inherited. Not a big problem but does cause combobox and validation subclasses to have sizing issues.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [11952]) Fixes #5479. Added font inheritance css for IE/input. Changed spinner arrows to render normally and not within the outside margin. Removed much of the IE line-height kludge css.