align icon indicating copy to clipboard operation
align copied to clipboard

Abstract React Align

Results 22 align issues
Sort by recently updated
recently updated
newest added

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.14.11 to 17.0.15. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=16.14.11&new-version=17.0.15)](https://dependabot.com/compatibility-score/?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=16.14.11&new-version=17.0.15) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 16.9.14 to 17.0.9. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=16.9.14&new-version=17.0.9)](https://dependabot.com/compatibility-score/?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=16.9.14&new-version=17.0.9) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 26.0.24. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=24.9.1&new-version=26.0.24)](https://dependabot.com/compatibility-score/?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=24.9.1&new-version=26.0.24) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Firstly: thanks so much for an awesome set of components! These are really great. I recently ran into a problem with `position: fixed` elements and the Trigger alignment. When using...

现在,Dropdown有一个bug,如果触发滚动的元素在一个可以滚动的div内,div滚动时dropdown的位置不会更新。 虽然现在有一个getPopupContainer的属性,但是这个属性局限性很大,比如有下面两个问题: 一:zIndex的问题,如果dropdown的popup在div内,有时候会被遮挡。 二:多层滚动嵌套时。 解决方法:监听所有的滚动事件, 只要是trgger的父元素滚动,就重新定位。 这里使用事件捕获而不是事件冒泡,因为滚动事件不会冒泡到根元素。 下面这个PR是我本地用的解决方法,希望把这个特性加进来,代码供参考: https://github.com/react-component/align/pull/126

现在,Dropdown有一个bug,如果触发滚动的元素在一个可以滚动的div内,div滚动时dropdown的位置不会更新。 虽然现在有一个getPopupContainer的属性,但是这个属性局限性很大,比如有下面两个问题: 一:zIndex的问题,如果dropdown的popup在div内,有时候会被遮挡。 二:多层滚动嵌套时。 解决方法:监听所有的滚动事件, 只要是trgger的父元素滚动,就重新定位。 这里使用事件捕获而不是事件冒泡,因为滚动事件不会冒泡到根元素。

Bumps [np](https://github.com/sindresorhus/np) from 5.2.1 to 7.5.0. Release notes Sourced from np's releases. v7.5.0 Fix showing files added since the last release (#595) 626aed6 https://github.com/sindresorhus/np/compare/v7.4.0...v7.5.0 v7.4.0 Add support for custom commit...

dependencies

Fix https://github.com/ant-design/ant-design/issues/14582 dom-align 匹配不成功的时候回把points重置,但是它接下来又会调整

As identified in https://github.com/react-component/slider/issues/409, it looks like the new shallow compare added in b449abae37e958f3e46309618da90c15d1642810 isn't updating when it should, so the tooltip stays put. I don't have the full context...

` ` I met some strange problem,If I dont use 'useCssRight',the position defaults to using left and top in poistion absolute,If I use that, it became use right,but get wrong...