Bug 1069153

Summary: Auto refresh timeout in dashboard filter hardly readable
Product: [Retired] JBoss BPMS Platform 6 Reporter: Jan Hrcek <jhrcek>
Component: BAMAssignee: David Gutierrez <dgutierr>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Hrcek <jhrcek>
Severity: low Docs Contact:
Priority: low    
Version: 6.0.1CC: kverlaen, pzapataf, rrajasek
Target Milestone: ER1   
Target Release: 6.0.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 19:50:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Auto-refresh timeout readability issue none

Description Jan Hrcek 2014-02-24 10:48:11 UTC
Created attachment 866925 [details]
Auto-refresh timeout readability issue

Description of problem:
When auto-refresh is enabled for dashboard filter panel, the timeout value is hardly readable (there are white letters on light-grey background). This is actually OK in community dashbuilder but NOT OK in BPM product. See screenshot attached.

This should probably be fixed by updating default.css (not sure where it is - perhaps in branding branch?)

Version-Release number of selected component (if applicable):
BPMS 6.0.1 ER1

How reproducible:
Always

Steps to Reproduce:
1. Login to dashbuilder with admin user
2. Navigate to any page containing Dashboard filter.
3. Click Options > Edit content and enable 'auto-refresh enabled'


Actual results:
Observe the auto refresh timeout - it is displayed with white letters (as defined in dashboard-builder/modules/dashboard-ui/dashboard-ui-core/src/main/webapp/components/bam/dashboard_filter/filter_autorefresh.jsp) on light grey background (as defined in default.css - it looks that this css file differs for community and product)

Expected results:
The easiest fix I see is to update the product's default.css file to use the same background for auto refresh timer table as community dashbuilder does.

Additional info:

Comment 2 Jan Hrcek 2014-04-29 06:16:25 UTC
Ok, verified with BPMS 6.0.2 ER2