gearcoded

Results 50 comments of gearcoded

Here is somewhat guide for creating a copy of your main wine bottle and save a lot of space. Instead of making just a copy, we add symlinks to the...

The GPL version has the unminified source code in the `sources` folder.

**@qihuagaosh **, Thank you for the positive feedback! You can vertically reorder tasks in the grid and change the task's parent project: https://docs.dhtmlx.com/gantt/desktop__reordering_tasks.html Here are the samples: https://docs.dhtmlx.com/gantt/samples/07_grid/14_branch_ordering_highlight.html https://docs.dhtmlx.com/gantt/samples/07_grid/08_drag_between_levels.html You...

**@scrodde**, I think resizing should work correctly when Gantt is inside ShadowDOM. Here is an example: https://snippet.dhtmlx.com/ags77z42 If there are some issues, it is hard to suggest what might be...

**@globdug**, Usually, the cyclic tree error means that the task has equal `id` and `parent` parameters or some child task is listed as the parent task: https://docs.dhtmlx.com/gantt/faq.html#cyclicreferenceerror However, in DHTMLX...

**@AnnEthan**, Please don't ask the same questions in different places. Let's continue our discussion here: https://forum.dhtmlx.com/t/the-front-and-back-end-interaction-of-add-delete-and-change/77144

**@wiemax1093**, As mentioned in the [comment](https://docs.dhtmlx.com/gantt/api__gantt_wide_form_config.html#comment-6475270602) below the article, it is a bug in Gantt. But there is a workaround for that: you can set any name for the `time`...

**@wiemax1093**, The dev team fixed the bug when Gantt switched to the wide form for the lightbox: https://docs.dhtmlx.com/gantt/whatsnew.html#x8318x90x8319x:~:text=Prevent%20the%20lightbox%20from%20switching%20to%20the%20wide_form%20mode%20upon%20adding%20the%20Time%20section You can see that the bug is no longer reproduced in the...

**@xkfe**, I couldn't reproduce the issue with the tooltips in the following samples: https://docs.dhtmlx.com/gantt/samples/?sample=%2702_extensions/22_tooltip_api.html%27&filter=%27%27 If you want to change the layout configuration, you need to use the `resetLayout` or `init`...

**@xkfe**, Thank you for the clarification. It is a bug in Gantt that it doesn't hide the tooltip when the mouse leaves the Gantt container. The dev team will fix...