Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pitivi pitivi
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 196
    • Issues 196
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 33
    • Merge requests 33
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • pitivipitivi
  • Issues
  • #2495
Closed
Open
Issue created Aug 24, 2020 by Alexandru Băluț@alebMaintainer

Custom effects UI vulnerable to scroll

Steps to reproduce:

  • Create a new project
  • Add a video clip to the timeline
  • Click the clip to select it
  • Add the "3 point color balance" OR "alphaspot" effects to the clip
  • Expand the effect item to reveal its properties UI
  • Hover the R/G/B widgets and scroll with the mouse wheel, notice the widget value changes. This should not happen. See how we use the disable_scroll method in the codebase.

See how the UI is set up in:

  • create_3point_color_balance_widget pitivi/utils/custom_effect_widgets.py#L185
  • create_alphaspot_widget pitivi/utils/custom_effect_widgets.py#L350
Edited Aug 24, 2020 by Alexandru Băluț
Assignee
Assign to
Time tracking