std4453

Results 13 issues of std4453

https://github.com/a-vis/spectrum/blob/8b018741162db662132aafddc8685030ad8a8e0f/core.js#L33 Should be `Emitter.call(this)`. Otherwise an `Cannot read property '_events' of undefined` error will be thrown at startup.

Great addon! The UI is really fluent and responsive and a pleasure to use. My question is that when I'm using [this addon](https://github.com/ShubhamVerma1811/vscode-react-outline) for JSX outline, it seems to have...

bug

Fill the _Events_ Wiki page with event definitions and real-world example data.

**Describe the bug** For development, I have a simple 1-node setup running some services with `traffic-agent` constantly available. Recently, I observe that the deployments get scaled down and then up...

I know this library is somehow unmaintained, well, in case that someone still watches it, i'd like to ask whether there's simple way to make value of range input direcly...

Browser: Chrome 104.0.5112.79 System: macOS Big Sur The z-index tab is always blank: Judging from Chrome WebStore comments, the extension stopped working at around August 2021. What's causing this? Is...

### Component Table ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/fusion-next-template-forked-89w4w7) ### Steps to reproduce 使用 Table 组件时,如果 columns 包含 lock: left 以及 sortable: true,排序行为异 常。 - 点击按钮不会清除非锁列表头的排序,反之亦然 如果同时还会在表格上切换 loading: true,则排序按钮不会展示为蓝色,不符合预期。 初步排查到是因为生成锁列的...

💬 Discussion
Stale

在 `ListView` 中使用时,传过来的 `getScrollContainer` 第一次必然得到 `undefined`,第二次渲染才会使用 `ListView` 提供的 container,且第二次渲染不会自动触发,在 `onTouchMove` 等事件产生导致重新渲染时会导致 DOM 结构整体变化,以及 children 被重新创建 / 渲染。 https://github.com/react-component/m-pull-to-refresh/blob/e60268f7ffe19b355482418f85fded80e8a78565/src/PullToRefresh.tsx#L297 相关:https://github.com/react-component/m-pull-to-refresh/issues/171 复现:https://clxjt.csb.app/ workaround: ```jsx const MyPullToRefresh = ({ getScrollContainer, ...props }) =>...