Bug 1236165
Summary: | [GSS](6.1.z) Text is automatically selected when using swimlane, tasks and tasks comments and resizing the tasks | ||
---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | William Antônio <wsiqueir> |
Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> |
Status: | CLOSED EOL | QA Contact: | Kirill Gaevskii <kgaevski> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1.0 | CC: | alazarot, kgaevski, kverlaen, lpetrovi, tsurdilo |
Target Milestone: | CR1 | ||
Target Release: | 6.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1236144 | Environment: | |
Last Closed: | 2020-03-27 20:12:37 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: | |||
Bug Depends On: | 1236144 | ||
Bug Blocks: | 1249860 |
Description
William Antônio
2015-06-26 18:03:17 UTC
When dragging(resizing) a node we cannot suppress the browser selection. This issue can happen not only with lanes, but with subprocesses, as well as even single tasks on the canvas. The browser events cannot be disabled and the selection of labels (text) happens. Two things were done to fix this issue: 1) ALL labels on the process are hidden during resizing of a node on the canvas 2) When resizing is finished all labels are shown again 3) The text on the top-left corner of the canvas is also hidden during node resizing and shown again when resizing is complete This should fix the problem with the selection done by browser not being undone after resizing. master commit: https://github.com/droolsjbpm/jbpm-designer/commit/6f3ddb587 6.3.x: https://github.com/droolsjbpm/jbpm-designer/commit/3482b477d4b67e7283a6e32b64fa447515f5509a 6.2.x : https://github.com/droolsjbpm/jbpm-designer/commit/b52f1036da1997d40a1e097a036a84bbff25a3e0 Works good except some problems in IE10 and IE11 with Undo button. See BZ 1249559 comment 3. Verified. |