diff --git a/firefox-1.5-pango-cursor-position-more.patch b/firefox-1.5-pango-cursor-position-more.patch index 108e432..ef5b967 100644 --- a/firefox-1.5-pango-cursor-position-more.patch +++ b/firefox-1.5-pango-cursor-position-more.patch @@ -10,7 +10,7 @@ diff -pruN -x '.moz*' -x .deps -x 'firefox*' -x '*.mk' -x 'config*' -x dist -x b - // no need to re-measure when at the end of the last-in-flow - } + if (hitLength > 0) -+ inRendContext->GetRangeWidth(paintBuffer.mBuffer, mContentLength, 0, hitLength, (PRUint32&)width); ++ inRendContext->GetRangeWidth(paintBuffer.mBuffer, textLength, 0, hitLength, (PRUint32&)width); else - inRendContext->GetWidth(paintBuffer.mBuffer, hitLength, width); + width = 0; diff --git a/thunderbird.spec b/thunderbird.spec index f5ae70f..fbde1e0 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -8,7 +8,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 1.5.0.9 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPL Group: Applications/Internet @@ -275,6 +275,10 @@ update-desktop-database %{_datadir}/applications #=============================================================================== %changelog +* Tue Jan 30 2007 Christopher Aillon 1.5.0.9-7 +- Updated cursor position patch from tagoh to fix issue with "jumping" + cursor when in a textfield with tabs. + * Tue Jan 30 2007 Christopher Aillon 1.5.0.9-6 - Fix the DND implementation to not grab, so it works with new GTK+.