Media picker and other panels not opening properly
I'm hoping someone can help me problem-solve this one as I don't even know where to start in looking for the solution!
I have Doctype Grid Editor installed and many of my doctypes that are being used in the grid include rich text editors. The problem I am having is that when I click any button in the RTE that should open a panel (like the media picker) nothing happens.
The other odd thing is that I can get the panels to open by clicking first on the button, then somewhere within the RTE area, then somewhere outside of the RTE. (see image below)
Here's some extra info:
There are no console errors when I click on the RTE buttons
This problem is only present in RTE's which are in the DocType Grid Editor panel (see image above), it is not a problem in RTE's which are simply in a page doctype or even within the default Umbraco grid.
Having the same problem with rte in grid components after upgrade to 7.6.6 from7.2.4.
For example, I have a grid component called ThreeColumnsTeaser that contains 3 text fields which are edited via rte - with the angular directive that embeds rte in the grid components:
This used to work fine in 7.2, but now some buttons in the rte are not working anymore (media picker, insert macro, link picker, image and others).
Console shows no errors.
Any ideas?
Media picker and other panels not opening properly
I'm hoping someone can help me problem-solve this one as I don't even know where to start in looking for the solution!
I have Doctype Grid Editor installed and many of my doctypes that are being used in the grid include rich text editors. The problem I am having is that when I click any button in the RTE that should open a panel (like the media picker) nothing happens.
The other odd thing is that I can get the panels to open by clicking first on the button, then somewhere within the RTE area, then somewhere outside of the RTE. (see image below)
Here's some extra info:
Any ideas?? Thanks in advance!
Having the same problem with rte in grid components after upgrade to 7.6.6 from7.2.4. For example, I have a grid component called ThreeColumnsTeaser that contains 3 text fields which are edited via rte - with the angular directive that embeds rte in the grid components:
This used to work fine in 7.2, but now some buttons in the rte are not working anymore (media picker, insert macro, link picker, image and others). Console shows no errors. Any ideas?
I can see that the grid-rte directive has been rewritten and in the new version the picker buttons are not bound to anything:
so they need some binding to dialogService. I've been trying to bind them, but with not much luck yet. Is this a bug? or a feature..?
is working on a reply...