Page MenuHomePhabricator

Fix dialog z-index issue
ClosedPublic

Authored by epriestley on Jan 29 2015, 2:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 9:11 AM
Unknown Object (File)
Fri, Mar 22, 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
Unknown Object (File)
Feb 7 2024, 8:31 AM
Unknown Object (File)
Dec 20 2023, 10:43 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.