issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
221,936 | Bug 221936 Cannot paint on label with text. | if a label has text we don't receive any drawRect calls and as a result don't send any paint events. | resolved fixed | 13e9db7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTTextField.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-07T23:14:20Z" | "2008-03-07T22:46:40Z" |
211,362 | Bug 211362 Crash running paint example | Run paint example Select line draw tool Click, drag, release Boom! 2007-11-29 00:30:45.201 java[23366:10b] *** _NSAutoreleaseNoPool(): Object 0x198170 of class NSException autoreleased with no pool in place - just leaking Stack: (0x954e9178 0x954170f8 0x9541d8e0 0x912ed39c 0x46ac) 2007-11-29 00:30:45.208 java[23366:10b] An uncaught exception was raised 2007-11-29 00:30:45.210 java[23366:10b] Unlocking Focus on wrong view (<SWTView: 0x144a10>), expected <NSImageCacheView: 0x19cf70> 2007-11-29 00:30:45.211 java[23366:10b] *** _NSAutoreleaseNoPool(): Object 0x139b80 of class NSCFString autoreleased with no pool in place - just leaking Stack: (0x954e9178 0x954170f8 0x95420d04 0x9135b014 0x9641a6ac 0x912ede28 0x46ac) 2007-11-29 00:30:45.213 java[23366:10b] *** _NSAutoreleaseNoPool(): Object 0x1428e0 of class NSConcreteMutableData autoreleased with no pool in place - just leaking Stack: (0x954e9178 0x954170f8 0x954289c4 0x95428704 0x9135b068 0x9641a6ac 0x912ede28 0x46ac) 2007-11-29 00:30:45.214 java[23366:10b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unlocking Focus on wrong view (<SWTView: 0x144a10>), expected <NSImageCacheView: 0x19cf70>' 2007-11-29 00:30:45.216 java[23366:10b] Stack: ( | resolved fixed | f427c15 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GCData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-07T15:29:46Z" | "2007-11-29T01:33:20Z" |
221,559 | Bug 221559 Cut/Paste does not fire modifyText events in Combo | I20080226-1155 Cutting or pasting text in a combo does not take effect until another key is pressed. Snippet below. final Display display = new Display(); final Shell shell = new Shell(); shell.setLayout(new FillLayout()); final Button b = new Button(shell, SWT.PUSH); b.setText("Push me"); b.setEnabled(true); final Combo c = new Combo(shell, SWT.NONE); c.setText("Monkey"); c.addModifyListener(new ModifyListener() { public void modifyText(ModifyEvent e) { b.setEnabled(((Combo)e.widget).getText().length() > 0); }}); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); | resolved fixed | baec48b | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-07T14:44:39Z" | "2008-03-05T18:00:00Z" |
205,796 | Bug 205796 [Browser] Navigate / Open External Javadoc does not work on method anymore | Consider the following java source : public class Test { public static void main(String[] args) { System.out.println("Hello Eclipse"); } } If you select 'System' then click on menu Navigate / Open External Javadoc it will lunch Safari on the correct page : "file:///System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Documentation/Reference/doc/api/java/lang/System.html" If you select 'println' and do the same action, it will try to open : "file:///System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Documentation/Reference/doc/api/java/io/PrintStream.html%23println(java.lang.String)" The problem here is the "%23", if you replace it with a '#' it works. | resolved fixed | 3db02dc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/carbon/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-06T17:10:11Z" | "2007-10-09T08:53:20Z" |
221,683 | Bug 221683 Label always wraps | Labels in carbon always wrap, i.e. it wraps when SWT.WRAP is not set. | resolved fixed | 6577c06 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-06T16:27:45Z" | "2008-03-06T16:13:20Z" |
221,512 | Bug 221512 Ctrl-Click in package explorer select the item only on the second click | null | resolved fixed | aca1e3b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-06T02:33:44Z" | "2008-03-05T15:13:20Z" |
211,885 | Bug 211885 ScrolledComposite control's setOrigin method not the same as moving scroll bar on Windows | null | resolved fixed | fdc9248 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-04T22:39:22Z" | "2007-12-04T14:53:20Z" |
209,428 | Bug 209428 [Browser] crash on mouseover | When starting eclipse from a terminal the following is reported: cjp@workstation6l:~> eclipse libxcb: WARNING! Program tries to unlock a connection without having acquired a lock first, which indicates a programming error. There will be no further warnings about this issue. libxcb: WARNING! Program tries to lock an already locked connection, which indicates a programming error. There will be no further warnings about this issue. This only happens when eclipse is restarted after having created the AddressBook QT project, open the addressbook.ui and exiting eclipse. Platform is openSuSE 10.3, eclipse not installed from distro but eclipse.org download. | resolved fixed | cc2bd64 | ["bundles/org.eclipse.swt.tools/Mozilla", "Generation/org/eclipse/swt/tools/internal/MozillaGenerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/HelperAppLauncherDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIAppShell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIAuthInformation.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIBaseWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICategoryManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIChannel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIComponentRegistrar.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICookie.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsICookieManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMEventTarget.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMKeyEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMMouseEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMUIEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDirectoryServiceProvider.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_8.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIEmbeddingSiteWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIFactory.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIFile.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher_1_8.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher_1_9.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIIOService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIInputStream.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsILocalFile.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIMemory.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIObserverService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPrefBranch.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIProgressDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIProgressDialog_1_8.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService2.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIProperties.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIServiceManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsISimpleEnumerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIURI.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIURIContentListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebBrowserChrome.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebNavigation.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebProgress.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWindowCreator2.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-04T17:13:08Z" | "2007-11-11T16:53:20Z" |
166,381 | Bug 166381 alignment support for RowLayout and RowData | I have found that the RowLayout is pretty useful and has some unique functionality. However, when I line up labels and combo boxes in a horizontal row, the vertical alignment is off. I am being forced to use GridLayout in these cases to fix the alignment. I think RowData should have an "alignment" field. (possible values: SWT.BEGINNING, SWT.CENTER, SWT.END, SWT.FILL) For horizontal rows, this field would specify the vertical alignment. For vertical rows, this field would specify the horizontal alignment. The semantics would be like the aligment fields in the GridData object. If this seems reasonable but there isn't free time to do this, I may be able to write it myself and submit it. So, please let me know if such a patch would be necessary and welcome. | resolved fixed | 169f385 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/RowLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-03T19:12:58Z" | "2006-11-30T18:06:40Z" |
221,128 | Bug 221128 Mozilla fires wrong events when executing java script | (1) Have a browser widget, add a location change listener (2) Set html to the browser (3) execute js code to replace some elements in the dom tree > You'll get an location change event | resolved fixed | 5d3d31a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-03T17:41:45Z" | "2008-03-03T13:13:20Z" |
218,502 | Bug 218502 event loop exception starting mozilla | Error when using datatools - I think it may have been trying to start a browser. Duplicate detection on stack trace shows no matches. Guessing at SWT component. -- Error Log -- Date: Mon Feb 11 14:07:27 GMT 2008 Message: Unhandled event loop exception Severity: Error Plugin ID: org.eclipse.ui Stack Trace: org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3347 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file) at org.eclipse.swt.SWT.error(SWT.java:3589) at org.eclipse.swt.SWT.error(SWT.java:3481) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:324) at org.eclipse.swt.browser.Browser.<init>(Browser.java:109) at org.eclipse.datatools.sqltools.plan.internal.ui.view.GraphicsPlanControl.createDetailForm(GraphicsPlanControl.java:90) at org.eclipse.datatools.sqltools.plan.internal.ui.view.GraphicsPlanControl.init(GraphicsPlanControl.java:72) at org.eclipse.datatools.sqltools.plan.internal.ui.view.GraphicsPlanControl.<init>(GraphicsPlanControl.java:53) at org.eclipse.datatools.sqltools.plan.internal.ui.view.PlanView.createPartControl(PlanView.java:119) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2086) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1027) at org.eclipse.ui.internal.WorkbenchPage.access$19(WorkbenchPage.java:1008) at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3684) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3681) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3657) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:165) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:109) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:77) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:239) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:429) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247) at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:128) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) Caused by: java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3347 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file at org.eclipse.swt.internal.Library.loadLibrary(Library.java:219) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:151) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:309) ... 52 more | resolved fixed | 8be6c60 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-03T17:15:32Z" | "2008-02-11T14:26:40Z" |
221,166 | Bug 221166 Graphics Example GraphicAntialiasTab doesn't work | null | resolved fixed | 0266384 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Path.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-03-03T16:10:09Z" | "2008-03-03T16:00:00Z" |
219,307 | Bug 219307 GlyphMetrics behaves differently on carbon | null | resolved fixed | c7f26e1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-29T20:54:41Z" | "2008-02-18T13:06:40Z" |
220,997 | Bug 220997 Path.addString uses incorrect Transform | Run graphics example. SWT on default tab doesn't move up and down like it's supposed to. | resolved fixed | bdba3d3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Path.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-29T20:26:17Z" | "2008-02-29T21:20:00Z" |
216,900 | Bug 216900 StyledText: Cannot overtype contents if text limit reached | If I set the text limit for a StyledText using StyledText.setTextLimit() and then add text up to that limit, I cannot subsequently add any more text even if I have pressed insert to toggle the overwrite behaviour. Deleting one character allows the overtyping to occur as expected. I have attached a test case but the key lines are: StyledText t = new StyledText(shell, SWT.BORDER); t.setText("Press insert and try to type in this box"); t.setTextLimit(t.getText().length()); I would expect the StyledText to allow extra text to be typed when the ST.TOGGLE_OVERWRITE action has been peformed even if the text limit has been reached. I have a workaround for this issue which involves adding a KeyListener to the StyledText which deletes the character after the current caret position if the text limit has been reached. | resolved fixed | 334dd3b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-29T19:58:14Z" | "2008-01-29T12:33:20Z" |
220,462 | Bug 220462 TableItem/Treeitem getBounds not implemented | null | resolved fixed | 0deddb3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-29T17:09:14Z" | "2008-02-26T21:06:40Z" |
219,306 | Bug 219306 StyledText.getTextBounds does not work when using SWT.WRAP | Build ID: 3.3 Steps To Reproduce: (1) Create a styled text with the SWT.WRAP flag. (2) Insert some text so it wraps (3) Try using getTextBounds > It will always use the y coordinate of the first visual line. However, x is correct. More information: Tried this on MacOS 10.5 and Win XP | resolved fixed | a2edcdf | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-28T22:24:09Z" | "2008-02-18T10:20:00Z" |
117,335 | Bug 117335 [Accessibility] Mac: cannot select checkboxes in trees, lists | I have been doing an accessibility check on the Mac and have found that i cannot select checkbox list or tree items by using spacebar or return key. I have tried both 3.1.1 and 3.2 M3 and get the same result, as follows. Several examples to try in Eclipse: 1. Import > File System -tab to directory tree on left, use arrow keys to navigate to an item, attempt to select items in tree using space bar -tab to file list on right,use arrow keys to navigate to an item, attempt to select items in list using space bar Result: checkbox is not checked when space bar is used to select 2. Help > Software Updates > Find and install... > Search for new features to install > Next -tab to site list, use arrow keys to navigate to an item, attempt to select an item using space bar Result: not checked | resolved fixed | 8e398b0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-28T22:14:45Z" | "2005-11-21T16:20:00Z" |
219,582 | Bug 219582 SWT.KeyDown event.keyCode reports wrong key number for Marathi & Bengali | SWT.KeyDown event.keyCode reports wrong key number for Marathi & Bengali (1) Run the following simple SWT program. (2) Press 1 key on the keyboard and see that the reported key code is 49. (3) Change the keyboard language to either Marathi or Bengali. (4) Repeat step (2) and notice that for Marathi the key code is 2407 and for Bengali it is 2535. (5) Doesn't reproduce with other Hindo languages like Hindi, Malayalam and Punjabi. ============================================================= import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.*; public class TextControlBug { private static Shell shell = null; public static void main(String[] args) { Display display = new Display(); createShell(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } private static void createShell() { shell = new Shell(); Text textCtrl = new Text(shell, SWT.SINGLE); textCtrl.setBounds(50, 10, 300, 80); shell.pack(); textCtrl.addListener(SWT.KeyDown, new Listener() { public void handleEvent(Event event) { System.out.println("eventKeyCode: " + event.keyCode); } }); } } | resolved fixed | a65e141 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-28T19:59:46Z" | "2008-02-20T12:20:00Z" |
215,183 | Bug 215183 Shell with ON_TOP style stay behind of Shell with APPLICATION_MODAL style. | Shell with ON_TOP style is often used as tooltip window which should always stay on top of window. But if you create a Shell with ON_TOP style while there is an active Shell with APPLICATION_MODAL style, the Shell with ON_TOP will be behind the Shell with APPLICATION_MODAL. A demo java file is attached. I think the root cause is: Shell with SWT.ON_TOP is a sheet window in floating window group which z-order is below the window in modal window group. In SWT.java, the description of SWT.ON_TOP is : "Style constant for always on top behavior". So Shell with ON_TOP style should has higher z-order than Shell with APPLICATION_MODAL style. | resolved fixed | cbb16e3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-27T23:03:58Z" | "2008-01-14T08:40:00Z" |
214,599 | Bug 214599 Link Widget: hyperlink parsing mangles certain input strings | The Link widget parses its text for embedded hyperlinks. The parser code mangles certain input strings. Code to reproduce: Link link = new Link( parent, SWT.NONE ); link.setText( ">test<" ); displays as ">test>test<" in GTK (not reproducible with Windows, the win32 code doesn't use the parser output). Expected: The link should show as ">test<" without any hyperlinks. I agree that this is a rare use case, I only found it while unit-testing RAP. However, it's a valid input string and should render as expected. | resolved fixed | f689564 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Link.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-27T19:50:36Z" | "2008-01-08T11:00:00Z" |
220,057 | Bug 220057 DND exception when dragging file within a Common Navigator in 3.4M5 | This happened when dragging a ".doc" file within a custom Common Navigator that's similar in nature to the Project Explorer. The exception happened repeatedly on each drag attempt. It is possible that we're doing something weird in our navigator, although I've never seen this before. -- Error Log -- Date: Fri Feb 22 16:21:08 PST 2008 Message: Unhandled event loop exception Severity: Error Plugin ID: org.eclipse.ui Stack Trace: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:3700) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:442) at org.eclipse.swt.widgets.TreeItem.getItem(TreeItem.java:736) at org.eclipse.swt.dnd.DropTargetEffect.nextItem(DropTargetEffect.java:140) at org.eclipse.swt.dnd.DropTargetEffect.getItem(DropTargetEffect.java:130) at org.eclipse.swt.dnd.DropTargetEffect.getItem(DropTargetEffect.java:92) at org.eclipse.swt.dnd.DropTarget.setEventData(DropTarget.java:749) at org.eclipse.swt.dnd.DropTarget.DragEnter(DropTarget.java:280) at org.eclipse.swt.dnd.DropTarget$3.method3(DropTarget.java:238) at org.eclipse.swt.internal.ole.win32.COMObject.callback3(COMObject.java:92) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:358) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:284) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:167) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:982) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3760) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3371) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2392) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2356) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2222) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:564) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1251) at org.eclipse.equinox.launcher.Main.main(Main.java:1227) | resolved fixed | b4a2320 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/common/org/eclipse/swt/dnd/DropTargetEffect.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-27T00:18:45Z" | "2008-02-23T01:26:40Z" |
210,827 | Bug 210827 Add pop-up menu, remove, select and crash | Run control example Go to buttons page Click 'Popup menu' Right-click on buttons, see menu Unclick 'Popup menu' Right-click on buttons, see menu again Select menu item JVM crashes | resolved fixed | c1da829 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-26T20:11:29Z" | "2007-11-24T02:06:40Z" |
218,606 | Bug 218606 Shells no longer added to defaultWindowGroup as of 2.10.x | Build ID: 20080207-1530 Steps To Reproduce: 1. open a Detail Formatter editor 2. activate the code assist 3. try to scroll or select something with the mouse | resolved fixed | 026f57a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-26T20:11:23Z" | "2008-02-12T09:53:20Z" |
217,446 | Bug 217446 TextLayout#getBounds() should return minimal bounds also if width was set | I20080129-1400 TextLayout#getBounds() should return minimal bounds also if setWidth(int) has been called with a non-default argument. If the width is set to SWT.DEFAULT, clients can use getBounds() to find out how wide and how high the text would be rendered. This fails in the other case, since getBounds() then always answers the user-supplied width, rather than the real necessary width. This makes a big difference for texts that don't need to be wrapped. An inefficient workaround for clients is to use getBounds(0, Integer.MAX_VALUE). | resolved fixed | 5af9c67 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-26T19:08:02Z" | "2008-02-01T15:33:20Z" |
213,489 | Bug 213489 Increasing height of table rows via MeasureItem listener affects row height but not line height (OS X) | Build ID: M20071115-1247 Steps To Reproduce: 1. Add a MeasureItem listener on a table that is drawing grid lines 2. Increase the event.height in the event handler 3. Notice that the height of text is increased but the line height has not More information: Example: adding this listener to a table causes the lines to be drawn poorly initially. They're fixed when the table redraws. See attached screenshot and full snippet. table.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { event.height = 30; } }); | resolved fixed | 276a83a | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-21T20:44:54Z" | "2007-12-19T16:00:00Z" |
219,843 | Bug 219843 SWT.UP/DOWN do not spec that it can be used with org.eclipse.swt.widgets.Table.setSortDirection(int) | I20080221-0010 SWT.UP/DOWN do not spec that it can be used with org.eclipse.swt.widgets.Table.setSortDirection(int) | resolved wontfix | a14383f | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-21T19:15:05Z" | "2008-02-21T18:53:20Z" |
28,132 | Bug 28132 Repaint cheeze with editor bottom right corner | I've noticed this on both my home and work WinXP installs, for latest integration build (1210). 1. open the eclipse workbench 2. open an editor 3. place another browser (e.g. Internet Explorer) overtop the workbench 4. move the second browser around such that the bottom right corner of the editor (where the scroll bars meet) is partially exposed The result is horizontal lines left in the bottom right editor box which appear to be the border of the top browser. Its only true for horizontal browser edges, not vertical. | resolved fixed | 95f6585 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-21T19:08:18Z" | "2002-12-11T20:53:20Z" |
211,359 | Bug 211359 Apple+Q doesn't quit an SWT app, nor does menu selection of same | Going to the Java menu and selecting Apple+Q leaves the menu looking like it's hanging. In fact, the only way to get it to shut down is by clicking on the red close button. | resolved fixed | 9c8edd7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBundle.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTApplicationDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-21T16:17:46Z" | "2007-11-29T01:33:20Z" |
213,937 | Bug 213937 The Method getBorderWidth () from Control returns 0 every time | Build ID: SWT Build 3.4 22a See the sourcecode of the class Control: public int getBorderWidth () { checkWidget(); return 0; } | resolved fixed | 48e52aa | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-20T20:51:23Z" | "2007-12-27T18:26:40Z" |
219,601 | Bug 219601 StyledText: Unexpected loss of mouse cursor | null | verified fixed | 226e550 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Canvas.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-20T18:06:00Z" | "2008-02-20T15:06:40Z" |
215,252 | Bug 215252 frequent "invalid thread access" | I'm not sure 100% where the problem lies with this (hard to say if it's SWT, or JFace, or what), but since updgrading to 3.4 M4 I've been having invalid thread accesses like crazy. This also coincided with getting a new dual core laptop, which is much more likely the issue. I don't necessarily have to be doing anything for these errors to happen. Just leaving the workbench sitting long enough with some editors open is usually enough. Unfortunately all I have are some stack traces from the error log, I have yet to find a reproducible test case other than "just wait, it will happen". Once the error happens, UI behaviour of the workbench gets very flaky... text entry starts showing up in reverse in text controls for example. The text entry problem seems to be the most common symptom so far. Some example stack traces are below. Apologies in advance if this is a dupe. I searched for bugs related to "invalid thread access" and there were 200+ of them, which was too many to wade through. If there is any way I can be of better aid in narrowing this down, let me know. eclipse.buildId=I20071213-1700 java.fullversion=J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20071121_15015 (JIT enabled) J9VM - 20071121_015015_lHdSMR JIT - r9_20071121_1330 GC - 20071031_AA BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 Error Mon Jan 14 12:07:24 EST 2008 Unhandled event loop exception org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:441) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:335) at org.eclipse.swt.custom.StyledText.getBackground(StyledText.java:3054) at org.eclipse.swt.custom.StyledText.handlePaint(StyledText.java:5291) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4866) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:976) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:961) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1402) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3831) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:334) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4450) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2329) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3359) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.views.log.EventDetailsDialog.open(EventDetailsDialog.java:166) at org.eclipse.ui.internal.views.log.EventDetailsDialogAction.run(EventDetailsDialogAction.java:90) at org.eclipse.ui.internal.views.log.LogView$15.doubleClick(LogView.java:573) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:799) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:199) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:797) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1416) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1173) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:234) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:295) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3750) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3361) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2381) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2345) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2211) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:473) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:468) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:612) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) eclipse.buildId=I20071213-1700 java.fullversion=J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20071121_15015 (JIT enabled) J9VM - 20071121_015015_lHdSMR JIT - r9_20071121_1330 GC - 20071031_AA BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 This is a continuation of log file C:\cdt_head_workspace\.metadata\.bak_0.log Created Time: 2008-01-14 11:23:42.562 Error Mon Jan 14 11:24:47 EST 2008 Unhandled event loop exception org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:441) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:335) at org.eclipse.swt.custom.StyledText.replaceStyleRanges(StyledText.java:6342) at org.eclipse.jface.text.TextViewer.addPresentation(TextViewer.java:4432) at org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:4511) at org.eclipse.jface.text.presentation.PresentationReconciler.applyTextRegionCollection(PresentationReconciler.java:580) at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:569) at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2637) at org.eclipse.jface.text.TextViewer$VisibleDocumentListener.documentChanged(TextViewer.java:373) at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:700) at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:673) at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:658) at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:723) at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1081) at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1099) at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:248) at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5861) at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6600) at org.eclipse.swt.custom.StyledText.doDelete(StyledText.java:2264) at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:5752) at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5136) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5157) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4861) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:976) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:961) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:989) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:985) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1587) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4111) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3807) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:334) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4463) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2329) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3359) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2381) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2345) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2211) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:473) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:468) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:612) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) eclipse.buildId=I20071213-1700 java.fullversion=J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20071121_15015 (JIT enabled) J9VM - 20071121_015015_lHdSMR JIT - r9_20071121_1330 GC - 20071031_AA BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 This is a continuation of log file C:\cdt_head_workspace\.metadata\.bak_0.log Created Time: 2008-01-14 11:23:42.562 Error Mon Jan 14 11:24:18 EST 2008 Unhandled event loop exception org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Invalid thread access) at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3727) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3364) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2381) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2345) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2211) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:473) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:468) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:612) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) Caused by: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:441) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:335) at org.eclipse.swt.custom.StyledText.replaceStyleRanges(StyledText.java:6342) at org.eclipse.jface.text.TextViewer.addPresentation(TextViewer.java:4432) at org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:4511) at org.eclipse.jface.text.presentation.PresentationReconciler.applyTextRegionCollection(PresentationReconciler.java:580) at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:569) at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2637) at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3284) at org.eclipse.jface.text.source.AnnotationPainter.invalidateTextPresentation(AnnotationPainter.java:959) at org.eclipse.jface.text.source.AnnotationPainter.updatePainting(AnnotationPainter.java:941) at org.eclipse.jface.text.source.AnnotationPainter.access$1(AnnotationPainter.java:935) at org.eclipse.jface.text.source.AnnotationPainter$1.run(AnnotationPainter.java:1074) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) ... 23 more | resolved fixed | 44d1dc0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-20T17:52:06Z" | "2008-01-14T19:46:40Z" |
219,621 | Bug 219621 Tree get/set column order not implemented | null | resolved fixed | e352283 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-20T16:56:16Z" | "2008-02-20T17:53:20Z" |
217,371 | Bug 217371 [Browser] Support click-through for Browser and toolbar buttons | I20080129-1400 On Windows and GTK, widgets always react on mouse clicks, even if the containing shell did not have focus before. On the Mac, Apple's UI Guidelines leave it up to the application designer to decide whether widget instances should be click-through or not. Note that some SWT widgets already support click-through, e.g Link, Tree, Table, Label, Canvas, drop-down menu in ToolBar buttons (but not for normal toolbar buttons or other buttons). I need a way to activate click-through behavior for the Browser and for ToolItems in rich hovers (TOOL|ON_TOP Shells that don't take focus when made visible). | resolved fixed | bbe34f2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-20T16:54:10Z" | "2008-02-01T01:40:00Z" |
219,326 | Bug 219326 Shell with custom region and SWT.NO_TRIM still has border | null | resolved fixed | 252c362 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-19T19:28:25Z" | "2008-02-18T15:53:20Z" |
217,842 | Bug 217842 NPE in GC when creating problems View | java.lang.NullPointerException at org.eclipse.swt.graphics.GC.getFontMetrics(GC.java:1740) at org.eclipse.ui.views.markers.MarkerField.getFontWidth(MarkerField.java:172) at org.eclipse.ui.internal.views.markers.MarkerDescriptionField.getDefaultColumnWidth(MarkerDescriptionField.java:133) at org.eclipse.ui.internal.views.markers.ExtendedMarkersView.createColumns(ExtendedMarkersView.java:372) at org.eclipse.ui.internal.views.markers.ExtendedMarkersView.createPartControl(ExtendedMarkersView.java:441) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:371) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:230) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:300) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:531) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:649) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:564) at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:270) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:931) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2497) at org.eclipse.ui.internal.WorkbenchWindow$23.run(WorkbenchWindow.java:2832) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2813) at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:732) at org.eclipse.ui.internal.Workbench$20.runWithException(Workbench.java:1031) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2428) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2207) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:801) at org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1350) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2428) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2207) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2312) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2222) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:564) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1251) | resolved fixed | 1a923f4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-19T16:47:05Z" | "2008-02-05T14:00:00Z" |
211,357 | Bug 211357 FileViewer crashes | Run FileViewer Double click on a directory Boom! | resolved fixed | f1bc2e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-15T20:13:45Z" | "2007-11-29T01:33:20Z" |
210,857 | Bug 210857 Text box without 'SWT.V_SCROLL' uneditable | Run ControlExample Go to Text tab Click on 'SWT.MULTI' Ensure 'SWT.V_SCROLL' is deselected -> Text disappears -> Unable to show text | resolved fixed | 391c3bf | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-15T15:04:49Z" | "2007-11-25T14:13:20Z" |
190,992 | Bug 190992 String truncation in non-English cases. | null | resolved fixed | cca44a7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-14T23:38:35Z" | "2007-06-05T10:40:00Z" |
214,557 | Bug 214557 Combo#add(String,int) does update selection-index | null | resolved fixed | 92def2d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-13T16:11:02Z" | "2008-01-07T23:53:20Z" |
218,702 | Bug 218702 Tree getSelectionCount not implemented | null | resolved fixed | 237f6f6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-12T21:52:38Z" | "2008-02-12T21:00:00Z" |
218,700 | Bug 218700 Tree getHeaderHeight not implemented | null | resolved fixed | 47cb845 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-12T21:48:07Z" | "2008-02-12T21:00:00Z" |
196,191 | Bug 196191 Performance Improvement for JPEGFileFormat class initializer | In profiling startup of one of the applications I support I saw the class initializer for org.eclipse.swt.internal.image.JPEGFileFormat accounted for >2% of instructions executed in the scenario. This seemed excessive -- upon investigation discovered code of the form: static int[] someClassTable; static { someClassTable = new int[2048]; for ( int i = 0; i < someClassTable.length; i++ ) { someClassTable[i] = some computation; } } It turns out the access to the class variable from within the class initializer is quite expensive -- changing the code to store thru a local: static { int[] local_ClassTable = new int[2048]; // someClassTable = new int[2048]; for ( int i = 0; i < someClassTable.length; i++ ) { local_ClassTable[i] = some computation; } someClassTable = local_ClassTable; } Applying this change to initializeBitCountTable(), initializeRGBYCbCrTables() initializeYCbCrRGBTables() results in an instruction count of approx 0.7 million for the JPEGFileFormat class initializer. Without the change the instruction count is in excess of 120 million. I can provide the changed code via email. | resolved fixed | dcfec00 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-11T20:12:52Z" | "2007-07-11T16:06:40Z" |
218,547 | Bug 218547 Tree selectAll doesn't | selectAll doesn't work in Tree. | resolved fixed | 165673b | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-11T19:32:57Z" | "2008-02-11T20:00:00Z" |
218,193 | Bug 218193 Can't read text in Text table editor with SWT.BORDER | I20080206-1800. Creating a Text widget with SWT.BORDER results in a text field where the text can't be read (too low). NOTE: This is nothing new. | resolved wontfix | 3c0a1ec | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-11T16:23:32Z" | "2008-02-07T16:00:00Z" |
199,811 | Bug 199811 Calling TableItem#setText(int,String) with sortDirection set to SWT.DOWN extermley slow | Build ID: 3.3 I've set up a table viewer with a custom comparator. When I click the column to sort the first time, nothing happens as expected since the data is created sorted. When I click the column the second time to reverse the sort, it happens almost instantly. When I click the column the third time, the app hangs and pegs the cpu at 100%. Here's the sample code: package test.sort; import org.eclipse.jface.viewers.Viewer; import org.eclipse.jface.viewers.ViewerComparator; public class TableDataComparator extends ViewerComparator { public TableDataComparator(int column, boolean up) { this.column = column; this.up = up; } @SuppressWarnings("unchecked") @Override public int compare(Viewer viewer, Object e1, Object e2) { Comparable o1 = (Comparable) ((Object[])e1)[column]; Comparable o2 = (Comparable) ((Object[])e2)[column]; if(o1 == null && o2 == null) return 0; if(o1 == null && o2 != null) return -1; if(o1 != null && o2 == null) return 1; return up ? o1.compareTo(o2) : o2.compareTo(o1); } private int column; private boolean up; } package test.sort; import org.eclipse.jface.viewers.ITableLabelProvider; import org.eclipse.jface.viewers.LabelProvider; import org.eclipse.swt.graphics.Image; public class TableLabelProvider extends LabelProvider implements ITableLabelProvider { public Image getColumnImage(Object element, int columnIndex) { return null; } public String getColumnText(Object element, int columnIndex) { Object[] data = (Object[]) element; return super.getText(data[columnIndex]); } } package test.sort; import java.util.ArrayList; import org.eclipse.jface.action.IMenuManager; import org.eclipse.jface.action.IToolBarManager; import org.eclipse.jface.viewers.ArrayContentProvider; import org.eclipse.jface.viewers.TableViewer; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.events.SelectionListener; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableColumn; import org.eclipse.ui.part.ViewPart; public class TestSortView extends ViewPart implements SelectionListener { private TableViewer tableViewer; private Table table; public static final String ID = "test.sort.TestSortView"; //$NON-NLS-1$ /** * Create contents of the view part * * @param parent */ @Override public void createPartControl(Composite parent) { Composite container = new Composite(parent, SWT.NONE); container.setLayout(new FillLayout()); tableViewer = new TableViewer(container, SWT.BORDER); tableViewer.setContentProvider(new ArrayContentProvider()); tableViewer.setLabelProvider(new TableLabelProvider()); table = tableViewer.getTable(); table.setLinesVisible(true); table.setHeaderVisible(true); final TableColumn col0 = new TableColumn(table, SWT.NONE); col0.setWidth(100); col0.setText("Column 0"); col0.addSelectionListener(this); final TableColumn col1 = new TableColumn(table, SWT.NONE); col1.setWidth(100); col1.setText("Colum 1"); col1.addSelectionListener(this); final TableColumn col2 = new TableColumn(table, SWT.NONE); col2.setWidth(100); col2.setText("Column 2"); col2.addSelectionListener(this); // createActions(); initializeToolBar(); initializeMenu(); tableViewer.setInput(createData()); } /** * Create the actions */ private void createActions() { // Create the actions } /** * Initialize the toolbar */ private void initializeToolBar() { IToolBarManager toolbarManager = getViewSite().getActionBars().getToolBarManager(); } /** * Initialize the menu */ private void initializeMenu() { IMenuManager menuManager = getViewSite().getActionBars().getMenuManager(); } @Override public void setFocus() { // Set the focus } private ArrayList<Object[]> createData() { ArrayList<Object[]> data = new ArrayList<Object[]>(); for(int i = 0; i < 7000; i++) { Integer[] row = new Integer[3]; data.add(row); for(int j = 0; j < 3; j++) row[j] = i; } return data; } public void widgetDefaultSelected(SelectionEvent e) { // TODO Auto-generated method stub } public void widgetSelected(SelectionEvent e) { final TableColumn currentColumn = (TableColumn) e.widget; final Table table = currentColumn.getParent(); final TableColumn sortColumn = table.getSortColumn(); int sortDirection = table.getSortDirection(); if (sortColumn == currentColumn) sortDirection = sortDirection == SWT.UP ? SWT.DOWN : SWT.UP; else sortDirection = SWT.UP; final boolean sortUp = sortDirection == SWT.UP; tableViewer.setComparator(new TableDataComparator(Integer.parseInt(currentColumn.getText().substring(7)), sortUp)); table.setSortColumn(currentColumn); table.setSortDirection(sortDirection); } } | resolved fixed | 828d864 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-11T16:07:30Z" | "2007-08-14T00:06:40Z" |
217,764 | Bug 217764 setting Device.DEBUG before creating Display fails silently | - take any snippet, such as Snippet1 - insert as its first line: "Device.DEBUG = true;" - run the app, it will fail silently instead of opening - this appears to be a result of the changes that were made to Color last week | resolved fixed | 7c921fd | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/graphics/Device.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-11T15:52:33Z" | "2008-02-04T21:20:00Z" |
218,514 | Bug 218514 Control.print() does not work with gtk 2.4.x and greater | null | resolved fixed | 50ffc4c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-11T15:49:02Z" | "2008-02-11T14:26:40Z" |
218,212 | Bug 218212 Text failing jUnit tests | null | resolved fixed | f6e0d0d | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-11T14:29:01Z" | "2008-02-07T16:00:00Z" |
218,215 | Bug 218215 shells created too large with multple monitors | Shells are being created at 5/8 display bounds instead of monitor bounds, as a result the more monitors you have the larger you shell gets. patch: ### Eclipse Workspace Patch 1.0 #P org.eclipse.swt Index: Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java,v retrieving revision 1.28 diff -u -r1.28 Shell.java --- Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java 30 Jan 2008 20:39:15 -0000 1.28 +++ Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java 7 Feb 2008 17:11:19 -0000 @@ -480,7 +480,7 @@ OS.FrameworkElement_Height (shellHandle, 0); OS.Window_Show (shellHandle); OS.Window_Hide (shellHandle); - Rectangle bounds = display.getBounds(); + Rectangle bounds = getMonitor().getBounds(); OS.FrameworkElement_Width (shellHandle, bounds.width * 5 / 8); OS.FrameworkElement_Height (shellHandle, bounds.height * 5 / 8); | resolved fixed | d7c1fc5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-11T14:26:07Z" | "2008-02-07T16:00:00Z" |
217,849 | Bug 217849 JUnit test failure - FontData | test_ConstructorLorg_eclipse_swt_graphics_Device$Lorg_eclipse_swt_graphics_FontData Simple test case (should print true) FontData data = new FontData(); Font font = new Font(display,data); FontData[] returnedData = font.getFontData(); System.out.println(data); System.out.println("returned:"); for (int i = 0; i < returnedData.length; i++) System.out.println("\t" + returnedData[i]); System.out.println(data.equals(returnedData[0])); prints: 1||12.0|0|CARBON|1| returned: : 1|Lucida Grande|12.0|0|CARBON|1|Lucida Grande false | resolved fixed | ed9297e | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Font.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-05T21:30:24Z" | "2008-02-05T16:46:40Z" |
217,915 | Bug 217915 [64] FileDialog consistently crashes | null | resolved fixed | 887b933 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-05T20:48:36Z" | "2008-02-05T19:33:20Z" |
168,807 | Bug 168807 SWT.MeasureItem not used for selection hittest | (3.3M4) I'm having trouble selecting items in an owner-draw table using the mouse. I can use the arrow keys to move the selection up and down through the table, however I have to click at the far left side of the table to select the item with a mouse. Clicking anywhere outside this small area has no effect. The example below demonstrates this behavior. I believe this is happening because the "hot zone" rectangle (the region where clicking selects the item) is derived from the item's image and text, even if the table is in owner-draw mode. The example code does not set any text or images on the table items, so the clickable region ends up being very small. Perhaps when in owner-draw mode, the clickable region should be the size returned by MeasureItem. In the meanwhile, using SWT.FULL_SELECTION style in the table gets around this behavior. ---- package swt.rocks.the.casbah; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; /** * Demonstrate problem with owner draw table item selection using mouse clicks * @author Matthew Hall */ public class OwnerDrawTableTest { /** * * @param args */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setBounds(100, 100, 400, 300); shell.setLayout(new FillLayout()); Table table = new Table(shell, SWT.NONE); table.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { String text = (String) event.item.getData(); Point textExtent = event.gc.textExtent(text); event.width = textExtent.x; event.height = textExtent.y; } }); table.addListener(SWT.EraseItem, new Listener() { public void handleEvent(Event event) { event.detail &= ~SWT.FOREGROUND; } }); table.addListener(SWT.PaintItem, new Listener() { public void handleEvent(Event event) { String text = (String) event.item.getData(); event.gc.drawText(text, event.x, event.y); event.detail &= ~SWT.FOREGROUND; } }); String[] items = new String[] { "aslkdjflaksjdfsal", "aslkjdfslkjflksfl", "slkdjflskjdflksjf", "lskdjflksjdflkdsj", "lskdfjlskdfjlksjf" }; for (String item : items) new TableItem(table, SWT.LEFT).setData(item); shell.open(); table.setFocus(); table.setSelection(0); while (!shell.isDisposed()) if (!display.readAndDispatch()) display.sleep(); display.dispose(); } } | resolved fixed | 30b3672 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-05T00:33:12Z" | "2006-12-21T03:00:00Z" |
217,758 | Bug 217758 Combo test failures | failures: test_addLjava_lang_StringI test_deselectI test_indexOfLjava_lang_StringI test_removeI | resolved fixed | 8526715 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Combo.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/SwtJunit.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-04T22:08:12Z" | "2008-02-04T21:20:00Z" |
217,336 | Bug 217336 Linux mirroring problems | null | closed fixed | 15cd4b3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-04T20:54:13Z" | "2008-01-31T20:06:40Z" |
217,319 | Bug 217319 Fix Iconify/DeIconify events on Shell | We currently send out SWT iconify and deiconify events everytime we make a shell visible. We should only send these out when a shell is actually iconified/deiconified. | resolved fixed | b48f473 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-01T20:37:19Z" | "2008-01-31T20:06:40Z" |
217,470 | Bug 217470 BIDI: Custom Draw Tree does not render properly in 2.8 | GTK 2.8 does not return the proper coordinates for text and image. As a result, all tree items are drawn flush right in RTL mode. (This is fixed >2.8). | resolved fixed | 57439e0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-01T20:33:39Z" | "2008-02-01T18:20:00Z" |
191,252 | Bug 191252 Virtual Tree w/ columns: Items appear in wrong order when sortDirection is SWT.DOWN | Build ID: I20070503-1400 Steps To Reproduce: The attached snippet illustrates the problem: - The model contains the items [element3, element2, element1], in this order. - The sort direction is SWT.DOWN - In response to SWT.SetData events, I set element3 to index 0, element2 to index 1 ... Result: In the UI, the order is [element 1, element 2, element 3], not [3, 2, 1] When I now click in one of the column headers, the sort order is suddenly correct, without any SetData events being fired. More information: I encountered this in M7 (and also in RC3) and in conjunction with a virtual tree viewer, but it might not be limited to virtual trees, and is reproducible e.g. with M6, too. This is only on MacOS | resolved fixed | 6139c6e | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-02-01T17:15:08Z" | "2007-06-06T14:26:40Z" |
217,242 | Bug 217242 PNG cannot be loaded anymore, worked with releases before | null | resolved fixed | b9424a5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-31T18:17:22Z" | "2008-01-31T11:46:40Z" |
209,016 | Bug 209016 [Viewers] Virtual Tree Tests failing on OS X in I20071106-0816 | null | resolved fixed | 57bc9da | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-31T16:01:48Z" | "2007-11-07T12:53:20Z" |
217,180 | Bug 217180 TreeItem getBackground, getForeground, getFont not implemented | null | resolved fixed | 39a6b9f | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-30T22:22:54Z" | "2008-01-30T21:53:20Z" |
217,179 | Bug 217179 Table and Tree return incorrect default background and foreground color | null | resolved fixed | bcf2cff | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-30T22:20:59Z" | "2008-01-30T21:53:20Z" |
92,471 | Bug 92471 [Browser] execute("window.print()") not working | It seems that Browser.execute("window.print()") does not show the Print Dialog when called out of an SWT application. Typing "javascript:window.print()" into Safari's URL Field however is working. The user that reported this issue is running Safari 1.2.4. Ben | resolved wontfix | 63d560a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/WebFrameView.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-30T22:00:22Z" | "2005-04-22T22:46:40Z" |
217,161 | Bug 217161 List.getItemHeight can return 0 | results in divide by 0 errors in jface test suite. | resolved fixed | 7438525 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-30T21:06:39Z" | "2008-01-30T21:53:20Z" |
217,154 | Bug 217154 Shell.checkOpen incorrectly named | The framework calls #checkOpened. | resolved fixed | ec429f7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-30T20:39:15Z" | "2008-01-30T21:53:20Z" |
214,682 | Bug 214682 [Browser] download crashes wih xulrunner 1.9 | null | resolved fixed | 3956926 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/HelperAppLauncherDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/PromptService.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/PromptService2.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/PromptService2Factory.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/PromptServiceFactory.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIAuthInformation.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIChannel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher_1_9.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService2.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-29T20:19:31Z" | "2008-01-08T22:06:40Z" |
216,805 | Bug 216805 [Browser] shutting down XPCOM glue can lead to crash with sun 1.6 jre | null | resolved fixed | dcf63b8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-28T22:47:23Z" | "2008-01-28T19:53:20Z" |
196,864 | Bug 196864 Toolbar should support animated gifs | Build ID: 3.3 Steps To Reproduce: Currently if an animated gif is passed to the toolbar it will just display a still image instead of the animation itself. We need toolbars to have the ability to support and display animated gifs. More information: | resolved fixed | a8dee29 | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet288.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-28T22:11:34Z" | "2007-07-17T19:20:00Z" |
211,531 | Bug 211531 [Browser] Stop calling HIJavaViewCreateWithCocoaView | Build ID: n/a Steps To Reproduce: The SWT calls HIJavaViewCreateWithCocoaView to create an HIView that embeds an AWT frame. While it's now just a pass-through to HICocoaViewCreate, it's still SPI, so new work that is Leopard-only (like the Cocoa port) should not use it. Use HICocoaViewCreate instead. | resolved fixed | 179cb47 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-28T17:45:28Z" | "2007-11-29T23:46:40Z" |
190,793 | Bug 190793 GTK Printing getClipping returns [0,0,1,1] | null | resolved fixed | 665d789 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-28T17:07:02Z" | "2007-06-04T12:26:40Z" |
216,482 | Bug 216482 Different table behaviour after SWT.MeasureItem/SWT.PaintItem event under Windows XP and Vista | null | resolved fixed | f04e618 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-26T00:47:24Z" | "2008-01-24T18:40:00Z" |
216,431 | Bug 216431 SWT_AWT: sun.awt.EmbeddedFrame is activated incorrectly | SWT activates the sun.awt.EmbeddedFrame by means of dispatching it the WINDOW_ACTIVATED & WINDOW_GAINED_FOCUS events (on opening an embedding shell). From AWT's perspective the EmbeddedFrame is a heavyweight component (particularly a toplevel window). A heavyweight component (in contrast to a lightweight) actually can't be focused by simply dispatching (or posting) it a focus event. Setting it a focused component should be made on the native level. The approach used by SWT has worked prior to JDK 1.5 but no longer works. Unfortunately, the only reason it worked was a bug in AWT. The bug has been fixed and then for activation of the EmbeddedFrame there has been introduced another (correct) way, namely the following method in the sun.awt.EmbeddedFrame class: /** * Synthesize native message to activate or deactivate EmbeddedFrame * window depending on the value of parameter <code>b</code>. * Peers should override this method if they are to implement * this functionality. * @param b if <code>true</code>, activates the window; * otherwise, deactivates the window */ public void synthesizeWindowActivation(boolean b) Since JDK 1.5, in order to activate the EmbeddedFrame this method should be called (with the parameter set to "true") instead of dispatching the WINDOW_ACTIVATED & WINDOW_GAINED_FOCUS events. This method serves to activate the EmbeddedFrame on the native level. It correctly generates appropriate activation & focus Java events that are dispatched asynchronously. The testcase below reproduces the problem. When it's run with JDK 1.4 the button is focused when the shell is opened, with JDK 1.5 it's not. -------------------------------------------- import java.awt.Frame; import javax.swing.JButton; import org.eclipse.swt.SWT; import org.eclipse.swt.awt.SWT_AWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class SwtAwtBridge { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); shell.setSize(100, 100); Frame swingFrame = SWT_AWT.new_Frame(new Composite(shell, SWT.EMBEDDED)); JButton button = new JButton("button"); swingFrame.add(button); button.requestFocusInWindow(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } } -------------------------------------------- | resolved fixed | a13c1fa | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-25T22:44:38Z" | "2008-01-24T13:06:40Z" |
210,756 | Bug 210756 Closing context menu programmatically does not work on the Mac | null | resolved fixed | aaa7920 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-25T22:07:27Z" | "2007-11-23T12:13:20Z" |
216,614 | Bug 216614 NPE in image | I'm getting some NPEs in the Image constructor from last night's nightly on windows XP: java.lang.NullPointerException at org.eclipse.swt.graphics.Image.init(Image.java:1805) at org.eclipse.swt.graphics.Image.init(Image.java:1936) at org.eclipse.swt.graphics.Image.<init>(Image.java:484) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:289) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227) There seem to have been a lot of changes to the constructors yesterday. | resolved fixed | f90690e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-25T20:23:57Z" | "2008-01-25T16:53:20Z" |
216,593 | Bug 216593 [browser] unavailable Safari events crash Eclipse | null | resolved fixed | 44b5930 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-25T16:58:04Z" | "2008-01-25T16:53:20Z" |
216,340 | Bug 216340 Display.readAndDispatch() always returns true | readAndDispatch always returns true. sleep() isn't implemented. jface test suite relies on a while(readAndDispatch()) loop to clear events so they're not able to run their tests on WPF. | resolved fixed | b6d6369 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/wpf/org/eclipse/swt/internal/wpf/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-23T20:49:43Z" | "2008-01-23T20:26:40Z" |
216,287 | Bug 216287 Compiler warnings in N20080123-0010 in swt tests | /JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Region.java : 1 warning : OTHER WARNINGS 1. WARNING in /JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Region.java (at line 899) int[] onePoint = new int[] {}; The local variable onePoint is never read | resolved fixed | 1d50905 | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Region.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-23T16:48:48Z" | "2008-01-23T14:53:20Z" |
205,713 | Bug 205713 It displays a wrong character when input "1" character by display.post() method on Mac OS X | Build ID: 3.3 Steps To Reproduce: In following example, I want to input a "1" character in a text widget. However, I got a curious "" character but not "1". import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Text; public class TryPost { /** * @param args */ public static void main(String[] args) { new TryPost(); } public TryPost() { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new GridLayout(4, false)); final Text text = new Text(shell, SWT.BORDER); shell.pack(); shell.open(); new Thread() { public void run() { display.syncExec(new Runnable() { public void run() { Event event = new Event(); event.type = SWT.KeyDown; event.keyCode = 0; event.character = '1'; display.post(event); event = new Event(); event.type = SWT.KeyUp; event.keyCode = 0; event.character = '1'; display.post(event); } }); } }.start(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) display.sleep(); } display.dispose(); } } More information: I have tried it on both Mac OS X 10.4.9 and Mac OS X 10.5 beta. It has the same result. I check the code and guess it may caused by these codes(Display.java): switch (type) { case SWT.KeyDown: case SWT.KeyUp: { ... if ((result1 & 0x7f) == key || (result2 & 0x7f) == key) { vKey = i; break; } } ... } when event.character is '1', if result value is 177, (result & 0x7f) will be 49, which is the ASCII value of '1'. So it input 177 as key value but not 49, and it will display a curious "" character. I suggest it can be modified as: if ((result1 & 0xff) == key || (result2 & 0xff) == key) it will work. | resolved fixed | b13f35c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-23T16:41:51Z" | "2007-10-08T10:40:00Z" |
133,933 | Bug 133933 [Browser] KeyDown events not fired on Safari | Eclipse 3.2 I20060329 - 1200 -Put the javadoc dialog in focus by pressing F2 -Click within the dialog -The Esc key no longer works to exit the dialog, one has to click back within the main eclipse window to exit | resolved fixed | e7487a6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WebBrowser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-23T14:24:34Z" | "2006-03-29T22:06:40Z" |
199,495 | Bug 199495 in Device.getFontList() every FontData has height=0 | The title says it all. In win32 and gtk I can create a font using: font = new Font(display, display.getFontList("Courier", true)[0]); in mac this fails cause display.getFontList("Courier", true)[0].getHeight() == 0. | resolved fixed | 5418abb | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Font.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-22T23:30:36Z" | "2007-08-09T22:53:20Z" |
216,137 | Bug 216137 [Linux] DateTime does not render correctly values < 10. | [Linux] DateTime does not render correctly values < 10. For example, typically hours/minutes/seconds less than 10 are rendered as two digits (e.g. 10:01 AM), which is the way they are rendered on Windows. However, on Linux, they are rendered as single numbers (see screen capture). | closed fixed | cc24637 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/datetime/org/eclipse/swt/widgets/DateTime.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DateTime.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-22T20:14:49Z" | "2008-01-22T13:53:20Z" |
16,987 | Bug 16987 [CCombo] does not respond to MouseWheel | .Build 'F1' Bring up the Eclipse Properties view. Put focus to a value entry defined with a combobox (e.g. as in step A9.6 of 'PDE Usage Scenarios') The keyboard (arrows up and down) can be used to cycle through the items in the combobox. The wheel mouse has no effect. | resolved fixed | 3767c6e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-21T23:26:52Z" | "2002-05-22T17:53:20Z" |
215,875 | Bug 215875 Table/TreeEditor broken on OS-X since at least I20071218 | I'm not sure what has changed but JFace-CellEditing isn't working any more since this I-build whereas the same code works with I20071213. | resolved fixed | 07ac521 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-21T22:36:16Z" | "2008-01-18T23:46:40Z" |
47,783 | Bug 47783 Jpeg encoding (image height =1) | I get an exception when I save an ImageData (width=x HEIGHT=1) to JPEG file : Exception: ------------------------------------------------------- java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at org.eclipse.swt.internal.image.JPEGFileFormat.compress(JPEGFileFormat.java:207) at org.eclipse.swt.internal.image.JPEGFileFormat.convertMultiRGBToYCbCr(JPEGFileFormat.java:373) at org.eclipse.swt.internal.image.JPEGFileFormat.convertImageToYCbCr(JPEGFileFormat.java:316) at org.eclipse.swt.internal.image.JPEGFileFormat.unloadIntoByteStream(JPEGFileFormat.java:1887) at org.eclipse.swt.internal.image.FileFormat.unloadIntoStream(FileFormat.java:107) at org.eclipse.swt.internal.image.FileFormat.save(FileFormat.java:99) at org.eclipse.swt.graphics.ImageLoader.save(ImageLoader.java:194) at XXXXXXXXXXXXXXX Source code: ------------------------------------------------------------------- if (compressedHeight < componentHeight) { int srcOfs = (compressedHeight - 1) * componentWidth; for (int yPos = compressedHeight; yPos <= componentHeight; yPos++) { int dstOfs = (yPos - 1) * componentWidth; System.arraycopy(imageComponent, srcOfs, imageComponent, dstOfs, componentWidth); } } So, if compressedHeight=1 , I understand that it calls an System.arrayCopy from a position O to the SAME position 0 ! Thanks for your fantastic project: ECLIPSE ! | resolved fixed | 6aa1139 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-21T22:35:30Z" | "2003-12-01T09:13:20Z" |
193,433 | Bug 193433 [Combo] Incorrect initial focus in Generate constructor using fields | Build ID: I20070608-1718 Steps To Reproduce: 1. Invoke the "Generate constructor using fields" dialog in a class that has a few fields. 2. Press the enter key 3. The superclass constructor combo opens, instead of the OK button being pressed More information: In previous Eclipse version, when invoking the "Generate constructor using fields" dialog the OK button had the focus, which permitted to immediately and easily validate the dialog in case the default settings are accepted (a common situation for me). With Eclipse 3.3, the dialog's initial focus is on the superclass constructor combo. I think the previous behavior was better. | resolved fixed | 9ae99bb | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-21T22:18:39Z" | "2007-06-20T03:26:40Z" |
166,187 | Bug 166187 TableItem#getBounds(0) incorrect when adding columns in asyncExec | To reproduce start the snippet and click on the shown item (its column 2) you'll notice in the console that the widths are incorrect for the first column and it doesn't change if you resize the table (the second does!) | resolved fixed | f43e578 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-21T20:15:33Z" | "2006-11-29T11:33:20Z" |
211,188 | Bug 211188 Looks like squiggle and error_underline style have fat dash at end | I20071127-0800 gtk2-2.2.4-125.17 The squiggle and the error_underline style on Linux-GTK look a bit ugly as the seem to end with a fat dash. | resolved fixed | 0c959d1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-21T20:02:33Z" | "2007-11-28T08:53:20Z" |
191,413 | Bug 191413 Control's tooltip displays abnormally on linux platform. | Build ID: M20070212-1330 Steps To Reproduce: 1.Create a canvas on a shell and set the canvas' tooltip. 2.Create a button on the canvas. 3.Launch the application on linux platform and hover on the button. 4.The canvas' tooltip displays above the button, while on windows platform, the canvas' tooltip will never display above the button. Code snippet: public static void main(String[] args) { final Display display = Display.getDefault(); final Shell shell = new Shell(); shell.setSize(500, 375); shell.setText("Tooltip Application"); //----------------------- shell.setLayout(new FillLayout()); final Canvas control = new Canvas(shell,SWT.NONE); control.setToolTipText("this is control canvas"); Button button = new Button(control,SWT.PUSH); button.setText("OK"); button.setSize(200,200); //----------------------- shell.layout(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } shell.dispose(); } More information: | resolved fixed | 6b3f40f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-18T20:49:52Z" | "2007-06-07T04:20:00Z" |
197,224 | Bug 197224 Annoying Message Box "prohibit running ActiveX controls" appear in browser when accessing page with applet | Build ID: I20070625-1500 Steps To Reproduce: This bug is caused by the workaround implemented for bug id 59506. To reproduce; use the SWT/Eclipse browser to access a page that contains an applet. More information: The ShowMessage method in WebSite.java attempts to resolve this problem however it is not working on my version of IE7. This is because lpstrText contains the following value; "One or more ActiveX controls could not be displayed because either: 1) Your current security settings prohibit running ActiveX controls on this page, or 2) You have blocked a publisher of one of the controls. As a result, the page may not display correctly." and the string loaded from SHDOCLC.DLL contains the following text; "Your current security settings prohibit running ActiveX controls on this page. As a result, the page may not display correctly." These strings are not equal therefore this annoying message box is always displayed. | resolved fixed | b35a49d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-18T17:21:52Z" | "2007-07-20T02:53:20Z" |
184,063 | Bug 184063 Logitech Revolution mouse doesn't scroll down editor when in "free-spinning" mode | Build ID: M20060921-0945 Steps To Reproduce: 1. Spend too much on a mouse. 2. Turn scroll acceleration to minimum (or this will somewhat mask the effect) 3. Scrolling down on free-spinning mode only occurs when spun at high speed, where as scrolling up works normally. 4. Spinning very fast in either direction causes strangeness and generally odd behavour with free-spinning scrolling all round. More information: Logitech's new mouse has a scrolling mode where the wheel spins smoothly. This works immediately in most applications but eclipse demonstrates odd behaviour when using the mode. | resolved fixed | d682551 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scrollable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-17T16:37:34Z" | "2007-04-25T16:53:20Z" |
211,865 | Bug 211865 Tooltip always prompt up in the wrong place | null | resolved fixed | ce2277d | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/tooltip/org/eclipse/swt/widgets/ToolTip.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-16T23:05:53Z" | "2007-12-04T12:06:40Z" |
215,431 | Bug 215431 Label: SWT.LEFT, SWT.CENTER, SWT.RIGHT not implemented | See summary | resolved fixed | bc388f1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-16T03:35:15Z" | "2008-01-16T02:20:00Z" |
210,845 | Bug 210845 SWT.Wrap for text labels doesn't wrap | Run control example Go to 'label' tab Click on SWT.WRAP Text label doesn't wrap | resolved fixed | bce2ffc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-16T02:54:22Z" | "2007-11-24T21:33:20Z" |
213,923 | Bug 213923 popup menu has bunch of empty items if it contains many items | null | resolved fixed | b136139 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-14T20:09:25Z" | "2007-12-27T12:53:20Z" |
215,148 | Bug 215148 Inconsistent Spinner behaviour across platforms | null | resolved fixed | 4c6c40a | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-14T18:28:34Z" | "2008-01-13T16:00:00Z" |
214,160 | Bug 214160 Issues with transparent images when advanced graphics is on | null | resolved fixed | 9fb31e5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-14T16:45:48Z" | "2008-01-02T21:40:00Z" |
152,822 | Bug 152822 Incorrect key events reported when NO_FOCUS style used | SWT-gtk, v3305, gtk2-2.8.10-36, German keyboard - Run the snippet below - Type a (' dead key + a) or e (^ dead key + e) Output on Windows: keyDown: character=a keyDown: character=e Output on GTK (note missing accents): keyDown: character=a keyDown: character=e When the NO_FOCUS style is removed, the output is as expected. Appears to depend on a block of code checking for NO_FOCUS in Composite.createHandle(int, boolean, boolean). --- import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class KeyTest { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Canvas cnv = new Canvas(shell, SWT.NO_FOCUS); cnv.addListener(SWT.KeyDown, new Listener() { public void handleEvent(Event e) { System.out.println("keyDown: character=" + e.character); } }); shell.setBounds(200, 200, 200, 200); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } } | resolved fixed | 853fc83 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-11T22:59:29Z" | "2006-08-04T05:40:00Z" |
120,192 | Bug 120192 org.eclipse.swt.ole.win32.OleAutomation has a reference leak | On line 96, objITypeInfo is AddRef'd. However, the semantics of GetTypeInfo has the returned ITypeInfo as an out parameter, and thus has already been AddRef'd. The additional ref constitutes a reference leak. I recommend changing the line to: // TypeInfo is an out param, do not AddRef or this will leak. Be happy to fix this one myself if I can get CVS access. Thanks, Scott | resolved fixed | 8ad26ac | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleAutomation.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-10T21:49:37Z" | "2005-12-09T23:13:20Z" |
214,754 | Bug 214754 ControlExample's "Select Listeners" has sizing problems | null | resolved fixed | 83f204d | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/Tab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-10T16:51:55Z" | "2008-01-09T14:46:40Z" |
211,685 | Bug 211685 DateTime fires spurious SelectionEvents | null | resolved fixed | 30433b5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/DateTime.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-01-09T20:45:46Z" | "2007-12-02T18:26:40Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.