bpmn-js/test/spec/features
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
..
align-elements chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
auto-place fix(auto-place): complete direct editing on auto place 2019-09-12 07:55:34 +02:00
auto-resize feat(create): create multiple elements 2019-08-07 16:03:55 +00:00
context-pad chore(context-pad): update spelling 2019-09-09 14:45:41 +02:00
copy-paste chore(copy-paste): add failing test case verifying #798 2019-11-19 23:54:12 +01:00
distribute-elements style(tests): use not.to matchers 2018-05-03 16:37:24 +02:00
editor-actions chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
grid-snapping fix(grid-snapping): do not update waypoints on multiple create 2019-12-06 15:24:54 +00:00
interaction-events feat(modeling): prevent accidential dragging of container elements 2019-07-18 15:42:05 +02:00
keyboard chore(copy-paste): rework and base upon diagram-js@5 2019-08-07 16:03:55 +00:00
keyboard-move-selection fix(keyboard-move-selection): ensure moving lanes is not possible 2019-09-06 15:27:23 +00:00
label-editing fix(label-editing): prevent direct editing after create 2019-08-13 06:20:34 +00:00
modeling fix(modeling): correct creation of nested lanes 2019-12-11 10:52:43 +00:00
ordering fix(ordering): render group elements on collaboration level 2019-05-29 06:42:54 +00:00
palette feat(palette): select start event when creating sub process 2019-08-09 12:40:22 +00:00
popup-menu test(popup-menu): further simplify ReplaceMenuProviderSpec 2019-11-18 16:10:10 +00:00
replace chore(copy-paste): rework and base upon diagram-js@5 2019-08-07 16:03:55 +00:00
replace-preview fix(replace-preview): escape element ids in CSS selectors 2018-04-10 09:34:49 +02:00
rules feat(modeling): copy and paste boundary events 2019-10-13 23:19:52 +02:00
search chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
snapping feat(modeling): copy and paste boundary events 2019-10-13 23:19:52 +02:00