If you use the Grid in your doctype for Nested Content, the "Reorder" action for the Grid can break into previous fields (not sure if that is a Grid bug or Nested Content bug).
However, I found that it could be fixed with the following CSS:
The problem is actually with the "Reorder" text of the Grid, rather than Nested Content, but is only apparent with Nested Content (haven't seen this issue with other packages yet).
Maybe I will try it with some other similar packages (Archetype etc) and see if there is reason to pull-request to Core a more generic fix. Otherwise I will look into a pull-request for Nested Content!
Grid reorder clashes with previous fields
If you use the Grid in your doctype for Nested Content, the "Reorder" action for the Grid can break into previous fields (not sure if that is a Grid bug or Nested Content bug).
However, I found that it could be fixed with the following CSS:
I have:
Don't know if this is useful for anyone else?
Hi Karl,
Thanks for posting a fix for this. I haven't experienced this myself, but it's good to know.
I'm not sure which side of the fence this issue lies on, but if it is a Nested Content concern, feel free to send a pull-request with this fix.
Cheers,
- Lee
Hi Lee,
I am not sure where the issue belongs either...
The problem is actually with the "Reorder" text of the Grid, rather than Nested Content, but is only apparent with Nested Content (haven't seen this issue with other packages yet).
Maybe I will try it with some other similar packages (Archetype etc) and see if there is reason to pull-request to Core a more generic fix. Otherwise I will look into a pull-request for Nested Content!
:)
is working on a reply...