bounding doesn't work properly if using offset

Aperta
#506 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
javascript, react
Ambito
frontend

Direzione di ricerca

The issue names no files, tests, or entry points. Start by reproducing the described draggable component behavior with default position, offset, and bounds, then trace how bounds are calculated. Done means bounds reflect the combined default and offset position while the component remains draggable.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

I'm not sure if this is intended behavior, but I might work on a fix. Here's what I'm trying to do:

I want to make my draggable frame responsive, specifically when a user flips a mobile phone between portrait/ landscape, I want the position to readjust. Default position seems to be static once the component is created, so passing a new default prop doesn't change its position. Using position{} works, but I still want the component to be draggable, not controlled. I found a way to get this to work by passing an offset{}, but then the bounding responds to the default position, not the offset+default.

in short, I think the bounding should be calculated based on default + offset position? Any thoughts are appreciated.

Lingua principale
JavaScript
Stelle
9.3k
Fork
1k
Merge medio
3g 8h
PR unite (30g)
4

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di react-grid-layout/react-draggable

Tutte le issue di react-grid-layout/react-draggable

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.