Ticket #1264 (closed Bug: invalid)

Opened 15 months ago

Last modified 14 months ago

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

Background Color Issue.JPG (84.6 KB) - added by moses.rozario 15 months ago.

Change History

Changed 15 months ago by moses.rozario

Changed 14 months ago by fredck

  • priority changed from High to Normal
  • resolution set to invalid
  • status changed from new to closed
  • component changed from General to Core : Styles
  • milestone FCKeditor 2.6 deleted

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.