I am trying to use tr:panelPopup with triggerType="hover" (1.0.3-SNAPSHOT).

I am having an issue with how it is rendered. I have it showing my messages:

<tr:panelPopup triggerType="hover">
  <f:facet name="trigger">
    <tr:outputText value="#{messages.messages_present}"
      styleClass="messagesTitle messagesLevel#{facesContext.maximumSeverity}" />
  </f:facet>
  <tr:messages />
</tr:panelPopup>

The problem is that the popup is never visible. The reason is that the
popup is inside of the parent tag. As such, it is governed by the
layout of the container. In this case, it is overflowing out of my
table and therefore not visible.

Is there functionality with relative position to have the popup moved
to the document.body before being made visible and moved back after
closing? This is how I have built custom popups before, to ensure that
they are always visible.

Thanks,
Andrew

Reply via email to