#6734 closed defect (fixed)
[regression] Editor: Big border around editor from div (IE7)
Reported by: | haysmark | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Editor | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See: http://archive.dojotoolkit.org/nightly/checkout/dijit/tests/test_Editor.html
If you load this page in IE7, the "Automated tests" div and the first editor have a huge black border.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | border.JPG added |
---|
comment:1 Changed 13 years ago by
The source just has:
<div dojoType="dijit.Editor" id="editor1" onChange="console.log('editor1 onChange handler: ' + arguments[0])" >
Yet the style is set to:
BORDER-RIGHT: black 5px solid; BORDER-TOP: black 5px solid; OVERFLOW-Y: scroll; BORDER-LEFT: black 5px solid; BORDER-BOTTOM: black 5px solid; ZOOM: 1; HEIGHT: 300px
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Summary: | IE7: Big border around editor from div → [regression] Editor: Big border around editor from div (IE7) |
---|
Note: See
TracTickets for help on using
tickets.
IE7 picture of strange border