Community
    • Login

    Issue #3316 can anyone else reproduce.

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 2.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RHscitechR Offline
      RHscitech
      last edited by

      Hi,
      I have submitted a bug report but am wondering if anyone else can reproduce what I am seeing.

      It is issue #3316 Lost text when printing long lines.

      The basic issue is that if you print a document with very long lines that span more than 2 pages then text goes missing between pages 2 & 3 of the line.

      The line does in fact only have to be slightly longer than 1 page but it has to fall in such a way as to span the bottom of one all of a second and the top of the third page.

      Having it confirmed that anyone else can repeat this would be a great help as I am considering dipping into the code myself to look for it.

      Cheers,
      John.

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC Offline
        Claudia Frank @RHscitech
        last edited by Claudia Frank

        @RHscitech

        I can confirm your findings.
        I did a similar test with a 4 digit number which increases by 1 steadily
        and redirected to pdf printer.

        As you see, I’m missing numbers as well.
        The test was done to print 0001 to 9999
        but only 4 pages containing
        P1 = 0001 - 0832 (ok)
        P2 = 0833 - 1664 (ok)
        P3 =2497 - 3328 (gap)
        P4 = 5825 - 6656 (gap) (rest missing)
        were generated

        Cheers
        Claudia

        For any interest, used python script is

        s=''
        for i in range(1,10000): 
            s += '{:>04} '.format(i)
        
        editor.appendText(s)
        
        1 Reply Last reply Reply Quote 1
        • RHscitechR Offline
          RHscitech
          last edited by

          Thanks for confirming.

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors