Changes

Jump to: navigation, search

User:AaronMT

876 bytes added, 20:25, 6 October 2008
m
Bug Fixing with Mozilla Thunderbird 3.0b1pre
</pre>
*Next, I tested the bug** Notice the mishandling of proper hyper linking. The text that <u>is</u> hyper linked should not be.
[[Image:Tbshredderbug.png‎ ]]
*Next, I submitted a bug on Bugzilla
** [https://landfill.bugzilla.org/bugzilla-3.0-branch/show_bug.cgi?id=6817 Bug #6817]
*Following that, I began to scour for the cause of this bug looking through the hinted '''mozilla/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp'''and found the line, [http://mxr.mozilla.org/mozilla-central/source/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp#197 #197], with the following condition<pre>if (inString.FindChar('.', pos) != kNotFound) // if we have a '.' after the @ sign....</pre> *For this function to perform properly, the line needs to be changed to <pre>if ((inString.FindChar('.', pos) != kNotFound) && (inString.Find("..",0)==kNotFound))</pre> *Next, I submitted created a bug on Bugzillapatch for the solution by executing the following <pre>hg diff -p -U 8 > patch.txt</pre> * The contents of the patch containing the solution to the problem can be found here, [https://landfill.bugzilla.org/bugzilla-3.0-branch/show_bugattachment.cgi?id=6817 980 Bug #6817- Patch]
== Bugs ==
1
edit

Navigation menu