Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 3.0
    • Fix Version/s: None
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Firefox, Chrome

      Description

      The tooltip is rendered incorrect, I haven't found the possibility to pass the width for a tooltip.
      I use the following code:

      <ace:tooltip for="tooltipToPlan">
      <h:panelGrid styleClass="tooltipBoxStyle">
      <h:outputText id="text" value="#{resourceBean.infoMessage}" escape="false"/>
      </h:panelGrid>
      </ace:tooltip>

      Is there a workaround for this problem?

        Activity

        Hide
        Guy Rambour added a comment -

        workaround to give a fixed width in the html returned from #

        {resourceBean.infoMessage}

        , this works.

        but in IE rendered ok without the workaround.

        Show
        Guy Rambour added a comment - workaround to give a fixed width in the html returned from # {resourceBean.infoMessage} , this works. but in IE rendered ok without the workaround.

          People

          • Assignee:
            Unassigned
            Reporter:
            Guy Rambour
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated: