dgreene1 / react-accessible-treeview

A react component that implements the treeview pattern as described by the WAI-ARIA Authoring Practices.
https://dgreene1.github.io/react-accessible-treeview
MIT License
277 stars 37 forks source link

Upward Propagation fixes in VtxTreeView #87

Closed Ke1sy closed 1 year ago

Ke1sy commented 1 year ago

Fixes:

Ref: UIEN-3764

kpustakhod commented 1 year ago

@Ke1sy Please take a look at this case (propagationSelect=false, propagationSelectUpwards=true, multiSelect=true):

https://user-images.githubusercontent.com/16884481/222165463-7c8b321e-b7a7-420a-b0bb-079bcc2c29ff.mov

kpustakhod commented 1 year ago

@Ke1sy please teka a look at this case too (propagationSelect=false, propagationSelectUpwards=true, multiSelect=false):

https://user-images.githubusercontent.com/16884481/222175212-a02e98b0-28eb-4301-a22e-e2521e09b9c8.mov

Ke1sy commented 1 year ago

@Ke1sy Please take a look at this case (propagationSelect=false, propagationSelectUpwards=true, multiSelect=true):

fixed

Ke1sy commented 1 year ago

@Ke1sy please teka a look at this case too (propagationSelect=false, propagationSelectUpwards=true, multiSelect=false):

fixed