Closed (fixed)
Project:
Markdown editor for BUEditor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2010 at 19:38 UTC
Updated:
6 Nov 2012 at 20:01 UTC
Hi!
Fusion is one of the very popular themes that gets screwed up by markdowneditor. It's used by 25 times more people than markdowneditor module. I'm sure there are other themes affected.
Solution: don't apply "display: inline-block" to .clearfix CSS class globally. Apply it as a child of some markdowneditor-specific class.
Comments
Comment #1
DanGarthwaite commentedThis messes with the Omega 960 theme as well. Grrrrrrrr.
Comment #2
DanGarthwaite commentedFYI to all other google searches hitting this page: I added this to my local.css
/* Fix for markdowneditor css glitch */
.clearfix { display: block !important; }
Comment #3
solipsist commentedCommitted a fix in CVS. Please try the development snapshot and let me know if it fixes it. If you can help check for CSS layout issues in the major browsers with this fix in place I'd be very grateful.
Comment #4
DanGarthwaite commentedWorks for me in:
ie7
chrome
ff 3.6
Comment #5
frjo commentedThis bug affects Zen 2 as well so I mark it as major.
Tested the fix in Safari 5 and Firefox 3.6 where it works well.
Looking forward to a 6.x-1.2 release.
Comment #6
lolmaus commentedThere has been no patch posted, only a workaround (that should be placed into theme's css).
Comment #7
frjo commentedlolmaus: A fix has been committed to 6-dev, see comment #3.
Comment #8
lolmaus commented2 frjo:
Ah! It's commited already. Please excuse my stupidity. :(
So, everyone please try the dev release to see whether .clearfix is no longer applied globally.
Comment #9
frjo commented