Hi Victor, we had this issue with IE9 and it was cause by <html>-tags in conditional comments.
OT is adding an onclick event for opening the context menu to the last opening <html> tag. If you have the <html> tags written in conditional comments it adds the onclick event to a html tag, which is not used by your browser because of these comments. We implemented a solution with rendertags to solve this problem: <!DOCTYPE html> <reddot:cms> <if> <query valuea="Context:CurrentRenderMode" operator="==" valueb="Int:1"> <htmltext> <html lang="de"> </htmltext> </query> <query type="else"> <htmltext> <!--[if i]><![endif]--> <!--[if lt IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie10 lt-ie9"> <![endif]--> <!--[if IE 9]> <html class="no-js lt-ie10 ie9"> <![endif]--> <!--[if gt IE 9]> <!--><html lang="de" class="no-js gt-ie10"><!-- <![endif]--> </htmltext> </query> </if> </reddot:cms> <head> Perhaps this helps you to solve the problem. Kind regards, Anika Am Freitag, 26. Februar 2016 08:23:22 UTC+1 schrieb Victor: > > We upgrade the CMS from V11.1 to V11.2.2 (sevice Pack 2), in order to > support the users to use the IE 11. It seems working ok with the IE 11 but > for some pages the SmartEdit > Right‑click: Shortcut Menu is not working > (most of the pages are ok though). It maybe something to do with the > particular page, but I cannot see the difference. > > > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to reddot-cms-users+unsubscr...@googlegroups.com. To post to this group, send email to reddot-cms-users@googlegroups.com. Visit this group at https://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/d/optout.