Opened 14 years ago
Closed 14 years ago
#8381 closed Bug (fixed)
[ASP.NET] RequiredFieldValidator returns wrong result on first submit
Reported by: | Wiktor Walc | Owned by: | Wiktor Walc |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.2 |
Component: | Server : ASP.Net | Version: | 3.6.1 |
Keywords: | Cc: |
Description
This issue was reported in http://cksource.com/forums/viewtopic.php?f=11&t=22997
When using <asp:RequiredFieldValidator>
for the <CKEditor:CKEditorControl>
, then the validator returns an error on first submit, even if user types something in the editor.
After pressing the same button again, the validation returns no errors.
Attachments (3)
Change History (9)
Changed 14 years ago by
Attachment: | validator.aspx added |
---|
comment:1 Changed 14 years ago by
Changed 14 years ago by
Attachment: | 8381.patch added |
---|
comment:2 Changed 14 years ago by
This path not solved this problem to end, but i think it's god way. http://cksource.com/forums/viewtopic.php?f=11&t=16429
Changed 14 years ago by
Attachment: | 8381_2.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Wiktor Walc |
---|---|
Status: | new → review |
comment:4 Changed 14 years ago by
I think that the patch '8381_2.patch' is better and resolves the problem completely.
comment:5 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 14 years ago by
Milestone: | → CKEditor 3.6.2 |
---|---|
Resolution: | → fixed |
Status: | review_passed → closed |
Fixed with [7285].
It looks like an issue known from FCKeditor.Net control, which is even described in docs:
The same trick seems to work with CKEditor. However, it would be much better to save developers time and to find a workaround for this bug.