Stripes

Enable pass-through of HTML 5 spellcheck attribute on s:textarea

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: Release 1.5.3
  • Fix Version/s: None
  • Component/s: Tag Library
  • Labels:
    None

Description

The HTML 5 attribute:

spellcheck="false"

is not supported in <s:textarea>

Activity

Hide
Frederic Daoud added a comment - 12/Jul/10 7:36 PM

In the meantime, you can use the dynamic attribute version of the tag library:

<%@ taglib prefix="s-dyn"
uri="http://stripes.sourceforge.net/stripes-dynattr.tld" %>

<s-dyn:textarea spellcheck="false"/>

Show
Frederic Daoud added a comment - 12/Jul/10 7:36 PM In the meantime, you can use the dynamic attribute version of the tag library: <%@ taglib prefix="s-dyn" uri="http://stripes.sourceforge.net/stripes-dynattr.tld" %> <s-dyn:textarea spellcheck="false"/>
Hide
Erik added a comment - 15/Jul/10 5:42 PM

Cool, I will try that, thanks

Show
Erik added a comment - 15/Jul/10 5:42 PM Cool, I will try that, thanks

People

  • Assignee:
    Unassigned
    Reporter:
    Erik
Vote (0)
Watch (0)

Dates

  • Created:
    12/Jul/10 5:13 PM
    Updated:
    15/Jul/10 5:42 PM