Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(material/paginator): fix issue with paginator focus #29006

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on May 6, 2024

  1. fix(material/paginator): fix issue with paginator focus

    Fixes and issue where focus is lost when on the next, previous, first, or last buttons are disabled.
    changed to where focus will now jump to next appropriate button instead of focusing to body
    
    Fixes b/286098030
    DBowen33 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6b03de0 View commit details
    Browse the repository at this point in the history
  2. fix(material/paginator): refactoring

    refactoring code to make cleaner
    
    Fixes b/286098030
    DBowen33 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6ff975b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix(material/paginator): fixing focus issue

    refactored code to fix tslint error. added comments to explain code better
    
    fixes b/286098030
    DBowen33 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    12ee110 View commit details
    Browse the repository at this point in the history
  2. fix(material/paginator): removing unneeded import

    remove HostListener import
    
    fixes b/286098030
    DBowen33 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c96fb7d View commit details
    Browse the repository at this point in the history
  3. fix(material/paginator): fix tslint issue

    fix ts lint issue
    
    fixes b/286098030
    DBowen33 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e873608 View commit details
    Browse the repository at this point in the history
  4. fix(material/paginator): approve golden api

    approved api golden
    
    fixes b/286098030
    DBowen33 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c08850e View commit details
    Browse the repository at this point in the history