Use white-space: pre-wrap for CPLineBreakByWordWrapping
Reported by Rich Collins | October 8th, 2008 @ 03:45 PM | 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 October 19th, 2008 @ 04:13 PM
- 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 October 24th, 2008 @ 12:52 PM
- State changed from open to cla
-
Ross Boucher October 25th, 2008 @ 09:01 PM
- State changed from cla to open
-
Ross Boucher November 19th, 2008 @ 02:32 PM
- State changed from open to resolved
- Assigned user set to Ross Boucher
- Milestone set to 0.6
-
admin (at 280north) January 11th, 2010 @ 08:37 PM
(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...