Closed (fixed)
Project:
Rubik
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2012 at 16:58 UTC
Updated:
2 Sep 2013 at 08:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ChrisFlink commentedI experience the same issue,
even if the CKEditor setting is set to hide this link.(this is because I was using admin account)Versions:
Browsers:
HTML (localized to Dutch):
The code of metakel will fix the layout when the link is present, but without the link, the box will not align to the editors-div.
What confuses me is that in the html, the <a>-tag contains inline style to hide the link, but this is overridden somehow and somewhere.
Comment #2
Coop920 commentedI went ahead and removed the negative top margin and missing top border to the #edit-body .filter-wrapper element. See attached patch.
Comment #3
deryck.henson commentedsubscribe
Comment #4
Macronomicus commentedYep #2 does it
Comment #5
acbramley commentedThis also happens on regular text fields if they are enabled to use Filtered Text instead of just plain text, this patch uses a single rule to cover all cases of text-format fields.
Comment #6
Anonymous (not verified) commentedPatch from #5 works here. Thanks!
Comment #7
haydeniv commentedCommitted: f4d424d
Thanks!