UNCONFIRMED 92439
If draggable element inside inline-block then it invisible or white
https://bugs.webkit.org/show_bug.cgi?id=92439
Summary If draggable element inside inline-block then it invisible or white
Kirill Jakovlev
Reported 2012-07-26 17:08:41 PDT
Created attachment 154793 [details] Drag box inside inline block I don't know if this bug fixed after fixing this bug https://bugs.webkit.org/show_bug.cgi?id=79417 I have both bugs in my cromium (18.0.1025.168 (Developer Build 134367 Linux) Ubuntu 12.04) now. If draggable element inside inline-block then it invisible or white. if you add the declarations width: 100% and height: 100% to body, html, the box will invisible. if not, the box will fully white. To see the error, you should uncomment class a. Then you can comment width, heigth declarations to see another kind of bug.
Attachments
Drag box inside inline block (1021 bytes, text/html)
2012-07-26 17:08 PDT, Kirill Jakovlev
no flags
Safari Drag 'n Drop Bug Example (1.39 KB, text/html)
2019-11-24 23:54 PST, dhtmlkitchen@gmail.com
no flags
dhtmlkitchen@gmail.com
Comment 1 2019-11-24 23:54:40 PST
Created attachment 384273 [details] 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; */ }
Brent Fulgham
Comment 2 2022-07-13 10:35:20 PDT
Blink and WebKit do not allow dragging in the "Safari Drag 'n Drop Bug Example', but Gecko does. Gecko does not allow the box to be dragged in the first test case, but Blink and WebKit do. I'm not sure which behavior is correct.
Radar WebKit Bug Importer
Comment 3 2022-07-13 10:35:33 PDT
Note You need to log in before you can comment on or make changes to this bug.