Community
    • Login

    Issue #3316 can anyone else reproduce.

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 2 Posters 1.8k Views
    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
      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
        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
          RHscitech
          last edited by

          Thanks for confirming.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors