Page MenuHomePhabricator

Fix dialog z-index issue
ClosedPublic

Authored by epriestley on Jan 29 2015, 2:56 PM.
Tags
None
Referenced Files
F13143474: D11559.diff
Fri, May 3, 7:30 AM
Unknown Object (File)
Thu, Apr 25, 1:35 AM
Unknown Object (File)
Thu, Apr 11, 9:11 AM
Unknown Object (File)
Mar 22 2024, 6:23 PM
Unknown Object (File)
Mar 6 2024, 8:52 AM
Unknown Object (File)
Feb 17 2024, 9:00 PM
Unknown Object (File)
Feb 10 2024, 5:46 PM
Unknown Object (File)
Feb 10 2024, 1:12 PM
Subscribers
Tokens
"Haypence" token, awarded by btrahan.

Details

Summary

Fixes T7081. History here:

  • JX.Scrollbar made the page scroll weird when a dialog came up because it was half-frame and half-document.
  • I made it fully frame-level.
  • But this wasn't really right; a better fix is to make it fully document-level.
Test Plan
  • Weird scroll on opening dialog is still fixed.
  • iOS Safari no longer puts the mask over the dialog.

Diff Detail

Repository
rP Phabricator
Branch
dscroll
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4153
Build 4166: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Fix dialog z-index issue.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
chad edited edge metadata.
This revision is now accepted and ready to land.Jan 29 2015, 3:09 PM
This revision was automatically updated to reflect the committed changes.