kooloveme / thtmlviewer

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

Form fields should inherit their disabled state from their containing element #269

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Form elements without "disabled" attribute should inherit the setting from the 
containing element.[1]

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

What is the expected output? What do you see instead?
All form elements within the <fieldset> should be disabled but they aren'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

[1] 
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#Attributes

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

Attachments:

GoogleCodeExporter commented 9 years ago

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