Bug 1656003
| Summary: | Report Styling: Remove a single style removes the style next to it | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Parthvi Vala <pvala> | ||||
| Component: | UI - OPS | Assignee: | Zita Nemeckova <znemecko> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Parthvi Vala <pvala> | ||||
| Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||
| Priority: | medium | ||||||
| Version: | 5.10.0 | CC: | bmidwood, dmetzger, hkataria, lavenel, mpovolny, obarenbo | ||||
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||
| Target Release: | 5.11.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 5.11.0.1 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1672696 (view as bug list) | Environment: | |||||
| Last Closed: | 2019-12-13 15:16:05 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | CFME Core | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1672696 | ||||||
| Attachments: |
|
||||||
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/fd80afa47a39a574e5d195c490d51ee754e6f18a commit fd80afa47a39a574e5d195c490d51ee754e6f18a Author: Zita Nemeckova <znemecko> AuthorDate: Tue Dec 18 04:47:29 2018 -0500 Commit: Zita Nemeckova <znemecko> CommitDate: Tue Dec 18 04:47:29 2018 -0500 Use onchange only for radio buttons Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1656003 app/assets/javascripts/miq_ujs_bindings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) FIXED. Verified on 5.11.0.2.20190430174828_0e34dea. |
Created attachment 1511283 [details] Style Bug Demo Description of problem: While creating or editing a report, if a certain column has more than 1 styles registered, then remove one style, also removes the style immediately after it. See demo for more understanding. Version-Release number of selected component (if applicable): 5.10.0.27 How reproducible: Always Steps to Reproduce: 1. Navigate to Intel > Reports > Reports(Accordion). 2. Create a new report or edit an existing report, or copy an existing report. 3. Go to the `Styling` tab. 4. Choose a column, and add 3 styles for it. 5. Remove first or second style. Actual results: The selected style is removed along with the style after it. Expected results: Only the selected style must be deleted. Additional info: The issue exists on 5.9 as well, but it used to work fine on 5.8.