#5566 closed defect (bug) (duplicate)
Safari, OmniWeb and similar browsers LOSE all paragraph formatting upon editing
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | major | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
Here is a description of what I did. Problem in Safari and OminWeb. NO problem in Firefox.
Running Mac OSX 10.4.11. This bug does NOT occur in any browsers I tested with WP 2.1.3. But it DOES occur with the current version.
OminWeb:
Write a post.
Add title.
Type in Visual tab:
Paragraph 1. Text here.
Paragraph 2. Text here.
Paragraph 3. Text here.
Click Publish.
Click View Post.
Paragraphs eliminated.
Click Edit.
Click Code tab.
Add carriage returns back in.
Click Save.
Looks fine.
Click Edit.
Defaults to Visual tab. LOOKS fine, but formatting is lost. Clicking on Save or on Code tab and Save looses formatting. Code looks like this:
Paragraph 1. Text here.Paragraph 2. Text here.Paragraph 3. Text here.
Note: this paragraph loss happens without ANY other formatting of text.
Click on Visual tab. Re-enter carriage returns. Bold first paragraph (using the B link in the menubar). Code tab now shows this:
<span class="Apple-style-span" style="font-weight: bold">Paragraph 1. Text here.</span>Paragraph 2. Text here.Paragraph 3. Text here.
Safari:
Write a post.
Add title.
Type in Visual tab:
Paragraph 1. Text here.
Paragraph 2. Text here.
Paragraph 3. Text here.
Click Publish.
Click View Post.
Paragraphs eliminated.
Click Edit.
Click Code tab.
Add carriage returns back in.
Click Save.
Looks fine.
Click Edit.
Defaults to Visual tab. LOOKS fine, but formatting is lost. Clicking on Save or on Code tab and Save looses formatting. Code looks like this:
Paragraph 1. Text here.Paragraph 2. Text here.Paragraph 3. Text here.
Note: this paragraph loss happens without ANY other formatting of text.
Click on Visual tab. Re-enter carriage returns. Bold first paragraph (using the B link in the menubar). Code tab now shows this:
<strong>Paragraph 1. Text here.</strong>Paragraph 2. Text here.Paragraph 3. Text here.
Firefox:
Write a post.
Add title.
Type in Visual tab:
Paragraph 1. Text here.
Paragraph 2. Text here.
Paragraph 3. Text here.
Click Publish.
Click View Post.
Paragraphs look fine.
Click Edit.
Click Code tab.
Type:
Paragraph 4. Text here.
Click Save.
Last paragraph (4) does not have correct spacing (appears directly under 3, where others have a space between then). Others appear find.
Click Edit.
Change paragraph in Visual tab.
Click Save.
Appears fine.
Adding bold does not cause a problem.
Duplicate of #4521.