Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-3518

Some tooltips of ribbon are not visible

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.4.0
    • None
    • None
    • None
    • 4.4 RC2

      It seems that occurs on always same tooltips, which are contextual to the current selection.

      For example on a ODF project, here the following buttons where the tooltip is never visible (tested on Chrome)

       

      Fix of RUNTIME-3466 deals with tooltips that appear or not randomly.

       

          [RUNTIME-3518] Some tooltips of ribbon are not visible

          due to EXTJS-29248

          Raphaël Franchet added a comment - due to EXTJS-29248

          Bug in ExtJS 7.1 7.2 7.3...
          When enabling/disabling a button the tooltip does not work correctly anymore.

          Due to : setTooltip does not do the same if button is enabled or disabled
          When button is enabled/disabled, setTooltip is called to update behavior... but it is called before the status 'enabled' is updated ; so it acts the wrong way

          Raphaël Franchet added a comment - Bug in ExtJS 7.1 7.2 7.3... When enabling/disabling a button the tooltip does not work correctly anymore. Due to : setTooltip does not do the same if button is enabled or disabled When button is enabled/disabled, setTooltip is called to update behavior... but it is called before the status 'enabled' is updated ; so it acts the wrong way

            raphael Raphaël Franchet
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: