[Webkit-unassigned] [Bug 12651] REGRESSION: With TOT Webkit installed, can't display signatures panel in Tiger Mail (Version 2.1)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 7 06:14:10 PST 2007


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





------- Comment #3 from ddkilzer at webkit.org  2007-02-07 06:14 PDT -------
This bug occurs even if no signatures are defined, so I don't think this has
anything to do with signatures that were created with an older version of
WebKit.  Opening a .webarchive signature file created with Mail+shipping-WebKit
in Safari+ToT-WebKit works fine.  The only thing that I can find wrong with the
.webarchive signature file is its invalid use of the BODY tag:

<span class="Apple-style-span" style="border-collapse: separate;
border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica;
font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: normal; text-align: auto;
-khtml-text-decorations-in-effect: none; text-indent: 0px;
-apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space:
normal; widows: 2; word-spacing: 0px; "><BODY style="word-wrap: break-word;
-khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV>David D.
Kilzer</DIV><DIV>ddkilzer at webkit.org</DIV><DIV><BR
class="khtml-block-placeholder"></DIV></BODY><br
class="Apple-interchange-newline"></span>

Furthermore, the only WebKit method in the stack when the exception is thrown
is WebView initiWithCoder: on this line in WebView.mm:

    result = [super initWithCoder:decoder];

This leads me to believe that the decoder passed into the method is somehow
different on WebKit ToT than on shipping WebKit, although I'm not sure how it
would differ.


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