RESOLVED DUPLICATE of bug 204605 207689
Elements disappear on https://smartslider3.com/full-screen-divi-slider/
https://bugs.webkit.org/show_bug.cgi?id=207689
Summary Elements disappear on https://smartslider3.com/full-screen-divi-slider/
Roland Soos
Reported 2020-02-13 04:59:37 PST
Created attachment 390631 [details] Screen record Steps to reproduce: 1. Open https://smartslider3.com/full-screen-divi-slider/ 2. Wait a few seconds What should happen? The text an images should be visible on the screen What went wrong? The elements are becoming non visible. If you scroll on the page the element become visible again.
Attachments
Screen record (3.69 MB, video/mp4)
2020-02-13 04:59 PST, Roland Soos
no flags
Roland Soos
Comment 1 2020-02-13 06:35:43 PST
Another example: #1 Open in Safari on iPhone/iPad: https://smartslider3.com/wordpress-carousel-post-slider/ #2 Place your finger at the right side of the image and drag it to the left and release. #3 After the slide switching the bullets under them become invisible or partly visible.
Radar WebKit Bug Importer
Comment 2 2020-02-13 11:35:46 PST
Simon Fraser (smfr)
Comment 3 2020-02-13 15:53:50 PST
The first example reproduces on macOS too. I can't get the bullets to disappear on macOS.
Simon Fraser (smfr)
Comment 4 2020-02-13 15:58:49 PST
I think this is also about the scrolling tree.
Roland Soos
Comment 5 2020-02-13 23:07:49 PST
Applies to both example: Able to reproduce: iPad version 13.2.3 iPhone 13.3.1 Not able to reproduce: 10.15.3 Release 100 (Safari 13.2, WebKit 15610.1.2.1) For the other scroll issue I reported there was scrollLeft or scrollTop set all the time. I just checked and at these examples all scrollLeft and scrollTop are 0. n2("*").each(function(){ if(this.scrollTop > 0 || this.scrollLeft > 0){ console.log(this) } })
Simon Fraser (smfr)
Comment 6 2020-03-24 17:24:27 PDT
(In reply to Roland Soos from comment #1) > Another example: > #1 Open in Safari on iPhone/iPad: > https://smartslider3.com/wordpress-carousel-post-slider/ > #2 Place your finger at the right side of the image and drag it to the left > and release. > #3 After the slide switching the bullets under them become invisible or > partly visible. I spawned this into bug 209526 because I suspect it's different.
Simon Fraser (smfr)
Comment 7 2020-03-24 17:31:42 PDT
This seems like a repaint bug too.
Simon Fraser (smfr)
Comment 8 2020-03-24 19:00:04 PDT Comment hidden (obsolete)
Simon Fraser (smfr)
Comment 9 2020-03-24 20:31:34 PDT
This doesn't reproduce with backing sharing disabled, so it's likely a dup of bug 204605.
Simon Fraser (smfr)
Comment 10 2020-03-24 22:08:41 PDT
Confirmed. *** This bug has been marked as a duplicate of bug 204605 ***
Note You need to log in before you can comment on or make changes to this bug.