How to convert React-Draggable coordinates into Element.getBoundingClientRect()?
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức phù hợp với người mới
- 25/100
- Loại issue
- Tài liệu
- Độ rõ ràng
- Cần làm rõ
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- javascript, react
- Lĩnh vực
- frontend
Hướng nghiên cứu
Start by reviewing the Draggable component's onDrag data and the browser behavior of ref.getBoundingClientRect(). Reproduce the reported coordinate difference with the snippet, then document whether the values can be compared or converted and provide a minimal explanation of the coordinate systems involved.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
I noticed that the x and y coordinates that React-Draggable gives out is completely different from what getBoundingClientRect gives out. Here's a snippet of my code:
const [position, setPosition] = useState({ x: 0, y: 0 });
const trackPos = (data) => {
setPosition({ x: data.x, y: data.y });
};
<Draggable onDrag={(e, data) => trackPos(data)}>
<div ref = {ref}>...</div>
</Draggable>
When I print out the values of both ref.getBoundingClientRect() from the component and that of data are completely different. Is there any way to convert these values?
- Ngôn ngữ chính
- JavaScript
- Star
- 9.3k
- Fork
- 1k
- Merge trung bình
- 3 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 4
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của react-grid-layout/react-draggable
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 72/100
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 25/100
react-grid-layout/react-draggable#784 · 4 bình luận · 2 reaction ·
-
V4.5.0 Chrome Extension Error Đang mở
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 45/100
react-grid-layout/react-draggable#782 · 1 bình luận ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 25/100
react-grid-layout/react-draggable#781 · 1 bình luận · 2 reaction ·
-
the new version 4.5.0 会导致系统打包报错 Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 25/100
react-grid-layout/react-draggable#780 · 8 bình luận ·
Tất cả issue của react-grid-layout/react-draggable
Issue tương tự
-
bug
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 90/100
apache/cloudstack#14222 ·
-
Browser Waiting for: Product Owner
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 85/100
getsentry/sentry-javascript#24577 · 1 bình luận ·
-
curation good first issue
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
amponce/archive-movie-browser#186 ·
-
light
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 85/100
aemdemos/patients-stryker#253 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 86/100
clerk/javascript#9852 ·