Loading...
 
Skip to main content

PluginTracker input word count limit for text area not working

Status
Closed
Subject
PluginTracker input word count limit for text area not working
Version
12.x Regression
Category
  • Regression
Feature
Trackers
Wiki Plugin (extends basic syntax)
Resolution status
Fixed or Solved
Submitted by
lindon
Volunteered to solve
manivannans
Lastmod by
Xavier de Pedro
Rating
(2)
Description

The word count limit option for the text area field is not working on the input form when inserting new tracker item using PluginTracker.

It appears the problem is that the onkeyup attribute of the textarea HTML element is empty as follows:

Copy to clipboard
<textarea id="area_52d52c549d722" name="ins_1" cols="50" rows="15" onkeyup class="wikiedit"></textarea>


In Tiki11 it works and the textarea element and onkeyup attribute look like this:

Copy to clipboard
<textarea id="area_52d52c549d722" name="ins_1" cols="50" rows="15" onkeyup="wordCount(5, this, 'cpt_1', 'Word Limit Exceeded')" class="wikiedit"></textarea>

Solution

I had fixed this issue.

Please check this commit id: 49485


-

Checked and but still present for me, using r49487. See comments.


Fix in r49519 confirmed. great, thanks!

Importance
6
Easy to solve?
8
Priority
48
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5096
Created
Tuesday 14 January, 2014 12:27:35 UTC
by lindon
LastModif
Thursday 23 January, 2014 11:26:13 UTC


Show PHP error messages