bpmn-js/test/spec
Nico Rehwaldt b4b5d1d139 fix(modeling): correct creation of nested lanes
With diagram-js@5 we've introduced the CreateBehavior that ensures
elements are not created on top of lanes but always on top of the actual
participant.

Unfortunately we forgot about the fact that lanes are created once in a
while, too.

This commit accounts for this fact and ensures we do not adjust the
parent of to-be-created lanes.

(A test cases for splitting nested lanes did not exist until now).

Closes #1254
Closes #1253
2019-12-11 10:52:43 +00:00
..
draw fix(draw): render colored BPMN group elements 2019-11-25 14:44:43 +00:00
environment chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
features fix(modeling): correct creation of nested lanes 2019-12-11 10:52:43 +00:00
i18n chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
import fix(import): handle data associations on boundary import 2019-08-19 08:19:04 +00:00
util chore(copy-paste): rework and base upon diagram-js@5 2019-08-07 16:03:55 +00:00
ModelerSpec.js test(Viewer): simplify multiple-diagrams test cases 2019-04-16 15:20:12 +02:00
NavigatedViewerSpec.js test(NavigatedViewer): verify editor action support 2018-10-29 14:52:41 +00:00
ViewerSpec.js fix(viewer): do not clear diagram if no diagram to clear 2019-09-20 11:11:49 +00:00