Opened 17 years ago

Closed 17 years ago

#1264 closed Bug (invalid)

Height of "Background Color" of text is not matching with remaining text

Reported by: Moses Rozario Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version:
Keywords: Cc:

Description

Height of "Background Color" of text is not matching with remaining text. See attached screenshot.

Attachments (1)

Background Color Issue.JPG (84.6 KB) - added by Moses Rozario 17 years ago.

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by Moses Rozario

Attachment: Background Color Issue.JPG added

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Styles
Milestone: FCKeditor 2.6
Priority: HighNormal
Resolution: invalid
Status: newclosed

This one seams to be a generic HTML rendering issue, unrelated to FCKeditor. Just create an HTML page with the following content:

<p>
	<span style="background-color: rgb(255, 255, 0);"><span style="font-size: xx-large;">
	This is some sample text. You are using </span></span><span style="font-size: xx-large;">
	<span style="background-color: rgb(255, 255, 0);"><a href="http://www.fckeditor.net/">
	FCKeditor</a>.</span></span>
</p>}}}

Opening it in the browser, only IE will render it all with the same height. So, FCKeditor is really showing how the text looks like when rendered in the browser, and we have no control on the browser rendering system.
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy