Ticket #1039 (closed defect: fixed)
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>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>Wow, I am a lot further down on the page.
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>No, not again...
<br />
</p>
</body>
</html>
Change History
Note: See
TracTickets for help on using
tickets.
