• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IgniteUI / igniteui-webcomponents / 32125628778
98%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2026 10:15AM UTC
Jobs 1
Files 236
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Aug 2026 10:12AM UTC coverage: 98.311% (-0.01%) from 98.324%
32125628778

push

github

web-flow
fix(dropdown): repair target lifecycle, selection state and ARIA (#2338)

Fixes:
- Enter on an open dropdown before any arrow key threw a TypeError.
- Keyboard navigation died once a dropdown opened at an explicit target was
  closed and reopened without that target, or after being moved in the DOM.
  The resolved target now outlives the open state.
- Reopening through the `target` slot left the list positioned at a previously
  passed, detached element.
- `show(other)` while open left `aria-expanded` on the previous element and
  leaked its key event listeners; `show('unknown-id')` threw.
- `clearSelection()` left navigation on the cleared item.
- `selectedItem` kept returning items removed from the DOM.
- `aria-haspopup` / `aria-expanded` outlived the dropdown on its target.
- `igc-dropdown-header` had no role inside the `listbox`, and an
  `igc-dropdown-group` label named nothing - both ports of what
  `igc-select-header` and `igc-select-group` already do.

Accessibility: the target declares `aria-haspopup="listbox"` and, while open,
`aria-activedescendant` for the item navigation is on, so the highlight is
announced. Focus stays on the target, which is what the key bindings are
observed on, so that is where the relation belongs.

Behavioral change: `igcChange` is no longer emitted when the already selected
item is picked again; the list still closes.

Refactor: `@watch` gives way to `willUpdate`, target resolution funnels through
one step that carries key listeners, outside-click exemption and ARIA with it,
selection follows select's shape, and the internals are `_`-prefixed and laid
out in regions.

16 new specs cover the fixed behaviors. No public API changes.

6903 of 7243 branches covered (95.31%)

Branch coverage included in aggregate %.

340 of 347 new or added lines in 3 files covered. (97.98%)

48920 of 49539 relevant lines covered (98.75%)

1441.19 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
98.51
-1.49% src/components/dropdown/dropdown.ts
Jobs
ID Job ID Ran Files Coverage
1 32125628778.1 18 Aug 2026 10:15AM UTC 236
98.31
GitHub Action Run
Source Files on build 32125628778
  • Tree
  • List 236
  • Changed 6
  • Source Changed 3
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32125628778
  • 9a3da90d on github
  • Prev Build on master (#32113585587)
  • Next Build on master (#32132682942)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc