Ticket #1485060 (closed Patches: fixed)

Opened 7 months ago

Last modified 3 months ago

Set spellcheck attributes on form elements as appropriate

Reported by: jeblair Owned by:
Priority: 5 Milestone: 0.2-beta
Component: User Interface Version: 0.1.1
Severity: normal Keywords:
Cc:

Description

Firefox does client side spell checking by default on textareas. This function can be controlled using an HTML attribute (spellcheck="true" / spellcheck="false") as described at:

http://developer.mozilla.org/en/docs/Controlling_spell_checking_in_HTML_forms

I'm attaching a patch that explicitly turns client-side spellcheck on for the Subject field in the compose window, as well as the TinyMCE editor. It also turns it off for the CC list and similar fields.

Attachments

spellcheck.diff (1.3 kB) - added by jeblair 7 months ago.
Set spellcheck attribute as appropriate

Change History

Changed 7 months ago by jeblair

Set spellcheck attribute as appropriate

Changed 7 months ago by alec

  • milestone changed from later to 0.1.2

Changed 4 months ago by thomasb

  • milestone changed from 0.2-beta to later

Changed 3 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • component changed from Client Scripts to User Interface
  • milestone changed from later to 0.2-beta

Applied in r1806.

Note: See TracTickets for help on using tickets.