Use white-space: pre-wrap for CPLineBreakByWordWrapping
Reported by Rich Collins | 2008-10-08 15:45:23 UTC | in 0.6
CPLineBreakByWordWrapping wasn't respecting \n This patch fixes the problem in all supported browsers except IE6. IE6 behavior is unchanged.
Comments and changes to this ticket
-

Ross Boucher 2008-10-19 16:13:02 UTC
- State changed from new to open
Rich, can you confirm that an exception is actually thrown in IE? I would have that we'd need an actual browser detect here.
Also, in the case where we are using IE, won't we need to set word-wrap back to its default? Other than those two things, this looks good to me.
-

Francisco Tolmasky 2008-10-24 12:52:49 UTC
- State changed from open to cla
-

Ross Boucher 2008-10-25 21:01:17 UTC
- State changed from cla to open
-

Ross Boucher 2008-11-19 14:32:06 UTC
- State changed from open to resolved
- Assigned user set to Ross Boucher
- Milestone set to 0.6
-

admin (at 280north) 2010-01-11 20:37:47 UTC
(from [ef0c84072bc2101a5d056430729528cbc5ed8a8f]) Fix the platform identifying code. Fix the longstanding IE refresh bug by ensuring document is ready.
Closes #98.
http://github.com/280north/cappuccino/commit/ef0c84072bc2101a5d0564...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.
People watching this ticket
Attachments
Tags
Referenced by
-
98
Use white-space: pre-wrap for CPLineBreakByWordWrapping
(from [ef0c84072bc2101a5d056430729528cbc5ed8a8f])
Fix the...