Skip to content
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

Closed
amonang opened this issue Aug 3, 2015 · 13 comments
Closed

help_online not working in Chrome #193

amonang opened this issue Aug 3, 2015 · 13 comments
Labels

Comments

@amonang
Copy link

amonang commented Aug 3, 2015

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?

@amonang
Copy link
Author

amonang commented Aug 3, 2015

Odoo version is 8.

@pedrobaeza
Copy link
Member

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.

@amonang
Copy link
Author

amonang commented Aug 4, 2015

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...")

@nhomar
Copy link
Member

nhomar commented Aug 4, 2015

2015-08-03 23:05 GMT-05:00 amonang notifications@github.com:

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...")

If you share a little vide, trying it in runbot (not locally, runbot) it
will be more easy to help you @amonang


Saludos Cordiales

CEO at Vauxoo https://www.vauxoo.com Odoo's Gold Partner.

[image: --]
Nhomar Hernandez
[image: http://]about.me/nhomar
http://about.me/nhomar?promo=email_sig

@dreispt
Copy link
Member

dreispt commented Aug 5, 2015

I confirm the issue. It works with Firefox and Edge.
But tried with Chrome (v 44), and the help button does nothing.

@dreispt dreispt reopened this Aug 5, 2015
@pedrobaeza
Copy link
Member

Uhm, it seems then a regression introduced in a new version of Chrome, because in my version (v38) it works.

@dreispt dreispt added the bug label Aug 28, 2015
@amonang
Copy link
Author

amonang commented Sep 2, 2015

Was trying this again and I hope this info will help.
I did these steps and made the button clickable.

  1. On chrome, Right click then inspect element on the button.
  2. Drill through until the tag
  3. Right click then edit as html
  4. Place a letter in between the tags
  5. Hover on botton shows the tool tip.
  6. Click on button shows the add page dialog box

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.

@amonang
Copy link
Author

amonang commented Sep 2, 2015

With the tags I mean the < a > tag

@amonang
Copy link
Author

amonang commented Sep 4, 2015

solved this. but I don't know how to send solutions via github.
in the css file help_online.css change display from block to inline-block

.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;
}

@dreispt
Copy link
Member

dreispt commented Sep 7, 2015

@lmignon Can you try the fix?

lmignon added a commit to acsone/web that referenced this issue Sep 8, 2015
@lmignon
Copy link
Contributor

lmignon commented Sep 8, 2015

@amonang Thank you for the fix! Your change seems to fix the issue. I'm not a CSS guru but with your change, the button works again on chrome.
@dreispt The submitted fix works on chrome.

@amonang
Copy link
Author

amonang commented Sep 8, 2015

@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.

pedrobaeza added a commit that referenced this issue Oct 7, 2015
[FIX] Issue #193. Display help button as inline-block
fossoult pushed a commit to fossoult/web that referenced this issue Nov 6, 2015
@pedrobaeza
Copy link
Member

This should be solved now.

thomaspaulb pushed a commit to thomaspaulb/web that referenced this issue Dec 5, 2016
vrenaville pushed a commit to camptocamp/web that referenced this issue Jul 19, 2018
…_Dashboard

[BSMTS-293] Update "Banques et Cash" line in Management Dashboard
apineux pushed a commit to acsone/web that referenced this issue Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants