Programmatically drag another Draggable

オープン
#205 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
javascript, react
領域
frontend

調査の方向性

Start by reviewing the Draggable component's onDragStart handling and mouse-event flow, then compare that with the react-grid-layout GridItem creation sequence described in the issue. A complete result would establish a supported way to programmatically begin dragging the new item and receive its drag-start event, with the behavior documented or covered by an existing test pattern.

索引モデルが issue の本文から書いたものです。

説明

This is my use case. I have a bar of components that the user can drag and drop to a grid(using react-grid-layout, which in turn uses react-draggable). So I'm essentially calling ondragstart on a Draggable item.

This is what is it does as of now:

  1. user drags item from topbar
  2. creates new GridItem
  3. item calls onDragStart (how?) and listens to mouse event (how?)

Anyone knows how to do this?

主要言語
JavaScript
スター
9.3k
フォーク
1k
平均マージ
3日 8時間
マージ済み PR(30日)
4

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

react-grid-layout/react-draggable のほかの issue

react-grid-layout/react-draggable の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。