Ticket #2011 (closed Bug: fixed)

Opened 2 months ago

Last modified 2 months ago

<LINK> tags for internal CSS files are appearing in full page mode

Reported by: martinkou Assigned to: fredck
Priority: High Milestone: FCKeditor 2.6
Component: General Version: SVN
Keywords: Confirmed Review+ Cc:

Description

This is a very serious bug which is making the full page mode unusable. To reproduce the bug:

  1. Open sample07.html in any browser.
  2. Switch to Source mode.
  3. You'll see fck_internal.css being included inside the full page XHTML source.
  4. Switch to WYSIWYG mode and back to Source mode.
  5. You'll see the <LINK> tag(s) used for including our internal CSS files are being duplicated!

The issue did not exist in 2.5.1 or any 2.6 code before the floating dialog branch merge. So some changes in between must have caused this bug.

Attachments

2011.patch (1.2 kB) - added by fredck on 03/15/08 15:57:42.

Change History

03/14/08 10:23:56 changed by martinkou

  • priority changed from Normal to High.

03/14/08 11:09:42 changed by martinkou

The bug is found to be caused by [1598].

03/15/08 15:55:23 changed by fredck

  • owner changed from martinkou to fredck.
  • status changed from new to assigned.

03/15/08 15:57:42 changed by fredck

  • attachment 2011.patch added.

03/15/08 15:58:23 changed by fredck

  • keywords set to Confirmed Review?.

A recursive call was not sending all parameters.

03/15/08 17:27:50 changed by alfonsoml

  • keywords changed from Confirmed Review? to Confirmed Review+.

03/18/08 10:04:02 changed by fredck

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed with [1717]. Click here for more info about our SVN system.