Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#1484933 closed Bugs (fixed)

lost editor_content.css

Reported by: alec Owned by:
Priority: 5 Milestone: 0.1.1
Component: Client Scripts Version: 0.1-stable
Severity: trivial Keywords:
Cc:

Description (last modified by till)

[error] File does not exist:
 /var/www/rc/program/js/tiny_mce/themes/advanced/css/editor_content.css, referer
: https://xxxxxxx/?_task=mail&_action=compose

Tinymce reads roundcube styles and also his own style definitions. To get rid of such errors original editor_content.css (or empty) file should be placed in above path.

Change History (5)

comment:1 Changed 5 years ago by till

We should fix the reference instead of committing a blank file.

comment:2 Changed 5 years ago by till

  • Description modified (diff)

comment:3 Changed 5 years ago by alec

  • Milestone changed from later to 0.1.1
  • Resolution set to fixed
  • Status changed from new to closed

comment:4 Changed 5 years ago by alec

fixed in [9d1dd1ae]

comment:5 Changed 5 years ago by estadtherr

Changed the original fix slightly. I reverted the TinyMCE JavaScript? code to match the baseline v2.1.3 version, so we're not out of sync with the official release.

The TinyMCE code first tries to import the css file from the themes folder (which I had mistakenly removed), and then imports the css from the "override" location (which I specify in editor.js to be the version in the current skin). I restored the baseline file to the themes folder, and then put our desired overrides in the version that's in the skins folder. This should clean things up nicely.

Note: See TracTickets for help on using tickets.