in WYSIWYG and IE I cant add image

Found a bug? Tell us!!
Post Reply
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

in WYSIWYG and IE I cant add image

Post by Chief »

Hi, In WYSIWYG and in Internet Explorer when I cut and paste a selected text on another website where I have some images its transfert the text but the link for the image is wrong

In Firefox when I do same thing the path for the image is good.

In IE its my website path in front of the original url.

Thx!
Last edited by Chief on Fri Aug 11, 2006 4:55 am, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: in WYSIWYG and IE I cant add image

Post by garvinhicking »

Hi!

Sadly the WYSIWYG editor tries to rewrite links from relative ones to absoulte ones, and for external servers often screws up. This is an IE+htmlarea problem, because the IE has its own WYSIWYG control. It messes upt he links internally, and its problematic to "fix" them after the mess...

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

Post by Chief »

Is there a way to tweak that ? why its work with Firefox ?

I have also a little bug in my entry when I add Extended text

Wehn I cut and paste the texte I have correct formating with space and empty line on each paragraph

Image

When I save I lost the formating text and its show like this.

Image

What is the best way to make Cut and Paste correctly ?? Did I have to change Editor ?

I want it easy to do for my helper on the site... I can manage pics problem but they cant :wink:
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

The lost paragraph formatting is probably a theme feature. Does it do the same thing in the default theme?
Judebert
---
Website | Wishlist | PayPal
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

Post by Chief »

Yes ... samething in the theme I have checked ... I have not all theme in my site but the Default and Competition theme do the same.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

You can add in your style.css this code:

Code: Select all

.serendipity_entry p {
 margin-bottom: 15px;
}
Which will add the missing margin in your theme(s).

About the IE problem: It might be fixed, but it involves a LOT of regular expression humpty-dumpty and is real painful. It works in Firefox, because its methods that provide a graphical HTML editor are completely different than what IE offers.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Chief
Regular
Posts: 69
Joined: Sun Jul 23, 2006 3:08 am

Post by Chief »

Thx .. its work for spacing... for Wysiwyg, is there a better one available ? compatible with IE ?
Post Reply