mozilla / lightbeam

Orignal unmaintained version of the Lightbeam extension. See lightbeam-we for the new one which works in modern versions of Firefox.
https://github.com/mozilla/lightbeam-we
Mozilla Public License 2.0
587 stars 149 forks source link

Keep graph in view when zooming in #638

Closed jvilladsen closed 9 years ago

jvilladsen commented 9 years ago

If you zoom out, move the graph and then zoom in again, the graph can move out of sight. The reason is that the zoom goes towards/away from the centre of the visible area. This is changed to zoom towards/away from the graph, which is around position (350, 350).

fmarier commented 9 years ago

@jvilladsen Is that still needed now that we've fixed the flex layout problems with #640?

fmarier commented 9 years ago

I'll close that issue for now because I haven't seen these problems since the layout fixes in 1.1.0. Please reopen if it's still relevant.