External-link graphic does not go with tinymce

ctham - May 18, 2006 - 11:43
Project:Antique Modern
Version:4.7.x-1.1
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

The theme has problem working with TINYMCE. It is unable to display the icons text body correct.

AttachmentSize
ScreenShot001.jpg100.3 KB

#1

netbjarne - June 5, 2006 - 13:28

I second that. Same problem here, using drupal 4.7.2 and latest tinymce code (as of june the 5. 2006)

#2

alliax - June 11, 2006 - 20:32

it is because of some lousy css setting to make external urls have a brown graphic on the right, but if you can remove that in CSS of style.css then you're fine, tinymce works fine.

#3

dalin - July 20, 2006 - 20:15

My solution was to restrict the icon to only a elements that are descendents of a p element:

p a[target]:after {
    content: url(images/externalpage.gif);
  }

#4

inactivist - July 20, 2006 - 22:42
Title:problem with TINYMCE» Empty borders on right and left of editor area...

It's interesting that tinyMCE has the same issue in Antique Modern as it does in Andreas_01 theme. On my site which is using Andreas_01 theme, tinyMCE has huge gray borders to left and right of the editor area. (See attached screen capture).

I assume it's due to some wonky CSS either in the theme or in tinyMCE integration. Does anyone know how to eliminate this if it's due to the theme's CSS ?

Yes, I realize that I'm not really asking an 'antique modern' them question, just wondering if anyone has seen and/or resolved this issue.

Regards,

Mike

AttachmentSize
andreas_01-tinymce-borders.jpg36.31 KB

#5

Lappie - October 27, 2006 - 13:48
Title:Empty borders on right and left of editor area...» External-link graphic does not go with tinymce

Let's keep this issue on topic! The white bars also show up in other themes so this is not something particular to antique-modern.

The solution proposed in the third update works. Also see http://drupal.org/node/66001.

#6

merlinofchaos - December 24, 2006 - 18:22
Status:active» fixed

I've applied #3 to 1.1.

#7

Anonymous - January 7, 2007 - 18:30
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.