-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help_online not working in Chrome #193
Comments
Odoo version is 8. |
I have tried it on runbot and the module is working fine in both browsers, so it should be something on your side. Please try to reproduce the problem in runbot.odoo-community.org. I close this for now. |
tested the module on runbot although the module installed the button generated is not clickable on Chrome. the tool tip is also not showing ("Create Help page for...") |
2015-08-03 23:05 GMT-05:00 amonang notifications@github.com:
If you share a little vide, trying it in runbot (not locally, runbot) it Saludos Cordiales CEO at Vauxoo https://www.vauxoo.com Odoo's Gold Partner. [image: --] |
I confirm the issue. It works with Firefox and Edge. |
Uhm, it seems then a regression introduced in a new version of Chrome, because in my version (v38) it works. |
Was trying this again and I hope this info will help.
Although this method adds another icon on the button. Unfortunately ran out of time today to play around with the js scripts for something more permanent. |
With the tags I mean the < a > tag |
solved this. but I don't know how to send solutions via github. .openerp .oe_view_manager .oe_view_manager_switch .oe_list_button_help_online:after {
font-size: 28px;
content: "?";
text-align: center;
margin: 3px auto 4px;
position: relative;
-display: block;
+display: inline-block;
} |
@lmignon Can you try the fix? |
@lmignon You're welcome. I'm the one who should be thanking you guys for the incredible work you've been doing. Happy to contribute what I can. |
[FIX] Issue #193. Display help button as inline-block
This should be solved now. |
…_Dashboard [BSMTS-293] Update "Banques et Cash" line in Management Dashboard
Tried the help_online module today but it did not work on Chrome (Latest - Version 44.0.2403.125 m). Opened up the same site on Firefox and it worked. Is this a known issue? Are there workarounds?
The text was updated successfully, but these errors were encountered: