JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

Inline display not scrolling when it overlaps bottom of current page #52

Open jasongilman opened 8 years ago

jasongilman commented 8 years ago

A user filed the following against Proto REPL (#99) but I think this is a problem with the Atom Ink inline scrolling. If you have something expanded that goes beyond the end of the screen and your mouse is within the inline display then you can't scroll to see the rest of the content. I was thinking that if the div is partially offscreen then the outer window should be scrollable until the inline display is completely visible. I'm not sure how much control you have over that within Atom.

The scroll bars don't appear, and the panel can't be scrolled in any direction, even though there is additional data to show.

screen shot 2016-05-04 at 10 58 24
pfitzseb commented 8 years ago

I can look into this, but for now I'd recommend turning on the Scroll Past End checkbox in the settings, which should give more than enough screen space for inline results.

tlnagy commented 8 years ago

Where are ink's settings? I can't seem to find them under the package screen in Atom.

pfitzseb commented 8 years ago

That's an Atom setting, not an ink setting.

MikeInnes commented 8 years ago

I have some PRs open for Atom which are aimed at fixing this: https://github.com/atom/atom/pull/11864 & https://github.com/atom/atom/pull/11852.