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

CommonController : handle of additional description when description is empty

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.8.0, 4.7.10
    • None
    • None
    • None

      A button with an additional description but a empty description is display with uncessary breakline.

      See on "paste content values" button when the bouton is disabled because the target content is not modifiable.

      In #_getTooltip() function of CommonController, the tooltip text is built as following :
      this._description + (this._additionalDescription ? ('<br/><br/>' + this._additionalDescription) : '')

      The <br/> should be added only if description is not empty.

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: