Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 956047

Summary: Modal dialog for adding panels to page has no title
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: medium    
Version: 6.0.0CC: rrajasek, rzhang
Target Milestone: DR4   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Missing title in the modal dialog window. Consequence: User may get confused about the purpose of the modal dialog. Fix: Add the title to the modal dialog window. Result: A title is properly displayed to the user.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:12:09 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
Modal dialog missing title none

Description Jan Hrcek 2013-04-24 08:44:13 UTC
Created attachment 739317 [details]
Modal dialog missing title

Description of problem:
Modal dialog which is opened when adding panel to a page has no title. This gives UI inconsistent feel, with some modal dialog having a title and some not having one.

Version-Release number of selected component (if applicable):
6.0.0.DR3

How reproducible:
Always

Steps to Reproduce:
1. Build application from sources on github and start quickstart demo using buildandrun_h2.sh as described in readme.
2. Login with root
3. In the black management bar at the top click icon with label "Create a new panel in the current page"
  
Actual results:
Modal dialog appears, but it has no title.

Expected results:
To ensure GUI consistency, the dialog should have some user comprehensible title, like "Add panel to current page" or "Select panel to add".

Additional info:
Also titles of other modal dialogs popped up by the application should be revised. For example when editting panel using its Options > Edit Content, the title is "Panel Edition" (as far as I know "Edition" is a term used in book publishing, not for editing something) - it should be rather something like "Edit panel content"

Comment 1 David Gutierrez 2013-05-03 16:04:15 UTC
Added the following title as suggested: "Add panel to the current page ..."

Github commit: https://github.com/droolsjbpm/dashboard-builder/commit/8b37d993c450bf2025ed68e8a24baf57912ae278

Comment 2 Jan Hrcek 2013-06-10 06:07:38 UTC
QA: Ok, problem is solved. The modal dialog for adding panels to a page now has a title "Add panel to the current page ...". Verified with dashbuilder build DR5 deployed on EAP 6.1 GA