[Webkit-unassigned] [Bug 207689] Disappearing elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 13 23:07:49 PST 2020


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

--- Comment #5 from Roland Soos <roland at nextendweb.com> ---
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)
  }
})

-- 
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/20200214/5379aac7/attachment.htm>


More information about the webkit-unassigned mailing list