Ticket #1485060 (closed Patches: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.
