Skip to content

Conversation

kdinev
Copy link
Member

@kdinev kdinev commented Aug 27, 2025

Closes #

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

Copy link
Contributor

@Copilot 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 PR fixes a production build failure by removing a property binding that was causing compilation issues. The change removes the [activeDescendant] property binding from the tree grid header row component.

  • Removes problematic [activeDescendant] property binding from tree grid header template
  • Addresses internal production build compilation failure
Comments suppressed due to low confidence (1)

projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid.component.html:6

  • Removing the activeDescendant property binding may impact accessibility for screen readers and keyboard navigation. The activeDescendant attribute is important for ARIA compliance and helps assistive technologies understand which element is currently focused. Consider verifying that accessibility functionality is maintained through alternative means.
    [width]="calcWidth"

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ChronosSF ChronosSF merged commit 308e0a1 into master Aug 27, 2025
5 checks passed
@ChronosSF ChronosSF deleted the fix-prod-master branch August 27, 2025 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants