Safari/Autorenoberfläche/URL

Found a bug? Tell us!!
Post Reply
Guest

Safari/Autorenoberfläche/URL

Post by Guest »

Hallo,
mit Safari 1.2.4 funktioniert der URL-Button in Safari nicht korrekt.

Wenn man eine URL eintragen will, wird man nur nach der URL gefragt, nicht aber nach dem beschreibenden Text.

Stattdessen wird der Text, der schon im Eingabefeld ist, als beschreibender Text und nach dem schließenden a-tag eingefügt. Das sieht dann so aus:

Vorher:

Code: Select all

Hallo
Nachher:

Code: Select all

Hallo
<a href="http://www.s9y.org/">Hallo
</a>Hallo
Liebe Grüße,
Harald[/code]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Safari/Autorenoberfläche/URL

Post by garvinhicking »

Hm, we actually don't have any Safari-Users in our team, so most of our JS-code is adapter to Mozilla (or even Internet Explorer). If only Safari used the Gecko engine :(

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/
Guest

Post by Guest »

ahh..the sweet horror of javascript platform quirks.

Have a look here:

http://www.quirksmode.org/js/selected.html

Safari wants window.getSelection, is different to both IE and FFX.

There is a sample getSel function on the page as well.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Thanks for the URL! I will look into that and fix it :)

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/
Xanthouos
Regular
Posts: 115
Joined: Wed Mar 02, 2005 6:59 pm
Contact:

safari fix?

Post by Xanthouos »

So, did you get around to any safari fix/patch?
:idea:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: safari fix?

Post by garvinhicking »

It was a bit too hard for me to get around without having Safari/Mac to test it on, so sadly it did not get fixed. But maybe Safari got fixed meantime? :)

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/
Scytale
Posts: 4
Joined: Thu Apr 21, 2005 2:40 am
Contact:

Post by Scytale »

Maybe you can test it on Konqueror (try a Knoppix LiveCD), because Safari and Konqueror share some codebase.

Hm. Just tried it with mine and after typing the URL into the dialog box, nothing happens at all...
Post Reply