Opened 13 years ago
Closed 13 years ago
#6754 closed defect (fixed)
Button: white pseudo-borders appearing inside of buttons on IE
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | Cc: | alex | |
Blocked By: | Blocking: |
Description
on IE only, a bleed through background of 1px (i.e., an "inner border") makes buttons look bad.
Also, the pseudo-outdent styles applied to the regular border need to go.
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [13754]) updates to button templates, css, and tests. These changes:
- remove the pseudo-white border around buttons in IE
- fix internal padding and margin issues on IE
- remove the unsightly black border around focused button widgets on IE
- normalize spacing on buttons across browsers
- update the test pages to show how things compare to native buttons x-browser
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.
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | white pseudo-borders appearing inside of buttons on IE → Button: white pseudo-borders appearing inside of buttons on 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.
comment:4 Changed 13 years ago by
Owner: | changed from nonken to alex |
---|---|
Status: | reopened → new |
Note: See
TracTickets for help on using
tickets.
(In [13737]) fixing EOL and svn:eol-style attribute. Grrr. Refs #6754