View Bug Details

IDProjectCategoryView StatusLast Update
0002915DCP-o-maticBugspublic2025-01-21 01:22
Reportercarl Assigned Tocarl  
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Target Version2.18.6 
Summary0002915: Dragging timeline content is very slow again
Description

Preview seems to update - not sure it should.

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work required

Activities

carl

2025-01-21 01:22

administrator   ~0006790

Stopping the player from setting itself up during frequent updates seems to help.

carl

2025-01-21 01:22

administrator   ~0006791

i.e.

void
Player::playlist_content_change (ChangeType type, int property, bool frequent)
{
    if (frequent) {
        return;
    }

Bug History

Date Modified Username Field Change
2024-12-13 11:14 carl New Bug
2024-12-13 11:14 carl Assigned To => carl
2024-12-13 11:14 carl Status new => confirmed
2024-12-24 13:25 carl Target Version 2.18.1 => 2.18.2
2024-12-27 15:18 carl Target Version 2.18.2 => 2.18.3
2025-01-09 18:12 carl Target Version 2.18.3 => 2.18.4
2025-01-12 00:57 carl Target Version 2.18.4 => 2.18.5
2025-01-14 22:49 carl Target Version 2.18.5 => 2.18.6
2025-01-21 01:22 carl Note Added: 0006790
2025-01-21 01:22 carl Note Added: 0006791