Bug 956047
| Summary: | Modal dialog for adding panels to page has no title | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | BAM | Assignee: | David Gutierrez <dgutierr> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.0 | CC: | 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: |
|
||||||
Added the following title as suggested: "Add panel to the current page ..." Github commit: https://github.com/droolsjbpm/dashboard-builder/commit/8b37d993c450bf2025ed68e8a24baf57912ae278 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 |
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"