kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

"maxlength" attribute should be recognized in text areas #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The "maxlength" attribute of <textarea> elements is currently not recognized.

Which steps will reproduce the problem?
1. Open the test case
2. Try to type more than three characters into the text area

What is the expected output? What do you see instead?
The input should be limited to three characters but isn't.

Which version of the product are you using? Which compiler version are you 
using? On which operating system?
r427, Delphi XE, Windows 7

Sebastian

Original issue reported on code.google.com by sebastia...@gmail.com on 25 Jul 2013 at 7:49

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by OrphanCat on 25 Jul 2013 at 5:50

GoogleCodeExporter commented 9 years ago
U have gone ahead and done an implementation of maxlength for TextArea.

See:
https://github.com/JPeterMugaas/HtmlViewer/tree/HtmlViewer11

This is from my HtmlViewer11 branch.

Original comment by jpmug...@suddenlink.net on 29 Jul 2013 at 9:21

GoogleCodeExporter commented 9 years ago
r429 adds this feature.

Original comment by OrphanCat on 30 Jul 2013 at 6:43

GoogleCodeExporter commented 9 years ago
Works for me. Thanks!

Sebastian

Original comment by sebastia...@gmail.com on 31 Jul 2013 at 7:16