WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
183170
Position: static and z-index glitching
https://bugs.webkit.org/show_bug.cgi?id=183170
Summary
Position: static and z-index glitching
hughbellars
Reported
2018-02-27 12:17:10 PST
Steps to Reproduce - Visit the following site on Chrome and Safari:
http://hughbellamy.com/cv
- Scroll down the page and observe Expected The "About" section does not move and is below the "Coding" section. This happens on Chrome Actual There is really glitchy weird behaviour - sometimes the "About" section does indeed scroll, but sometimes it doesn't. It doesn't have the expected behaviour when the developer tools are visible. But when the developer tools *are* open, it does exhibit the expected behaviour! There is a gif of the behaviour here:
https://imgur.com/eSUxVjk
Attachments
Add attachment
proposed patch, testcase, etc.
hughbellars
Comment 1
2018-02-27 12:23:53 PST
I've seemingly got a fix here:
https://github.com/hughbe/hughbe.github.io/commit/dd022d2e63b1f73a1f068686e678bf0673868741#diff-03dd2c73e657dd388554b3f02614efdfR34
Simon Fraser (smfr)
Comment 2
2018-02-27 13:09:58 PST
Can you archive the broken version so we can use it for debugging?
hughbellars
Comment 3
2018-02-28 01:01:36 PST
I can archive the site but you'll have to build it yourself with npm (should be easy) ``` git clone
https://github.com/hughbe/hughbe.github.io.git
cd hughbe.github.io git checkout webkit-repro npm install npm start ``` And navigate to
http://localhost:3000/cv
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug