Closed Bug 357821 Opened 19 years ago Closed 19 years ago

  is not wrapped like white spaces (white-space:normal)

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: antoniocabreraperez, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1) Gecko/20061010 Firefox/2.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1) Gecko/20061010 Firefox/2.0 "white-space:normal" is not performing wrapping of words separated by &nbsp; char... - is this ok? Reproducible: Always Steps to Reproduce: 1. &nbsp; is not interpreted like a white-space (no wrapping is performed): <div style="width:100px;white-space:normal">hola&nbsp;a&nbsp;todos,&nbsp;cómo&nbsp;estámos</div> &nbsp; is not interpreted like a white-space (no wrapping is performed): <div style="width:100px;white-space:normal">hola&nbsp;a&nbsp;todos,&nbsp;cómo&nbsp;estámos</div> 2.-The equivalent code without &nbsp; wrapps ok: <div style="width:100px;white-space:normal">hola a todos, cómo estámos</div> Actual Results: hola a todos, cómo estamos Expected Results: hola a todos, cómo estamos
nbsp is non-breaking space. The whole point is that wrapping won't occur at its position. http://en.wikipedia.org/wiki/Nbsp
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.