ace-window icon indicating copy to clipboard operation
ace-window copied to clipboard

pdf windows scrolled to top of current page

Open Fritzkefit opened this issue 5 years ago • 3 comments
trafficstars

Whenever I call 'ace-window' with more than 2 windows, i.e., whenever the ace-window keys are displayed, it scrolls to the top of all windows displaying pdfs (it doesn't matter whether I use DocView or pdf-tools). When switching with 'other-window' this does not happen. Unfortunately this is very annoying; for instance, when you try to translate mathematical formulas --on which I zoomed in, in the middle/bottom of the pdf page-- into code opened in another window.

Fritzkefit avatar Oct 13 '20 11:10 Fritzkefit

This happens for me also. It seems like it resets the pdf-view window when ace-window tries to draw the selecting character, which it fails to do. Can I tell ace-window to not draw on pdf-view windows?

tmplt avatar Feb 09 '21 23:02 tmplt

I noticed now that ace-window doesn't fail to draw the selecting character, but it draws it halfway down the PDF page, not in the top-left as is the case for all other windows.

tmplt avatar Feb 12 '21 16:02 tmplt

I was noticing the same (scrolling to top of pdf, drawing the character halfway down, on the left).

The posframe versions of either https://github.com/abo-abo/ace-window/pull/204 or https://github.com/abo-abo/ace-window/pull/192 do not show these issues.

rdiaz02 avatar Nov 03 '21 04:11 rdiaz02