Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 139166 Details for
Bug 280266
[CLabel] does not handle newlines correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
clipboard.txt (text/plain), 924 bytes, created by
RĂ¼diger Herrmann
on 2009-06-15 08:35:55 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
RĂ¼diger Herrmann
Created:
2009-06-15 08:35:55 EDT
Size:
924 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: src/org/eclipse/swt/internal/custom/clabelkit/CLabelLCA.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/src/org/eclipse/swt/internal/custom/clabelkit/CLabelLCA.java,v >retrieving revision 1.5 >diff -u -r1.5 CLabelLCA.java >--- src/org/eclipse/swt/internal/custom/clabelkit/CLabelLCA.java 15 Jun 2009 12:30:13 -0000 1.5 >+++ src/org/eclipse/swt/internal/custom/clabelkit/CLabelLCA.java 15 Jun 2009 12:37:14 -0000 >@@ -86,6 +86,7 @@ > if( WidgetLCAUtil.hasChanged( label, PROP_TEXT, label.getText(), "" ) ) { > JSWriter writer = JSWriter.getWriterFor( label ); > String text = WidgetLCAUtil.escapeText( label.getText(), true ); >+ text = WidgetLCAUtil.replaceNewLines( text, "<br/>" ); > writer.set( JSConst.QX_FIELD_LABEL, text ); > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280266
: 139166