Skip to content

[R4.3] [UI] [Interfaces] Compositor resolutions do not match other Thunder packages #93

@laurence-ejraee

Description

@laurence-ejraee

I have encountered a bug where changing the Compositor plugin resolution using the web UI would not work for e.g. changing to resolution "720p50Hz".

I found the reason for this is the compositor resolution strings listed in the dropdown menu in the web UI still use the "Hz" suffix. However, the compositor resolutions (specifically the enum to string conversion) defined in Thunder Interfaces (Definitions.cpp) had the "Hz" suffix removed in rdkcentral/ThunderInterfaces@9d15587

To fix this bug, I removed the "Hz" prefix from Compositor resolutions in ThunderUI sources: dist/bundle.js and src/js/plugins/compositor.js.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions