LB (Ben Johnston)
LB (Ben Johnston)
Issue updated
Hi @jake-kent / @gone - thanks for working through these discussion items on the PR. We are doing a bit of clean up and marking all WIP PRs as a...
@Dolidodzik do you mind updating the branch for this PR then - it still has many tests that are failing
Have flagged in core team chat - would be good to get someone to take a look with experience on caching.
Where does the existing `TabbedInterface` fit into this?
Another potential option - assuming we don't get any direction on RFC 78 for some time. `initTabs` - when called - sets up a global event listener. So that anyone...
Thanks @zerolab - I have a fix for that issue up https://github.com/wagtail/wagtail/pull/8794
@yakovyarmo please can you try to update your description to align with the bug template and include some basics such as versions of browser and Wagtail. In its current state...
We should explore CSS isolation instead of z-index so that we don't create a z-index mess. https://developer.mozilla.org/en-US/docs/Web/CSS/isolation https://www.smashingmagazine.com/2022/05/lesser-known-underused-css-features-2022/#creating-stacking-context-with-isolate https://caniuse.com/?search=isolation
Note that this line was probably intended to do the same thing (for create page only) and very likely no longer works https://github.com/wagtail/wagtail/blob/1297b930e54ec3d7255a5f56e3b5cb85724a4439/wagtail/admin/templates/wagtailadmin/pages/create.html#L94 This is due to the focus being...