Opened 13 years ago
Closed 13 years ago
#6775 closed defect (fixed)
Button: black borders appear around Dijit buttons when focused (IE)
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | Cc: | bill, nonken | |
Blocked By: | Blocking: |
Description
an unattractive black border appears around Dijit buttons and dropdown buttons when focus is given to the widget. This defeats the visual styling applied by the theme for active states, making the buttons look very unprofessional.
Discussed in IRC and email with bill and nonken.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | IE: black borders appear around Dijit buttons when focused → Button: black borders appear around Dijit buttons when focused (IE) |
Rolled back in [13856] since IE7 and Nihilo/Soria? were broken, see #6870 (possible fix for IE problem) and #6843, respectively. Please check in patch that works for all themes and IE7.
Note: See
TracTickets for help on using
tickets.
(In [13754]) updates to button templates, css, and tests. These changes:
Further work may be in order to again normalize widget height with native widget height on OS X, but for IE things look/work much better and are more consistent across browsers.
Fixes #6775. Fixes #6754