Bug 535221 (RHQ-1940)

Summary: IE7 checkbox actions not happening until next click on the page
Product: [Other] RHQ Project Reporter: Jay Shaughnessy <jshaughn>
Component: No ComponentAssignee: Joseph Marques <jmarques>
Status: CLOSED NEXTRELEASE QA Contact: Pavel Kralik <pkralik>
Severity: medium Docs Contact:
Priority: high    
Version: 1.2CC: mvecera
Target Milestone: ---Keywords: SubBug
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-1940
Whiteboard:
Fixed In Version: 1.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
IE7 QA-7592
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 535040    

Description Jay Shaughnessy 2009-04-07 01:23:00 UTC
1) Navigate to any resource with unset config properties.  RHQ Agent Resource -> Configure works well.

2) Edit

3) click unset checkbox

You can see that the text box will not be editable.  Checking and unchecking various things will play around with edit box activation/deactivation.

Also, there is no cancel button on this page, it seems there should be.

Comment 1 Jay Shaughnessy 2009-04-07 20:42:01 UTC
This is a more general problem than described originally.  I think it mainly has to do with checkboxes.  In short, if you click a check box it does not register until you again click on the page.  So, in the above case the first click (removing the check of the unset checkbox) does nothing to enable editing.  But, if you click the page (anywhere but the checkbox again) the checkbox action is taken.

I'm going to edit the title of this Jira to be more general and start commenting on additional occurrences of the problem...

Comment 2 Jay Shaughnessy 2009-04-07 20:45:03 UTC
Same problem:

Compatible Group, Show Recursive Members checkbox.


Comment 3 John Mazzitelli 2009-04-07 20:52:45 UTC
queue.xhtml had a recent problem with checkboxes - IE needs to use oncheck() as opposed to onchange(). Don't know if its related but I mention here just in case.

Comment 4 Joseph Marques 2009-04-09 05:44:02 UTC
rev3660 - change usages of "onchange" event to "onclick" for checkboxes on the group inventory page and the config component; 

Comment 5 Pavel Kralik 2009-04-10 13:31:28 UTC
Verified with IE7 and the RHQ Agent resource.

RHEL5.3, x86_64, PostgreSQL8.2.4, java 1.6.0_13, JON RHQ SVN rev# 3663

Comment 6 Red Hat Bugzilla 2009-11-10 20:49:55 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1940