Active
Project:
markItUp Content Editor
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 Apr 2008 at 06:10 UTC
Updated:
10 Apr 2008 at 16:22 UTC
Textarea width requires some CSS attention to integrate well with Drupal and in Garland there's a CSS conflict around the .preview class.
Comments
Comment #1
mlsamuelson commentedCommitted CSS to override and fix the above mentioned issues. There's still pending a fix to resolve textarea width issues for the markItUp skin - the textarea is larger than its container. The width applied to .resizable-textarea by system.css seems to be the issue. If only we could unset that rule...
Also, not having IE at my disposal ATM, the CSS fixes mentioned should be tested in that browser...
Comment #2
mlsamuelson commentedI've made a commit regarding markitup.css to set backgrounds to none for the markItUp editor buttons.
As this seemed to be an issue for both skins (occuring in the Garland theme, and potentially others), I set the rule in markitup.css rather than the individual skin's css files.
I also tested this and previous CSS in IE 6 and 7 as well as FF. Looks good.
The issue with the textarea being wider than the container mentioned in the first comment stills stands. It occurs in FF and IE7, not in IE6.