Giter VIP home page Giter VIP logo

Comments (13)

amonang avatar amonang commented on July 30, 2024

Odoo version is 8.

from web.

pedrobaeza avatar pedrobaeza commented on July 30, 2024

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.

from web.

amonang avatar amonang commented on July 30, 2024

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

from web.

nhomar avatar nhomar commented on July 30, 2024

2015-08-03 23:05 GMT-05:00 amonang [email protected]:

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

from web.

dreispt avatar dreispt commented on July 30, 2024

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

from web.

pedrobaeza avatar pedrobaeza commented on July 30, 2024

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

from web.

amonang avatar amonang commented on July 30, 2024

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.

from web.

amonang avatar amonang commented on July 30, 2024

With the tags I mean the < a > tag

from web.

amonang avatar amonang commented on July 30, 2024

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

from web.

dreispt avatar dreispt commented on July 30, 2024

@lmignon Can you try the fix?

from web.

lmignon avatar lmignon commented on July 30, 2024

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

from web.

amonang avatar amonang commented on July 30, 2024

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

from web.

pedrobaeza avatar pedrobaeza commented on July 30, 2024

This should be solved now.

from web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.