Opened 13 years ago
Last modified 13 years ago
#8936 confirmed Bug
CKEditor does not handle some properties of ASP.NET TextBox Control
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | 3.0 |
Keywords: | Cc: |
Description
Some properties of ASP.NET TextBox Control is not supported by CKEditor Control. For example many users claim that MaxLength property is not working but this is because it is not supported by CKEditor Control.
In Visual Studio in "Properties" window when using "Categorized" view the only supported options are those mentioned in CKEditor Basic Settings and CKEditor Other Settings.
If user uses "Alphabetical" view then there is no category and users may get false impression that all properties are supported which is not true.
Possible solutions:
- Hide unsupported properties
- Make unsupported properties disabled (just like TextMode property)
- Make them work for CKEditor control.