Bug 1265995
| Summary: | Cannot scroll to the end of process source | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jiri Locker <jlocker> | ||||
| Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Kirill Gaevskii <kgaevski> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.2.0 | CC: | kverlaen | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-12-08 15:12:52 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: |
|
||||||
*** This bug has been marked as a duplicate of bug 998558 *** |
Created attachment 1076415 [details] Screenshot with Process Sources window Description of problem: The div element containing source code has a bigger height than the parent dialog window therefore the overflowing part of it is always invisible even after scrolling to the bottom. Version-Release number of selected component (if applicable): 6.2.0.ER3 How reproducible: - Steps to Reproduce: 1. Open any process with at least three flow elements (e.g. start event, sequence flow, end event). 2. Click View Process Sources in the toolbar. Actual results: The BPMN2 source has 80 lines but it is not possible to view the last line by scrolling to the end. Expected results: The last line should be visible after scrolling to the end. Additional info: The workaround is to use keyboard to move cursor to the end of the process source.