Ticket #6341: 6341.patch
File 6341.patch, 471 bytes (added by , 14 years ago) |
---|
-
contents.css
20 20 { 21 21 /* #3658: [IE6] Editor document has horizontal scrollbar on long lines 22 22 To prevent this misbehavior, we show the scrollbar always */ 23 _overflow-y: scroll 23 _overflow-y: scroll; 24 /* #6341: The text cursor must be set on the editor area. */ 25 cursor: text; 24 26 } 25 27 26 28 img:-moz-broken