After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 83786 - Galeon cuts off complete string after the first German umlaut in a JavaScript alert window
Galeon cuts off complete string after the first German umlaut in a JavaScript...
Status: RESOLVED DUPLICATE of bug 62260
Product: galeon
Classification: Deprecated
Component: general
1.2.3
Other Linux
: Normal minor
: ---
Assigned To: galeon-maint
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2002-06-01 10:19 UTC by Christoph
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christoph 2002-06-01 10:19:58 UTC
If you create an empty HTML file just containing a valid JavaScript command
to pop up an alert window and display any of the German umlauts "ä", "ö",
"ü" or "ß" (respectively "ä", "ö", "ü", "ß"), for
example the following code:

<html>
<head>
<script language="JavaScript">
<!--
alert("beginningööööäääääüüüßßßßend");
//-->
</script>
<body></body>
</html>

then Galeon will cut off the whole string after the first umlaut.
In this case, only "beginning" will be displayed in the alert box.

I do not know if this is a Galeon bug or a bug concerning the Gnome
component responsible for creating the alert box, but it would be nice to
have it fixed somehow.
Comment 1 Yanko Kaneti 2002-06-01 16:58:53 UTC

*** This bug has been marked as a duplicate of 62260 ***