You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choosing either of the default tabs (Settings or History) from the popup menu will not result in that tab being opened on the first try. Subsequent attempts will work correctly.
This scenario is relevant to only inline editable blocks.
How to reproduce
you need sample project install that has elemental
create a block page and add a content block (can use the out of the box element content)
You should have something like this:
Now choose a specific tab via the popup menu, "Settings" for example.
Expected behaviour:
I can see the Settings tab
Actual behaviour:
I can see the Content tab
Possible Solution
Clicking on the desired tab the second time will result in correct behaviour.
Additional Context
This seems to be a CMS 5 upgrade related regression.
Validations
Check that there isn't already an issue that reports the same bug
Double check that your reproduction steps work in a fresh installation of silverstripe/installer (with any code examples you've provided)
The text was updated successfully, but these errors were encountered:
Module version(s) affected
5.2.4
Description
Choosing either of the default tabs (Settings or History) from the popup menu will not result in that tab being opened on the first try. Subsequent attempts will work correctly.
This scenario is relevant to only inline editable blocks.
How to reproduce
You should have something like this:
Now choose a specific tab via the popup menu, "Settings" for example.
Expected behaviour:
I can see the Settings tab
Actual behaviour:
I can see the Content tab
Possible Solution
Clicking on the desired tab the second time will result in correct behaviour.
Additional Context
This seems to be a CMS 5 upgrade related regression.
Validations
silverstripe/installer
(with any code examples you've provided)The text was updated successfully, but these errors were encountered: