Opened 16 years ago
Closed 16 years ago
#4249 closed Bug (wontfix)
field.defaultValue is set
Reported by: | Ken | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.4 |
Keywords: | CantFix | Cc: |
Description
My application compares a fields defaultValue against its value to determine if the content of a field has been changed. Unfortunately during the submission process FCK appears to improperly set a field's defaultValue to it's value.
I have setup a quick example to illustrate this problem here:
http://dev.smallboxsoftware.net/fck/
Enter some content into the FCK and submit.
Ideally a fields defaultValue property would remain set to its defaultValue.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Keywords: | CantFix added; defaultValue removed |
---|---|
Milestone: | FCKeditor.Java 2.6 |
Resolution: | → wontfix |
Status: | new → closed |
That's an old bug in Firefox, but they don't plan to change the behavior, and it seems that Safari has copied it: https://bugzilla.mozilla.org/show_bug.cgi?id=205618
Note, this bug occurs in Firefox 3.5 and Safari 4, but does not seem to occur in IE8