[Webkit-unassigned] [Bug 92439] If draggable element inside inline-block then it invisible or white

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 24 23:54:40 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=92439

dhtmlkitchen at gmail.com <dhtmlkitchen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dhtmlkitchen at gmail.com

--- Comment #1 from dhtmlkitchen at gmail.com <dhtmlkitchen at gmail.com> ---
Created attachment 384273

  --> https://bugs.webkit.org/attachment.cgi?id=384273&action=review

Safari Drag 'n Drop Bug Example

.SlidingPuzzleFigure {
    /** This causes safari to make the dragged clone invisible. */
  display: inline-block;
}

li:active { 
  /** Safari needs this, else the dragged clone is invisible. 
  /* Uncomment to see the fix. */
  /* opacity: 0.999; */
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191125/bfcc42b3/attachment.htm>


More information about the webkit-unassigned mailing list