Page MenuHomePhabricator

Safari 3 displays raw <p>s, eats newlines in edit box
Closed, DeclinedPublic

Description

Author: wikibugs

Description:
Wiki_r61577_2010-01-28_EditView.pdf

Reporting against Babaco Release : r61577

Steps to Reproduce ::

  1. Select a page and edit

<< Safari shows all the text together.But other browsers show the text with the respective formats clearly>>

Expected Outcome::
Editor should be consistent

Test Environment::
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1

Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)

Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0


Version: unspecified
Severity: normal

Attached:

Details

Reference
bz22301

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:58 PM
bzimport set Reference to bz22301.

This is because Safari uses <div>s to wrap lines (very aggressively so). We're working on the <div> to newline conversion, which is tricky because of Safari's aggressive wrapping and because we use <div>s for anchoring ourselves.

Oops, inadvertently closed the bug.

We switched to feeding <p>-wrapped text, that should've fixed it. Does this still happen?

wikibugs wrote:

Wiki_r59858_2010-02-05_SafariPage.pdf

Safari 3 and Safari 4 act different

Attached:

I've removed Safari 3 from our map of compatible browsers, pending further testing.