BUG + FIX AddCard is missing when dragging swimlanes or lists
See original GitHub issueBUG:
When dragging lists or swimlanes, the addCard field, dissapears.
FIX:
You have to add the boardComponent.setIsDragging(false); in client/components/swimlanes.js and client/components/lists/list.js at the end of the drag and drop event.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Swimlane feature messes with display of detailed view #1444
In the list view dragging on a card moves it out of the window and puts a whole bunch of ... I guess...
Read more >Not able to drag and drop user stories across swimlanes
A couple of weeks ago I was able to do this but not anymore. I double-checked the permissions and I have the administrator...
Read more >Configure swimlanes | Jira Software Cloud - Atlassian Support
Learn how to configure swimlanes in Jira Software Cloud. ... change the order of the swimlanes on your board, navigate to the Backlog...
Read more >Configure visual task board with swimlanes
Move the tasks horizontally and vertically from one user to another. Drag the cards across swimlanes. Reorder swimlanes by dragging them or from ......
Read more >CHANGELOG.md · Gitee 极速下载/wekan - Gitee.com
[Bug fix: Rules for moving from list/swimlane](https://github.com/wekan/wekan/pull/3706). Thanks to jrsupplee. - [Fixed Elements are duplicated on the view ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@xet7 I can add this later today, I know where to put those lines. I introduced this bug with my commits 😄
@xet7 See commit https://github.com/andresmanelli/wekan/commit/58e5e9b308113e5a8af5166328a68a0aafcc2558, that should fix this.