nicky132

Results 12 issues of nicky132

1、Timeline.js:246 Uncaught TypeError: Cannot read property 'className' of undefined at Timeline.js:246 2、The above error occurred in the component: in Timeline (at archive.js:107) in div (at archive.js:106) 解决快照: ![image](https://user-images.githubusercontent.com/34881461/100329307-740fdb80-3008-11eb-8b15-a514a3289bbf.png)

### 🐛 ant design pro用到的umi3.5不支持ie11浏览器 ### 📷 复现步骤 | Recurrence steps ### 🏞 期望结果 | Expected results ### 💻 复现代码 | Recurrence code ### © 版本信息 - Ant Design Pro...

## Describe the bug ![1704274365567_23E6B9A4-BF55-457a-BD77-2EBE6F95C9AC](https://github.com/nocobase/nocobase/assets/34881461/cdb6a3c2-ca2f-445a-8626-a9f76eb7529f) ## Version Steps to reproduce the behavior: 1. git clone https://github.com/nocobase/nocobase.git my-nocobase-app 2. cd my-nocobase-app 3. yarn install 4. yarn nocobase install --lang=zh-CN 5. yarn...

**maplibre-gl-js version**:4.0.0-pre.4 **browser**:safari ![69aa31965daa4a6fd75e1ff600bfc11c](https://github.com/maplibre/maplibre-gl-js/assets/34881461/dafcea92-7821-490f-85e3-5da9cd259f7d) ### Steps to Trigger Behavior 1.update maplibregl to 4.0.0-pre.4 2.open map page 3.display error message ### Link to Demonstration ### Expected Behavior no error ### Actual...

need more info

限定TDOAuth和VTAcknowledgementsViewController版本并且设置使用阿里镜像

@antv/g2plot,散点气泡图中的四象限图,怎么监听每个象限的点击事件,产品需要拿每个象限的点击事件去做业务 目前试过通过添加下面的方法,不行 scatterPlot.on('element:click', (evt) => { const xBaseline = 4; const yBaseline = 4; const data = evt.data.data; const x = data[scatterPlot.options.xField]; const y = data[scatterPlot.options.yField]; if (x > xBaseline...

我的写法貌似有问题: image.ts文件中修改代码 ` _fillText2Ctx( ctx: CanvasRenderingContext2D, textConfig: ImageConfig.Text, width: number, height: number ) { let { position, color, fontSize, cSpace, vSpace, angle, text, linesSpace } = textConfig ctx.font = `${fontSize}px...

@antv/g2plot,散点气泡图中的四象限图,怎么监听每个象限的点击事件,产品需要拿每个象限的点击事件去做业务 目前试过通过添加下面的方法,不行 scatterPlot.on('element:click', (evt) => { const xBaseline = 4; const yBaseline = 4; const data = evt.data.data; const x = data[scatterPlot.options.xField]; const y = data[scatterPlot.options.yField]; if (x > xBaseline...

只有移动端容易复现这个问题,PC端正常.比如在ipad横评预览excle文件时,就只能展示小半屏,没有铺满,产生大半屏的留白.