Opened 11 years ago
Closed 11 years ago
#11582 closed defect (duplicate)
Missing Dropdown Menu bottom border line in IE
Reported by: | samlin99 | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Missing Dropdown Menu bottom border line in IE. Please check attached picture.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | menu border+table header.jpg added |
---|
comment:1 Changed 11 years ago by
Replying to samlin99:
Missing Dropdown Menu bottom border line in IE. Please check attached picture.
I have suggested solution. [Sam Lin's Suggested Solution] .claro .dijitMenu {
background-repeat:repeat-y; background-color:#fff; border: 1px solid #769dc0;
/* so adjoining borders of MenuBar/ComboBox? and Menu overlap, avoiding double border */ margin: 0px 0;
}
comment:2 Changed 11 years ago by
I have suggested solution. [Sam Lin's Suggested Solution] .claro .dijitMenu { background-repeat:repeat-y; background-color:#fff; border: 1px solid #769dc0; /* so adjoining borders of MenuBar/ComboBox?? and Menu overlap, avoiding double border */ margin: 0px 0; }
comment:3 Changed 11 years ago by
Component: | General → Dijit |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Dup of #11438.
The issue w/your suggested is that you've ignored the comment immediately above the line you changed. However, we can set the margin to 0px for browsers where this is an issue. I don't think this is an issue on all IE's, just IE6 or maybe IE6 and IE7.
Also, please try mark the component of bugs correctly, thanks.
Missing Dropdown Menu bottom border line in IE