search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

columnBubble is shown at different location

Asked by Anonymous
29 days ago.

When html content is given to args.html, the bubble is shown at different location. When more number of Items added, the bubble keep shifting to the bottom

columnBubble: new DayPilot.Bubble({
    onLoad: (args) => {
        // popup shown at column header as expected
        // args.html = "Heading";

        // popup shown at different location as shown in the figure
        args.html = "<h4>Heading</h4><ul><li>Item-1</li><li>Item-2</li></ul>";

        // popup shift is more than shown in the figure
        // args.html = "<h4>Heading</h4><ul><li>Item-1</li><li>Item-2</li><li>Item-3</li></ul>"; 
    }
}),

Answer posted by Dan Letecky [DayPilot]
29 days ago.

This issue should be fixed now in the latest sandbox build (2024.2.5913).

Please let me know if the problem persists.

Comment posted by Anonymous
28 days ago.

It works with (2024.2.5913)

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):