Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-1615

Tooltip for Actions not always shown ... @ActionLayout.describedAs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.14.0
    • 1.15.0
    • Viewer Wicket
    • None

    Description

      Regarding ActionLayout annotation, the text specified with the 'describedAs' feature will sometimes not show up.

      Reason: bootstrap (on the client-side) will modify the DOM such that HTML links will no longer work as intended. (ISIS Actions/Buttons are HTML links.)

      Details:
      1) Server sends ...
      <li title="described as"><a ... /></li>

      2) bootstrap makes changes (adds the 'title' attribute, where there was non provided by the server)
      <li title="described as"><a title="" ... /></li>

      3) now when we mouse-over the link, no tooltip is shown


      For a possible solution see:
      http://stackoverflow.com/questions/27235776/can-i-still-use-the-title-attribute-on-bootstrap-popovers

      Attachments

        1. Screenshot-2.png
          48 kB
          Andi Huber
        2. Screenshot-1.png
          13 kB
          Andi Huber

        Activity

          People

            danhaywood Daniel Keir Haywood
            hobrom Andi Huber
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: