popup not rendering over <h:inputText text. / popup in IE fubar.
----------------------------------------------------------------
Key: MYFACES-874
URL: http://issues.apache.org/jira/browse/MYFACES-874
Project: MyFaces
Type: Bug
Versions: 1.1.1
Environment: MyFaces 1.11
jdk1.5.0_04
Firefox 1.07
IE 6.0.2900.2180 xpsp_sp2_gdr.050301-1519
Windows XP - SP2
Reporter: jeff porter
3 Parts to this possible bug.
1: The examples in myfaces-1.1.1-src shows the user of <x:popup, but the web
site say uses <t:popup />
In this case I've followed examples, not the website. Which is correct?
2: Firefox: Popups do not render of text created with the <h:textInput /> tag.
See image ...
http://www.porter.eu.com/jeff/example.JPG
3: IE: Popups do not render correctly, a large textarea box is shown.
See image...
http://www.porter.eu.com/jeff/example2.JPG
Code used....
<%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%>
<x:popup id="x"
styleClass="popup"
closePopupOnExitingElement="true"
closePopupOnExitingPopup="true"
displayAtDistanceX="-500"
displayAtDistanceY="10" >
<f:verbatim><img src="images/help.jpg"</f:verbatim>
<f:facet name="popup">
<h:panelGroup>
<h:panelGrid columns="1" >
<h:outputText value="This is the document."/>
</h:panelGrid>
</h:panelGroup>
</f:facet>
</x:popup>
Style.css
.popup {
background-color:#6699FF;
color: #000000;
border: 1px solid #CCCCCC;
font-size:smaller;
padding: 5px;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira