Skip to content

RDKEMW-12325, RDKEMW-12327: [RDKAppManagers] WindowManager - onFocus and onBlur events are not emitted when setFocus is called, onHidden event is not emitted when visibility set to false#713

Merged
ramasat merged 3 commits intodevelopfrom
topic/RDKEMW-12325
Jan 19, 2026
Merged

RDKEMW-12325, RDKEMW-12327: [RDKAppManagers] WindowManager - onFocus and onBlur events are not emitted when setFocus is called, onHidden event is not emitted when visibility set to false#713
ramasat merged 3 commits intodevelopfrom
topic/RDKEMW-12325

Conversation

@IshvarKR
Copy link
Contributor

Reason for change: Update in IRDKWindowManager.h
Test Procedure: Validate via postman that onFocus, onBlur and onHidden events are received.
Priority: P1
Version: Minor
Risks: None
Signed-off-by: IshvarAdithya_KavasseryRamanathan@comcast.com

@IshvarKR IshvarKR requested a review from a team as a code owner January 19, 2026 10:34
Copilot AI review requested due to automatic review settings January 19, 2026 10:34
@github-actions
Copy link

Documentation Auto-Generated

Documentation has been automatically generated for the changed plugins and committed to this PR branch.

The generated documentation files have been added to the PR for review.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request corrects the JSON-RPC event names for three notification methods in the RDKWindowManager interface. The @text annotations for OnHidden, OnFocus, and OnBlur notification methods are updated from PascalCase to camelCase (onHidden, onFocus, onBlur) to follow the established naming convention for JSON-RPC events.

Changes:

  • Updated @text annotations for three notification methods in IRDKWindowManager.h to use camelCase for JSON-RPC events
  • Updated corresponding event references in the RDKWindowManager.md documentation to match the corrected naming

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
apis/RDKWindowManager/IRDKWindowManager.h Corrected @text annotations from OnHidden/OnFocus/OnBlur to onHidden/onFocus/onBlur for proper JSON-RPC event naming
docs/apis/RDKWindowManager.md Updated event table references to use lowercase onHidden/onFocus/onBlur, consistent with other events and detailed event documentation sections

@ramasat ramasat merged commit d251737 into develop Jan 19, 2026
12 of 13 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants