Actions
Bug #5420
closedautocomplete breaking profile edit
Start date:
28 July 2015
Due date:
% Done:
100%
Estimated time:
Description
If autocomplete is used in a browser it's triggering in profile edit resulting in field values being lost by mistake or for example a username change when there shouldn't be a username change (e.g. moderator editing a user). All edit fields should have autocomplete="false" as no edit display should autocomplete (only registration should).
Updated by beat almost 10 years ago
- Target version changed from CB 2.0.11 to CB 2.0.12
Updated by krileon almost 10 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
CB 2.0.12) - % Done changed from 0 to 100
This will be implemented on field class refactor to allow toggling this on/off as needed. Browsers that this issue is present in are ignoring autocomplete="off" anyway so it doesn't solve it for them.
Actions