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 168129 Details for
Bug 312215
[Text] Text widget with default message needs a second click (IE)
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]
Proposed patch
Bug-312215.patch (text/plain), 714 bytes, created by
Ivan Furnadjiev
on 2010-05-12 08:35:06 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2010-05-12 08:35:06 EDT
Size:
714 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/TextUtil.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/TextUtil.js,v >retrieving revision 1.35 >diff -u -r1.35 TextUtil.js >--- js/org/eclipse/swt/TextUtil.js 9 Feb 2010 13:16:28 -0000 1.35 >+++ js/org/eclipse/swt/TextUtil.js 12 May 2010 11:53:05 -0000 >@@ -40,6 +40,9 @@ > text._ontabfocus = function() { > text.setSelectionLength( 0 ); > }; >+ // [if] Workaround for bug 312215 >+ text.setUserData( "selectionStart", 0 ); >+ text.setUserData( "selectionLength", 0 ); > }, > > /*
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 312215
: 168129