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
- 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 on
keyup 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>Note''Please note that I was not able to run the show.tiki.org instance due to Composer not having been run. Here was the error message when clicking on http://lindon-10302-5096.show.tikiwiki.org
:
Your Tiki is not completely installed because Composer has not been run to fetch package dependencies. You need to run 'sh setup.sh' from the command line. See http://dev.tiki.org/Composer
for details. - 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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 5096
- Created
- Tuesday 14 January, 2014 12:27:35 UTC
by lindon - LastModif
- Thursday 23 January, 2014 11:26:13 UTC