The Goal:
I would like for CTRL+V to paste a "PasteFromWordNoFontsNoSizes" action without going through the pop-up window when in a non IE browser.
The Code:
When I test your demo product page, I notice that I am able to do the following:
This results in the following:
I would like for CTRL+V to paste a "PasteFromWordNoFontsNoSizes" action without going through the pop-up window when in a non IE browser.
The Code:
<tool name="PasteFromWordNoFontsNoSizes" shortcut="CTRL+V" />When I test your demo product page, I notice that I am able to do the following:
- I can paste using CTRL+V, this doesn't require the pop-up, in all major browsers.
- I can paste both normal, and plain text using the built in browser options by right-click (no pop-up).
- If I use the action menu items in the toolbar, I am forced to use the pop-up.
I'm wondering, since I can paste normally using Chrome/Safari/FF on your demo, can we apply content stripping automatically at this level?
What I have tried:
I tried to only reference the "PasteFromWordNoFontsNoSizes" action in the contextMenu, and not in the toolbar.
<ContextMenu forElement="*"> <tool name="PasteFromWordNoFontsNoSizes" shortcut="CTRL+V" /></ContextMenu>This results in the following:
- Chrome: I cannot paste using CTRL+V at all.
- FireFox: I can paste using CTRL+V, but it's treating it like a normal PASTE action, font formatting is not getting striped.
- IE: I can paste using CTRL+V and it works as anticipated.
Bottom line:
Is there anyway I can allow paste through CTRL+V that will strip formatting like "PasteFromWordNoFontsNoSizes" without using a pop-up to do so?
