FormOverlay centers overlay off the page
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
FormOverlay calls centered() whenever a visibleChange event occurs. This causes overlays that are taller than the viewport to be positioned where the top of the overlay is off the page. The simplest solution is to check whether bounding_
Another solution would be to use widget.align(null, [WidgetPostionE
Instead of centering the widget vertically, it would be convenient to position the top of the widget near the element that was clicked on to show the widget.
Changed in lazr-js: | |
status: | New → Triaged |
importance: | Undecided → Medium |
affects: | lazr-js → launchpad |
Changed in launchpad: | |
importance: | Medium → High |
tags: | added: javascript |