In the port from fieldsets to details elements, one reference to fieldset was not updated to details.
STR.
- Create a custom block
- Set the Chrome developer tools to stop on any exception under the Sources tab
- Try to place the custom block
- Your browser should get caught on an exception in vertical-tabs.js
Here's a screenshot of the Developer Tools stopped on the exception where settings.fieldset
is undefined.
And call in the stack right before that that passes an object with the key details
instead of fieldset
.
Changing settings.fieldset
to settings.details
should fix this.
Attachment | Size | Status | Test result | Operations |
---|---|---|---|---|
Screenshot_4_15_13_4_01_PM.png | 252.1 KB | Ignored | None | None |
Screenshot_4_15_13_4_02_PM-2.png | 41.36 KB | Ignored | None | None |