Switch to translate3d to handle bug in safari

Open
#730 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
css, javascript, react
Domain
frontend

Research direction

Search the repository for the translate transform used by draggable elements and read the surrounding implementation and any related tests. Reproduce or inspect the Safari z-index and canvas case, then verify the transform uses translate3d and draggable elements no longer fall behind canvases.

Written by the indexing model from the issue text.

Description

See --> https://bugs.webkit.org/show_bug.cgi?id=61824

Presently there is a bug where safari loses track of the zIndex after setting a 3D transform. This causes draggable elements to fall behind any canvases. The appropriate fix is to switch to translate3d instead of translate.

Dominant language
JavaScript
Stars
9.3k
Forks
1k
Avg merge
3d 8h
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from react-grid-layout/react-draggable

All issues in react-grid-layout/react-draggable

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.