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 Component | Assignee: | Joseph Marques <jmarques> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Pavel Kralik <pkralik> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 1.2 | CC: | 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
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... Same problem: Compatible Group, Show Recursive Members checkbox. 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. rev3660 - change usages of "onchange" event to "onclick" for checkboxes on the group inventory page and the config component; 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 This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1940 |