[Webkit-unassigned] [Bug 13146] New: REGRESSION - new lines in javascript results in bookmarks are stripped out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 12:50:37 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13146

           Summary: REGRESSION - new lines in javascript results in
                    bookmarks are stripped out
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: javascript:location.href='mailto:?SUBJECT='+document.tit
                    le+%20'&BODY='+document.title+'%5Cn%3C'+escape(location.
                    href)+'%3E'
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gibbonsb at mac.com


I have a bookmark on my Safari bookmark bar with the javascript in the bug
report's URL in the URL of the bookmark. When I click this bookmark button it
gets the page title and the URL and creates a new mail message with the page's
title in the Subject: header, and the title and page's URL in the body of the
mail message.

For example, if I click the bookmark button on this bug report page in the
latest production version of Safari, it results in the following email in
Mail.app:

Mail Header:
Subject: Enter Bug: WebKit

Body:
Enter Bug: WebKit
<http://bugs.webkit.org/enter_bug.cgi>

In recent (last 3 weeks at least) Nightly Builds of the Webkit.app, however,
the new line is being stripped out of the resulting text string, so that the
body looks like this:

Enter Bug: WebKit<http://bugs.webkit.org/enter_bug.cgi>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list