If there's just one editor in your grid, Umbraco will now automatically load it when it renders the edit page in the backoffice.
In my case that means that when I create a new page or edit an existing, the dialog to the right opens up a LeBlender dialog for that one editor in my grid. Exactly as if I had pressed the button to add a editor in the grid.
It seems to be an issue in latest version of LeBlender (1.0.8.4) and Umbraco 7.4.x .. it is especially annoying in the new document type editor as it render the view as preview, so it open the dialog panel there too.
LeBlender dialog opens automatically when there's only one editor in the grid (7.3.0)
Hi,
Looks this change in 7.3.0 http://issues.umbraco.org/issue/U4-5721 has an unpredicted side effect with LeBlender. You can see line 602-604 of the source code here: https://github.com/umbraco/Umbraco-CMS/blob/ffddb8faa02e67cc41628b7cf22d3e6c11193b9d/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js
If there's just one editor in your grid, Umbraco will now automatically load it when it renders the edit page in the backoffice.
In my case that means that when I create a new page or edit an existing, the dialog to the right opens up a LeBlender dialog for that one editor in my grid. Exactly as if I had pressed the button to add a editor in the grid.
Cheers Bjørn
This bug is still here.... :/
It seems to be an issue in latest version of LeBlender (1.0.8.4) and Umbraco 7.4.x .. it is especially annoying in the new document type editor as it render the view as preview, so it open the dialog panel there too.
/Bjarne
Hi Bjarne, do you know a way to avoid this kind of behavior?
It still happens on 7.7.x and LeBlender 1.0.9.2
Just sent a pull request to fix it, but it seems that the plugin is abandoned.
https://github.com/Lecoati/LeBlender/pull/88
is working on a reply...