Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [next版本]supportsCSSTransform属性对 框选区域不生效 #2553

Closed
1 of 5 tasks
whitexie opened this issue Feb 20, 2024 · 4 comments
Closed
1 of 5 tasks

🐛 [next版本]supportsCSSTransform属性对 框选区域不生效 #2553

whitexie opened this issue Feb 20, 2024 · 4 comments
Assignees
Labels
🐛 bug 这个是一个 bug next 2.0-next 版本的问题 released on @next

Comments

@whitexie
Copy link

🏷 Version

Package Version
@antv/s2 2.0.0-next.12

Sheet Type

  • PivotSheet
  • TableSheet
  • GridAnalysisSheet
  • StrategySheet
  • EditableSheet

🖋 Description

⌨️ Code Snapshots

const s2Options: S2Options = {
      width: 1200,
      height: 960,
      showDefaultHeaderActionIcon: true,
      transformCanvasConfig: () => {
        return {
          supportsCSSTransform: true,
        };
      },
    };

🔗 Reproduce Link

codesandbox

🤔 Steps to Reproduce

😊 Expected Behavior

框选背景与实际框选区域不一致

😅 Current Behavior

💻 System information

Environment Info
System
Browser
@lijinke666 lijinke666 self-assigned this Feb 27, 2024
@lijinke666 lijinke666 added the 🐛 bug 这个是一个 bug label Feb 27, 2024
Copy link
Contributor

你好 @whitexie,很抱歉给你带来了不好的体验, 我们会尽快排查问题并修复, 请关注后续发布日志.

Hello, @whitexie, We are so sorry for the bad experience. We will troubleshoot and fix the problem as soon as possible. Please pay attention to the follow-up change logs.

wjgogogo pushed a commit that referenced this issue Feb 29, 2024
* fix: 修复父容器存在 transform 缩放时单元格刷选偏移 close #2553

* test: 修复单测

* test: 修复单测
@lijinke666
Copy link
Member

fixed #2565

@lijinke666
Copy link
Member

🎉 This issue has been resolved in version @antv/s2-v2.0.0-next.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lijinke666
Copy link
Member

🎉 This issue has been resolved in version @antv/s2-react-v2.0.0-next.12 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug 这个是一个 bug next 2.0-next 版本的问题 released on @next
Projects
None yet
Development

No branches or pull requests

2 participants