You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "sylvie (JIRA)" <de...@myfaces.apache.org> on 2007/04/12 14:27:32 UTC

[jira] Created: (TOMAHAWK-963) Pb with popup into a DIV with position "absolute"

Pb with popup into a DIV with position "absolute"
-------------------------------------------------

                 Key: TOMAHAWK-963
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-963
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Popup
    Affects Versions: 1.1.1
         Environment: JSF 1.0, websphere 5.1
            Reporter: sylvie


Hello

When i execute this code, and i do a onmouseover on the text, i have my popup AND a other popup with scroll bar on IE !!???
if I delete the style="position:absolute", It works normally
I'm blocked on this pb because I need "position:absolute" in my page .....

Thanks

-------------------------------------------------------------

<DIV id="principal"
			style="position:absolute; valign:top; height:600px;  color:red; z-index:0; margin-top: 15px; margin-left:10px">

		<h:form id="globalForm">
			<TABLE border="0" width="976">
				<TR>
					<TD><t:popup styleClass="popup" id="z_popupId"
						displayAtDistanceX="0" displayAtDistanceY="00"
						style="background-color:rgb(255,255,255);color: #000000;border: 1px solid #CCCCCC;font-size:smaller;padding: 5px;">
						<t:outputText id="oz" value="Test popup" />
						<f:facet name="popup">
							<h:panelGroup>
								<h:panelGrid columns="1">
									<h:outputText value="Popup Text 3" />
								</h:panelGrid>
							</h:panelGroup>
						</f:facet>
					</t:popup></TD>
				</TR>
			</TABLE>
		</h:form></DIV>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.