Matthimatiker / MolComponents

Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.
Other
2 stars 0 forks source link

Fix captcha ID rendering #64

Closed Matthimatiker closed 11 years ago

Matthimatiker commented 11 years ago

Even if captcha elements get different IDs clashes occur (related to #63). These clashes are caused by the element rendering that assigns the same ID to different parts of the captcha (hidden field, text field).

As of now the following problems have been detected:

An additional Captcha_Word decorator should be able to fix this problem, although this not an elegant way to address these issues.

Matthimatiker commented 11 years ago

Created decorator Mol_Form_Decorator_Captcha_Word which should fix the mentioned rendering issues.