mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
45061e7cc4
In this commit, we change rest of triggers in tours where an iframe is selected (suite of #156653). To do this, we use the :iframe HOOT pseudo-selector. With this changes, we can now remove the getNodesFromSelector function in odoo/addons/web_tour/static/src/tour_service/tour_utils.js Note that in this previous function, a ([is-ready]="true") check was made for iframe elements but was only necessary for few of them (7). So, a stepUtils.waitIframeIsReady() has been added to check this state. closes odoo/design-themes#783 Related: odoo/odoo#157217 Related: odoo/enterprise#58474 Signed-off-by: Julien Mougenot (jum) <jum@odoo.com>