| Summary: | Deployments overflow columns | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Zuzana Krejčová <zkrejcov> |
| Component: | Business Central | Assignee: | Walter Medvedeo <wmedvede> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Kralik <pkralik> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | kverlaen, lpetrovi, mbaluch, msalatin, wmedvede |
| Target Milestone: | ER2 | ||
| Target Release: | 6.0.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 20:02:54 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: | |
| Attachments: | |||
This is not a bug in the BPMs side, this is a bug from the table component in GWT. Unless uberfire or kie-commons provide a better alternative this will not be fixed. The same for pagers. As I mention in my previous comment, this is a problem that affects all the tables and cells, we need to make a decision about how to improve them for all the platform and not only the BPM screens. I've pushed an initial fix that based on the length of the deployment ID it trim it and add a tooltip with the full artefact ID on mouse over. http://github.com/droolsjbpm/jbpm-console-ng/commit/1329407d5 Tested with ER7 - not fixed. The initial fix mentioned only covers the deployment id, the problem is with the other columns as well, as I've said in the description. What's more, if you increase the width of the deployment column, the text is expanded again and overflows, again. If you make the column smaller, it stays trimmed but overflows again. One more thing. To see a change in the length of deployment id displayed, you have to hit Refresh button or click one of the column headers. I'll post screenshots shortly. Created attachment 849817 [details]
ER7 - overflowing group and artifact, screen resolution 1280 x 800
Created attachment 849818 [details]
ER7 - overflowing deployment id, version, kie session and runtime, screen resolution 1280 x 800
Created attachment 849820 [details]
ER7 - overflowing trimmed deployment id
The following commits solves the issue: master branch: 1) http://github.com/droolsjbpm/jbpm-console-ng/commit/4e77c7384 2) http://github.com/droolsjbpm/jbpm-console-ng/commit/9f28a9d53 6.0.x branch: 1') http://github.com/droolsjbpm/jbpm-console-ng/commit/0f53802f2 2') http://github.com/droolsjbpm/jbpm-console-ng/commit/622f642e4 This no longer has a target release of 6.0.0. Created attachment 867433 [details]
6.0.1 ER1 state
Yes, the text (mostly) does not overflow the columns. You could say it "underflows"? or something? The column content is trimmed so that it takes up only about half the space available for the column - see the Deployment column in this screenshot for example.
I'd greatly appreciate it if the cell/text rendering issues here could be fixed.
improved in this commits master URL: http://github.com/droolsjbpm/jbpm-console-ng/commit/a23e82d06 6.0.x URL: http://github.com/droolsjbpm/jbpm-console-ng/commit/0c0651edd Vhen deployment label is tool long it is truncated not to overflow columns. Verified for bpms-6.0.1-ER2 deployable for eap6. |
Created attachment 792889 [details] deployment overflow Description of problem: See screenshot. The information about a deployed artifact overflows the columns. The screenshot shows this for the deployment 'id' / GAV, but it applies to all the other columns as well. The text overflows into the next column, making it all unreadable. Fortunately, columns can be resized, which helps make it readable. It still shouldn't overflow in the first place. Version-Release number of selected component (if applicable): BPMS 6.0 ER2