From 7bbd2e227416d34fc123713c1d133ae39a8deed6 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Sun, 2 Dec 2007 22:30:53 +0000 Subject: [PATCH] Bug 389983 - "Enable spellchecking in the summary field" [p=reed r+a=justdave] git-svn-id: svn://10.0.0.236/trunk@240255 18797224-902f-48f8-a5cc-f745e15eee43 --- .../template/en/default/bug/create/create-guided.html.tmpl | 2 +- .../template/en/default/bug/create/create.html.tmpl | 2 +- .../bugzilla/template/en/default/bug/edit.html.tmpl | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl index 6953c84efbe..70165898223 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/create/create-guided.html.tmpl @@ -316,7 +316,7 @@ function PutDescription() { + maxlength="255" spellcheck="true">

A sentence which summarises the problem. Please be descriptive and use lots of keywords. diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl index cfe27707894..8bc4ab4655c 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl @@ -435,7 +435,7 @@ function handleWantsAttachment(wants_attachment) { Summary: + maxlength="255" spellcheck="true">   diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl index e2ce068e41f..1f20cdb525f 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl @@ -157,7 +157,7 @@ : [% PROCESS input inputname => "short_desc" size => "60" colspan => 2 - maxlength => 255 %] + maxlength => 255 spellcheck => "true" %] @@ -850,7 +850,8 @@ + [% " onfocus=\"$onfocus\"" IF onfocus %] + [% " spellcheck=\"$spellcheck\"" IF spellcheck %]> [% ELSE %] @@ -868,6 +869,7 @@ [% size = 0 %] [% value = undef %] [% onfocus = undef %] + [% spellcheck = undef %] [% END %] [%############################################################################%]