#634 - CPF editing confusion
| Identifier | #634 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | CPF editing confusion |
| Status | Completed |
| Handling member | Chris Graham |
| Version | 8.1.1 |
| Addon | General / Uncategorised |
| Description | Composr bundles various CPFs, some of which are only used if certain addons are installed.
For example, there are many CPFs relating to payment settings which will only be there if the eCommerce addon is installed. This architecture is used because we sometimes need CPFs across multiple optional addons that should disappear if none of those optional addons are installed. Anyway, this causes gaps when choosing CPFs to edit, which is confusing and breaks pagination and re-ordering. |
| Steps to reproduce | |
| Additional information | Affects: People with some addons uninstalled |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
This does not happen on my test machine, it might depend on download speed.
There IS a bug - the sort form is nested inside the re-orderer form. That is invalid.
Perhaps depending on download speed, the browser decides how the nested forms are going to be handled, in the context of it having to do make best of it.
That seems very odd. But the mime-types and doctypes are the same on two sites with entirely different behaviours so I have no other explanation.
Regardless - the forms should not be nested and unnesting them should fix it.