-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
The tools are in a panel with "deferredRender: false" config, which can lead to some layout or rendering problems.
As a workaround, we should provide a way for tools to know if they have been focused (at least once) or not.
- blocks
-
REPOSITORY-283 Bug when both the JCR view and Ametys view tools are opened
-
- Closed
-
It's a little bit tricky:
on statup you may have "setParams" if you are invisible
on open "setParams / focus"
you can have "setParams" alone
and you can have "focus" alone
Since all factories will be set in autoRefresh (except a few); it would be smarter to do "outOfDate" on a setParams : if you are visible you will see "refresh" called automatically. Can you test this scheme? If it is allright we will close this ticket and open a ticket to make the ContentTool the right way, and makes a list of tools that needs the same