Saturday, March 7, 2020
2 changes · master
Miscellaneous changes
5ac269d722f fixed 7e2b0ebe799 that prevented the website menu to actually be visible, since the JS in charge of displaying the menu was 'crashing'. A test was missing to avoid that issue to appear ever again, since it is quite a critical problem. Note that it might look strange that breaking such a mechanism does not make the runbot red, but since the menus are actually considered visible, the tests are able to 'see' it in DOM and click on it. They are actually hidden through an opaci
Original PR description
5ac269d722f fixed 7e2b0ebe799 that prevented the website menu to actually be visible, since the JS in charge of displaying the menu was 'crashing'. A test was missing to avoid that issue to appear ever again, since it is quite a critical problem. Note that it might look strange that breaking such a mechanism does not make the runbot red, but since the menus are actually considered visible, the tests are able to 'see' it in DOM and click on it. They are actually hidden through an opacity 0 & height 0 while the JS process them. task-2093679 Forward-Port-Of: odoo/odoo#47130 Forward-Port-Of: odoo/odoo#46962
The parsing of dailymotion URL was not done correctly. This made the media dialog duplicate the URL params if such an URL was re-edited. task-2159152 Forward-Port-Of: odoo/odoo#47075 Forward-Port-Of: odoo/odoo#46898
Original PR description
The parsing of dailymotion URL was not done correctly. This made the media dialog duplicate the URL params if such an URL was re-edited. task-2159152 Forward-Port-Of: odoo/odoo#47075 Forward-Port-Of: odoo/odoo#46898