d.kirkham
d.kirkham
I've just reassessed the UI issues described above with 3.0rc3 to see which have been addressed with the page editor updates and which are still causing issues. I fully appreciate...
Thanks @thibaudcolas, and apologies for the tardy response - I was travelling in a very remote area with little connectivity most of the last month. The new editor UI is...
I've also identified this same issue, with a Wagtail application which has a Page that includes some Orderables which have a ParentalKey relation back to the Page model. The Page...
Hi @thibaudcolas, I had to go back to my original code, and I can see in one of the earliest commits in that project I have `MultiFieldPanel`s with `help_text` parameters....
I haven’t checked the code @lb-, but I presume the `help_text` from each `Field` is passed to `help_text` in the corresponding `FieldPanel`, so most of the current functionality would need...
Thanks @thibaudcolas, I could have a go preparing a PR along these lines if you like.
@thibaudcolas no worries, looks like the changes were much more comprehensive than I had in mind. I'll give the changes a test in my own project when I get a...
I've now upgraded to Wagtail 4.1 to see how these layout issues are going. ### 1. Comments Toggle overlaying Editor Panel tabs Mostly fixed before 4.1, however positioning of the...
Happy to see this as an enhancement request, @laymonage. I think having `__` as the lookup separator consistently across the API is a desirable outcome, and clearly the Django team...
@gasman, @laymonage, I have several edit_handlers with a TabbedInterface; when upgrading to 4.1 I found that I still had to have the settings_panels in the TabbedInterface construct, or else both...