fabiocolacio / Marker

🖊 A gtk3 markdown editor
GNU General Public License v3.0
832 stars 75 forks source link

Preview scrollbar auto-resetting to top #276

Closed nluizsoliveira closed 4 years ago

nluizsoliveira commented 5 years ago

I'm not sure if it's a bug, miss-configuring of mine or the way the app is supposed to work. But it's making live-previewing impossible. Every typing on the "code" window pushes the preview window's scrollbar to the very top, which doesn't allow to see how the bottom-content of the document is being rendered

Mandarancio commented 4 years ago

Hi, sorry for the late answer, I am now working on it and I commited a temporary fix that looking promising. The only problem that on my system I could see the page quickly scrolling to the correct position after every updates...

I am working on it!

Mandarancio commented 4 years ago

Now on my machine is fixed and working fine using the scroll-extension. Note: the plugin must be installed and so you need to run sudo ninja install once compiled.