Ah ok, Fill the JIRA as I can't test on windows now. But this afternoon, if no one provides a patch before (everyone's welcome), I will try to fix that...
Regards, Bruno 2005/11/25, Jeffrey Porter <[EMAIL PROTECTED]>: > > Firefox: > > It works fine in the respect that it doesn't let the components behind > the popup show through, BUT it does let text rendered inside the JSF tag > <h:inputText show through (not the outline of the text field though). > > IE: > > Its just messed up. > > I'll log a bug and see what comes of it. > > Thanks for the input/help Bruno! > > :-) > > > Jeff > > > -----Original Message----- > From: Bruno Aranda [mailto:[EMAIL PROTECTED] > Sent: 25 November 2005 10:39 > To: MyFaces Discussion > Subject: Re: possible bug: > > The examples at irian [1] seem to be working ok, and the styleClass > used there is: > > .popup { > background-color:rgb(255,255,255); > color: #000000; > border: 1px solid #CCCCCC; > font-size:smaller; > padding: 5px; > } > > So I don't have a clue of what might be failing... > > Regards, > > Bruno > > [1] http://localhost:8081/simple/popup.jsf > > > 2005/11/25, Jeffrey Porter <[EMAIL PROTECTED]>: > > > > That seems to make no difference. > > I've changed the background colour of the panelGroup, but this seems > to > > be ignored. i.e. I've set it to pink, and no pink get shown. > > > > > > The docs on the website say to use... > > > > <t:popup/> > > > > Yet, the example in the myfaces-1.1.1-src show an example using... > > > > <x:popup /> > > > > any ideas? > > > > > > > > > > -----Original Message----- > > From: Bruno Aranda [mailto:[EMAIL PROTECTED] > > Sent: 25 November 2005 10:13 > > To: MyFaces Discussion > > Subject: Re: possible bug: > > > > If you use the style in panelGroup does this get fixed? > > > > example: > > > > <f:facet name="popup"> > > <h:panelGroup style="background-color:#6699FF;"> > > > > Bruno > > > > 2005/11/25, Jeffrey Porter <[EMAIL PROTECTED]>: > > > The transparency thing bug thing occurs in FireFox. > > > > > > In IE. Its far worse!! I get a textarea box covering everything up! > > > > > > FireFox > > > http://www.porter.eu.com/jeff/example.JPG > > > > > > IE > > > http://www.porter.eu.com/jeff/example2.JPG > > > > > > > > > > > > > > > The Tag I'm using is... > > > > > > <%@ 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; > > > } > > > > > > > > > Softare Version: > > > MyFaces 1.11. > > > jdk1.5.0_04 > > > Firefox 1.07 > > > IE 6.0.2900.2180 xpsp_sp2_gdr.050301-1519 > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > From: Jesse Alexander (KBSA 21) > > > [mailto:[EMAIL PROTECTED] > > > Sent: 25 November 2005 09:57 > > > To: MyFaces Discussion > > > Subject: RE: possible bug: > > > > > > To me it seems that the background of the popup is half-transparent. > > > Maybe it's working as designed by the browsers or an issue with css? > > > > > > Have you tried with different browsers? > > > > > > hth > > > Alexander > > > > > > ________________________________ > > > > > > From: Jeffrey Porter [mailto:[EMAIL PROTECTED] > > > Sent: Friday, November 25, 2005 10:43 AM > > > To: MyFaces Discussion > > > Subject: possible bug: > > > > > > > > > > > > > > > > > > Why is it that when using <x:popup does the text rendered in a > > > <h:inputText a show into the popup dialogue? > > > > > > > > > > > > See attached image. > > > > > > > > > > > > Or image at... > > > > > > http://www.porter.eu.com/jeff/example.JPG > > > > > > > > > > > > > > >

