Enable context menu in RTE #13724
Replies: 12 comments
-
What was in the context menu? And why? 😄 What are your editors going to gain from this? And is it possible to update tinyMceConfig.config to make this happen? |
Beta Was this translation helpful? Give feedback.
-
This is what it looked like in v6 When you select something and right click, you get the option to add or remove a link. Tables are easier to manage with the context menu, where you can merge cells/rows, and do other stuff. Also, have a look at TinyMCEs context menu documentation, with examples for image editing (set sizes, alt text etc.), table settings (merge, size etc.), links (edit) This is how the prevalue editor was in v6, notice the "enable context menu" option: You could even add a checkboxlist for selecting context menu options. |
Beta Was this translation helpful? Give feedback.
-
I agree with this. As I remember the current TinyMCE in Umbraco based on v4.x.x however has the simple popover when clicking a table cell. The right-click context menu has a fewer additional actions, e.g. adjust cell and row properties. Cell and row properties can also be accessed in Umbraco now, but you first have to place cursor in the cell and use "Table" in the toolbar. It is just easier to right-click in my opinion :) |
Beta Was this translation helpful? Give feedback.
-
As far as I can tell this is coming from the Context Menu plugin? Maybe you two can play with that for a bit and see if it can work right now? https://www.tiny.cloud/docs-4x/plugins/contextmenu/#contextmenu |
Beta Was this translation helpful? Give feedback.
-
So, the context menu "just works" I'm thinking we need to be able to configure this, and not just rely on a (probably good) standard config from Umbraco. I would suggest that the toolbar setting had a matrix like this (also would fix #6386) Then the implementer can decide which tools are needed in which situations. Also the context menu is then enabled by simply adding commands to it. What do you think? |
Beta Was this translation helpful? Give feedback.
-
The first reaction we'll always have to "let's add more configuration options" is going to be: "uh oh, something else must be wrong". 😊 I'll discuss at HQ and get back to you on the related issue (#6386). |
Beta Was this translation helpful? Give feedback.
-
I know, that's why I asked 😂 |
Beta Was this translation helpful? Give feedback.
-
Hiya @skttl, Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more. We will close this issue for now but we're happy to open it up again if you think it's still relevant (for example: it's a feature request that's not yet implemented, or it's a bug that's not yet been fixed). To open it this issue up again, you can write For example:
This will reopen the issue in the next few hours. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Beta Was this translation helpful? Give feedback.
-
@umbrabot still relevant :) |
Beta Was this translation helpful? Give feedback.
-
Hiya @skttl, Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more. We will close this issue for now but we're happy to open it up again if you think it's still relevant (for example: it's a feature request that's not yet implemented, or it's a bug that's not yet been fixed). To open it this issue up again, you can write For example:
This will reopen the issue in the next few hours. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Beta Was this translation helpful? Give feedback.
-
@umbrabot still relevant |
Beta Was this translation helpful? Give feedback.
-
As this is a feature request, I am moving it to the discussions board 😁 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I remember earlier versions where the RTE had its own context menu. I would like to have that one back, it makes things easier especially when working with tables, and other embedded things.
Maybe even make the options in the context menu configurable in the prevalue editor.
Beta Was this translation helpful? Give feedback.
All reactions