Ziv Grosu Posted November 4, 2020 Share Posted November 4, 2020 (edited) Hello guys, There is a problem with the menu manager while we are trying to "edit" the dropdown menu it's redirecting to a blank page. It is not only with Hebrew language, it's associated with all the LTR Languages. Try it yourself in your community if you use RTL theme, go to AdminCP and set theme to "Right to Left". Then go to AdminCP > System > Menu Manager (app=core&module=applications&controller=menu) > Try edit dropdown menu. while using in English LTR support it will swipe left with the settings. In RTL support it will swipe a blank page, maybe it's an issue with the RTL CSS? @Rikki (something with "right: px / left: 0px" ? something with the cMenuManager used to be edited but I couldn't find the attribute of that in CSS. Edited November 4, 2020 by Ziv Grosu Link to comment Share on other sites More sharing options...
Nathan Explosion Posted November 4, 2020 Share Posted November 4, 2020 If you can reproduce this easily, and on a default theme, then log a support ticket to submit this as a bug. Link to comment Share on other sites More sharing options...
Ziv Grosu Posted November 4, 2020 Author Share Posted November 4, 2020 in LTR the code is: <div class="cMenuManager_dropdown ipsHide" data-manager="dropdown" style="display: block;left: -50%;"> then in RTL it has to be the same or right: -50%; Link to comment Share on other sites More sharing options...
Recommended Posts