Closed Bug 1590357 Opened 5 years ago Closed 5 years ago

Bug 1590203 missed to update overflow areas.

Categories

(Core :: CSS Parsing and Computation, defect, P2)

defect

Tracking

()

RESOLVED FIXED
mozilla72
Tracking Status
firefox72 --- fixed

People

(Reporter: emilio, Assigned: emilio)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

This is the other thing that's affected when overflow changes from -moz-hidden-unscrollable to visible. Testcase:

<!doctype html>
<style>
  .toggle {
    width: 100px;
    height: 100px;
    background: blue;
    overflow: visible;
  }

  .toggle:hover {
    background: purple;
    overflow: -moz-hidden-unscrollable;
  }

  .container {
    overflow: auto;
    height: 300px;
  }
</style>
<div class="container">
  Hovering over the box below should hide scrollbars on the parent.
  <div class="toggle">
    <div class="fill" style="height: 5000px"></div>
  </div>
</div>
Flags: needinfo?(emilio)
Assignee: nobody → emilio
Priority: -- → P2
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89b3345153a3
Update overflow areas for visible -> unscrollable clip changes. r=mattwoodrow
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/19833 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Regressions: 1590550
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Upstream PR merged by moz-wptsync-bot
Has Regression Range: --- → yes
Keywords: regression
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: