You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "jeff porter (JIRA)" <de...@myfaces.apache.org> on 2006/01/05 10:25:02 UTC

[jira] Commented: (MYFACES-874) popup not rendering over
    [ http://issues.apache.org/jira/browse/MYFACES-874?page=comments#action_12361822 ] 

jeff porter commented on MYFACES-874:
-------------------------------------


I still see this behaviour in IE with nightly build myfaces-20051230.zip

See image...
http://www.porter.eu.com/jeff/IEmyfaces-20051230.jpg

> 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
>      Fix For: Nightly
>  Attachments: theTest4.jsp
>
> 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