Stephane Comeau

Results 19 issues of Stephane Comeau

# Pull Request ## 📖 Description Modifies anchored-region viewport lock to work in both directions. Previously the region would not overlap the anchor to remain within the viewport, this change...

## 📖 Description Data grid currently does not have any notion of selection built-in, this change adds that functionality for row selection. ![image](https://user-images.githubusercontent.com/7649425/160933194-5305c40a-0489-40af-b910-9b5b67585af1.png) ## ✅ Checklist ### General - [x]...

## 📖 Description This pr updates the dialog and toolbar elements to use [tabbable's](https://github.com/focus-trap/tabbable?msclkid=bb1d0c7fcd5b11ec81a99b1d2d3a9767) new shadom dom support. ### 🎫 Issues Removes some local code. ## 👩‍💻 Reviewer Notes ##...

## 📖 Description Adds the virtual-list component which can render an array of data using templates and also only render the items currently in/near the bounds of a viewport element....

# 🙋 Feature Request The accordion component has no testing of runtime functionality, click expand button opening/closing etc... We should add these in fast-foundation once we have moved to playright...

improvement
status:under-consideration
area:fast-foundation

How the expanded state of fast tree-items is managed is confusing and should be reviewed. Most notable the `expanded` property can be `true` even if the item is not actually...

improvement
status:needs-investigation
area:fast-foundation
community:noteworthy

We should look at updating our dialog component to take advantage of new platform capabilities like those described in this article - https://web.dev/building-a-dialog-component/.

improvement
status:needs-investigation
area:fast-foundation
community:request

## 📖 Description Note: based on this branch, will reconcile after that's merged: https://github.com/microsoft/fast/pull/6260 Anchored region did not support anchoring to arbitrary coordinates. This change adds support for that as...

# Pull Request ## 📖 Description This change ports changes from https://github.com/microsoft/fast/pull/6260 to the archived version ### 🎫 Issues https://github.com/microsoft/fast/issues/6125 ## 👩‍💻 Reviewer Notes This does not include minor styling...

## 📖 Description Data-grid only invoked scroll into view when it was the scroll container itself and not as a variable height container that was taller than the page. This...