atlassian / react-beautiful-dnd

Beautiful and accessible drag and drop for lists with React
https://react-beautiful-dnd.netlify.app
Other
33.36k stars 2.56k forks source link

Can't use in the embedded browser on my gameboy 3DS emulator running on a Sun Microsystems SPARC headless server exporting graphics as ASCII on the terminal. #799

Open jjcm opened 6 years ago

jjcm commented 6 years ago

Bug or feature request?

Bug

Expected behavior

Ability to use the 3DS D-pad to drag and drop components that have been selected and have the ASCII representation of the card be properly rendered on screen.

Actual behavior

D-Pad events don't seem to be registering. Card delineation once converted to ASCII is too hard to see.

Steps to reproduce

  1. Find an old sun microsystems server
  2. Compile Citra-EMU for the UltraSPARCII instruction set.
  3. Hook into the graphics buffer of Citra-EMU and tie into VLC's open source caca video-> ASCII generator git://git.videolan.org/vlc/vlc-3.0.git
  4. Load demo project and use d-pad on list.

What version of React are you using?

Using a custom fork of React v0.12

What version of react-beautiful-dnd are you running?

Someone else's "next" branch from last March.

DonGissel commented 6 years ago

Finally someone said it! Please fix this soon, guys!

trixn86 commented 5 years ago

The lib is basically useless until this is fixed.