Ticket #1039 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Firefox full page adds multiple paragraphs after view source, revision 826 problem

Reported by: mharrisonline Owned by: gogo
Priority: normal Milestone: Version 1.0
Component: Xinha Core Version: trunk
Severity: normal Keywords: multiple paragraphs, full page, Firefox
Cc:

Description

In the latest nightly download of Xinha (but not the current stable release) when using Firefox and in full page mode, after one toggles from view source and back to WYSIWYG view, every time the user hits the return key the following code is generated:

<html>
  <head> 
  </head>
  <body>
    <p>Here is a line, now I will hit the return key for a new paragraph.
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>Wow, I am a lot further down on the page.
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>&nbsp;
    </p>
    <p>No, not again...
      <br />
    </p>
  </body>
</html>

Change History

Changed 5 years ago by mharrisonline

  • summary changed from Firefox full page puts adds multiple paragraphs after view source to Firefox full page adds multiple paragraphs after view source, revision 826 problem

This issue does not happen if you use the XinaCore?.js from revision 819, but it does happen if you use revision 826 or later.

Changed 5 years ago by ray

  • status changed from new to closed
  • resolution set to fixed

Very, very strange; reverted change for FF in rev [860]

Note: See TracTickets for help on using tickets.