cuijian

Results 4 comments of cuijian

Indeed, the execution order of Chrome is `onInternalCompositionStart`-`onInternalKeyPress`-`onInternalCompositionEnd` ![Image](https://github.com/user-attachments/assets/c1a5d876-ce41-45cd-9ef7-9b469863fec2) Safari is `onInternalCompositionStart`-`onInternalCompositionEnd`-`onInternalKeyPress` ![Image](https://github.com/user-attachments/assets/9b446e74-aeb7-4f7c-9caa-edefe0b4d267) so, `isCompositionRef.current` is not work in Safari

> Why do I have different result (110% being hidden) when the container height is small before the change of this PR? ![image](https://github.com/user-attachments/assets/c21c6ef0-001e-47b7-8034-7b13eb2684f7) [yAxis.axisLabel.showMinLabel ](https://echarts.apache.org/en/option.html#yAxis.axisLabel.showMinLabel) It can be seen from...

![企业微信截图_e53fa6e2-f745-4106-a502-520fd483a473](https://github.com/user-attachments/assets/284af4b4-396f-4bdc-bf8b-a5be6ed55fbc) I found that there is axisLabel.interval, which forces all labels to be displayed when this value is 0. But now it only takes effect for axis.type = 'category', I...

> 我建议把原来的 isCompositionRef 逻辑删掉。 The current implementation logic is 1. `isCompositionRef` is used to determine whether to start Chinese input, 2. `isCompositionEndRef` is used to determine whether onInternalCompositionEnd has been...