kooloveme / thtmlviewer

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

"placeholder" attribute should be recognized #261

Closed GoogleCodeExporter closed 9 years ago

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

Which steps will reproduce the problem?
Open the test case.

What is the expected output? What do you see instead?
The word "Placeholder" should be displayed within the text input field as well 
as the text area.

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:32

Attachments:

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
J. Peter Mugaas seems to have added support for this in his fork:

https://github.com/JPeterMugaas/HtmlViewer/commit/59552c6a457d055f0bb2fafb28b5bc
444ab99d2c.

Sebastian

Original comment by sebastia...@gmail.com on 29 Jul 2013 at 9:44

GoogleCodeExporter commented 9 years ago
r429 introduces the placeholder attribute (resp. TextHint property) for 
ThtEdit, ThtMemo and ThtComboBox for all Delphi versions.

Original comment by OrphanCat on 30 Jul 2013 at 7:03

GoogleCodeExporter commented 9 years ago
Works for me. Thanks!

Sebastian

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