Closed Bug 446560 Opened 16 years ago Closed 14 years ago

JSF Modalpanel pops up and close direcly without waiting for user activity

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
minor

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: j.behr, Unassigned)

Details

(Whiteboard: [CLOSEME 2010-11-01])

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

When I run an JSP-Application having modalpanels for a userdialogue (delete confirmation or whatever) this dialogue pops up and closes direcly.
In FireFox 2 this was no problem. The InternetExplorer and Opera got the same problem. But only in jsp-Pages without using <ui:composition..>

Reproducible: Always

Steps to Reproduce:
1. Create JSP file
2. Insert the ModalPanel without using ui-compositions
   here an example for my ModalPanels:
   	<h:column id ="column4" >
	<f:facet name="header">
		<h:outputText value=" "></h:outputText>
	</f:facet>
		<f:subview id="del">		
			<rich:modalPanel id="delete" width="350" height="100">
				<f:facet name="header">
					<h:panelGroup>
			<h:outputText value="Delete Dialogue"></h:outputText>
					</h:panelGroup>
				</f:facet>
				
				<f:facet name="controls">
					<h:panelGroup>
		<h:outputText value="X" style="cursor:pointer" id="hidelink" />
<rich:componentControl for="delete" attachTo="hidelink"	operation="hide" event="onclick" />
					</h:panelGroup>
				</f:facet>
				
				<h:outputText value="#{msg.DeleteMessage}" />
				<br>
				<br>
				<h:commandButton action="#{SomeBean.deleteMethod}" value="#{msg.Yes}"
						id="hideButton"></h:commandButton>
				<h:commandButton value="#{msg.No}" id="hideButton2"></h:commandButton>
				<rich:componentControl for="delete" attachTo="hideButton"
						operation="hide" event="onclick" />
				<rich:componentControl for="delete" attachTo="hideButton2"
						operation="hide" event="onclick" />
			</rich:modalPanel>
			<h:outputLink value="#" id="link">
				<h:commandButton value="" styleClass="del"  title="#{msg.Delete}" />	
				<rich:componentControl for="delete" attachTo="link"
					operation="show" event="onclick" />
			</h:outputLink>
		</f:subview>
	</h:column>
	
3. run Page (here on Tomcat 6.x) in FF 3
4. Press the Button to open ModalPanel

Actual Results:  
The ModalPanel pops up and closes direcly

Expected Results:  
The ModalPanel should pop up and wait for user activity (Pressing yes or no) and closes when a button is pressed
Component: Disability Access → General
QA Contact: disability.access → general
This is a mass search for bugs that are in the Firefox General component, are
UNCO, and have not been changed for 800 days and have an unspecified version. 

Reporter, can you please update to Firefox 3.6.10, create a fresh profile,
http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you
still see the bug, please update this bug. If the issue is gone, please set the
resolution to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.