https://bugs.documentfoundation.org/show_bug.cgi?id=156781
--- Comment #5 from Mike Kaganski <[email protected]> --- (In reply to Hossein from comment #4) > (In reply to Mike Kaganski from comment #3) > > I am unsure if it must be the same *on screen* - because it *might* be > > reasonable to use a different width for the side panel where the comments > > are displayed (?); however: > The code that computes the width and height of the yellow box is actually > shared in screen and output, and it is dependent on DPI, and also zoom level! > > ... > > > 1. It definitely should be the same in PDF, because it has the same size for > > the side comments area, and other elements, like font, are the same - so it > > looks like no re-layouting of comments is happening for PDF output; > As I've said, the code that calculates the yellow box rectangle is shared > between screen and print. I am unsure why you write this. AFAIU we are not discussing the current state (we seem to agree that it's not OK), but what specifically should change. If the code is shared currently, and if we agree that it is reasonable to be DPI-dependent on screen, then we simply split the code (as necessary). -- You are receiving this mail because: You are the assignee for the bug.
