Home » HTML » HTML_QuickForm » Bug #69
freeze()d values/elements can still be changed by the user
Details
| Submitted | 2003-10-06 06:52 UTC |
|---|---|
| From | fferreres at ojf dot com |
| Status | Bogus |
| Package | HTML_QuickForm |
| PHP Version | 4.3.3 |
| OS | Gentoo Linux |
| Roadmaps | (Not assigned) |
Comments
[2003-10-06 06:52 UTC] fferreres at ojf dot com
Description:
------------
Any user can change the value of a frozen field by manually changing the var value in the url (if it's a GET) and also a value that is SetConstant (I know this is the intented behaveour, but the documentation is confusing regarding this point).
Expected result:
----------------
The normal behaveour I expected was that after the element if frozen, whatever goes to the process callback is the value that the element had when I chose to froze it.
With SetConstats, I expected it to behave as a real constant, based on the description found in the documentation. Maybe SetFallBacks, or whatever name, or better description is needed.