PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #69

freeze()d values/elements can still be changed by the user

Details

Submitted2003-10-06 06:52 UTC
Fromfferreres at ojf dot com
StatusBogus
PackageHTML_QuickForm
PHP Version4.3.3
OSGentoo 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.