muk-it / muk_web

MuK Odoo Web Modules
GNU Lesser General Public License v3.0
109 stars 231 forks source link

Clicking on the icon doesn't get me to the app #146

Open boris005-crc opened 4 years ago

boris005-crc commented 4 years ago

Hi,

When I'm clicking on the app icon on the dashboard, sometimes it doesn't get me to the app. In fact the screen with all the app icons doesn't disappear, whereas the top bar with the app name is changing. I have to click on the top '9 square' buttons to make the screen disappear and being in the app. Can you try to help me ?

I'm on Safari, with Odoo 12.0-20191220 (Community Edition) Thanks

boris005-crc commented 4 years ago

Up :)

phuctranfxvn commented 2 years ago

I have the same problem. Anyone has a fix for this so far? Thanks

phuctranfxvn commented 2 years ago

@boris005-crc

I dont have an official fix for this issue, but a workaround fix can solve this problem is as following, i.e adding

$(".o_menu_apps .dropdown .dropdown-menu.show").removeClass("show"); by the end of the function _hideMenusByAction

Screen Shot 2021-12-21 at 10 20 59

boris005-crc commented 2 years ago

Hello @phuctranerp Thank you for you answer, but I don't know where to add the code? Can you tell me where to add it? Thank you!

phuctranfxvn commented 2 years ago

@boris005-crc you can add it after this line https://github.com/muk-it/muk_web/blob/12.0/muk_web_theme/static/src/js/chrome/actions.js#L41