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 timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
333,630 | Bug 333630 EXCEPTION_ACCESS_VIOLATION SHELL32.dll TaskBar#getDirectory | null | resolved fixed | 720656c | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TaskBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-04-25T15:18:18Z | 2011-01-06T07:46:40Z |
335,307 | Bug 335307 Redraw problem with Table/Tree header after scrolling | Reproducible on Cocoa I20110124-1800 build. I first saw this in the preference dialog -> Installed JREs. Also reproducible with Tree and Table in Control Example. Steps: 1) Open preference dialog -> Installed JREs 2) Scroll towards the right in the Installed JREs table such that the checkbox column is not visible. 3) N... | resolved fixed | 9d7753b | ["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 | 2011-04-25T10:07:02Z | 2011-01-25T12:53:20Z |
342,648 | Bug 342648 On Linux in RTL mode Tree.getItem(Point) gives incorrect results | N20110410-2000 Unzip the attached plug-in project and import as existing project Launch a new runtime workbench with the parameter -dir rtl Verify that Eclipse is in right to left mode Show the view TreeViewCategory/RTL tree view In the view click on an expander node Expected Result: Tree item.getItem() is null is writ... | verified fixed | 7ea2dcf | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-04-21T18:17:28Z | 2011-04-12T23:13:20Z |
343,560 | Bug 343560 Display.ayncExec(null) does not cause readAndDispatch() to return true. | Run this snippet and stop moving the mouse or typing. On all platforms but cocoa, you get a sequence like this printed to the console. loop=true loop=false loop=true loop=false import org.eclipse.swt.widgets.*; public class SyncThread { public static void main(String[] args) { final Display display = new Display(); She... | resolved fixed | 7afd221 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Synchronizer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-04-21T14:51:01Z | 2011-04-21T15:33:20Z |
343,093 | Bug 343093 DBCS4.1: Cannot input Japanese characters in Mac OS X using default IME. | Build Identifier: I20110412-2200 OS: Mac OS X Java environment:1.6.0_24-b07-334 Locale:ja_JP.UTF-8 When you enter japanese as hiragana you press space key to turn it into kanjis. After that you can press enter and start typing more hiraganas. But in case of eclipse 4.1 if you press enter and start typing new characters... | resolved fixed | 40db8b3 | ["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 | 2011-04-20T21:01:58Z | 2011-04-18T07:00:00Z |
341,402 | Bug 341402 SWT Cocoa crash in 3.7M6 | I just captured the following crash with 3.7M6. The crash happened shortly after I saved an editor and not in direct response to an action. Process: eclipse [65988] Path: /Users/bhunt/Applications/Eclipse/3.7 M6/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.6 (3.6) Code Type: X86-64 (Nat... | resolved fixed | 8d66d24 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-04-18T17:46:21Z | 2011-03-30T18:33:20Z |
341,190 | Bug 341190 KEY CTRL+O is passed to IE8 | Build Identifier: M20090211-1700 When a browser widget has the focus (with IE8 on the machine), the key CTRL+O is passe to it. This does not occur with IE6! As we use a key binding von CTRL+O to open an own dialog, now the standard open dialog from IE8 also opens. How can we suppress passing CTRL+O to IE8? Reproducible... | resolved fixed | b223c63 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-04-15T19:41:07Z | 2011-03-29T06:26:40Z |
342,488 | Bug 342488 Exception running webstart app | Tried to run a webstart app with latest code and failed with this exception in Display.java. 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart Exception in thread "AWT-AppKit" 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart java.lang.reflect.InvocationTargetException 11-04-11 4:09:36 PM [0x0-0x71071].co... | resolved fixed | 5e8ab96 | ["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 | 2011-04-11T20:08:37Z | 2011-04-11T19:26:40Z |
342,192 | Bug 342192 PrintDialog crashes on xp if no printers are installed | Build Identifier: I20100608-0911 If no printers are installed on xp, rcp application crashes when the following line is executed: PrintDialog dialog = new PringDialog(shell, SWT.NONE); Stack: [0x00030000,0x00130000], sp=0x0012ed6c, free space=3fb0012e8a0k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,... | resolved fixed | 814d9de | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/PrintDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-04-11T16:28:40Z | 2011-04-07T15:26:40Z |
341,958 | Bug 341958 Arabic: SWT (version 3.659) ignores the font set over style ranges | Build Identifier: M20110210-1200 By every other word written in arabic letters, SWT ignores the fallback font I set over the style ranges to display the not ASCII-characters in a styled text, when the font used by widget doesn't contain the arabic glyphs. Reproducible: Always | resolved fixed | ca2ab80 | ["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 | 2011-04-11T15:48:17Z | 2011-04-05T19:00:00Z |
342,279 | Bug 342279 Javadoc warning in N201104072000 | /builds/N201104072000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Touch.java:27: warning - Tag @see: reference not found: TouchEvent 1 warning | resolved fixed | 0d07173 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Touch.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-04-08T14:17:42Z | 2011-04-08T13:40:00Z |
336,379 | Bug 336379 Snippet345 is using the wrong example text. | null | resolved fixed | 03fc865 | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet345.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-04-07T14:38:27Z | 2011-02-04T17:20:00Z |
341,134 | Bug 341134 Tree#selectAll() should only select visible items (those without any collapsed parent) | I20110322-0800 Tree#selectAll() should only select visible items (i.e. roots and items whose parents are expanded and visible). Currently, it selects all items in the Tree, which is unexpected. The problem can be seen with Snippet61 if you add this listener and then press "A": tree.addListener(SWT.KeyDown, new Listener... | resolved fixed | 8023917 | ["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 | 2011-04-01T20:42:00Z | 2011-03-28T16:33:20Z |
341,361 | Bug 341361 tests failures in TextLayout#getNextOffset | null | resolved fixed | e32c535 | ["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 | 2011-03-30T15:26:52Z | 2011-03-30T13:00:00Z |
341,212 | Bug 341212 Tree item sort column background not drawn when item selected or hot | 1) Run ControlExample 2) Select 'Tree' tab 3) Check 'Multiple Columms', 'Header Visible', 'Sort Indicator' 4) Select 'Node 1' 5) The sort indicator background is not drawn for selected or hot items | resolved fixed | 8be40f4 | ["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 | 2011-03-30T13:51:42Z | 2011-03-29T12:00:00Z |
334,746 | Bug 334746 [Presentations] [perfs] Performance regression in PresentationCreateTest* tests | On windows, there is 30-50% performance regression in tests of org.eclipse.ui.tests.performance.presentations.PresentationCreateTest#*. Linux looks good. The regression seems to have got introduced around 6th January. There was a regression in December first but it got good on 4th January build. Hence, I initially thou... | resolved fixed | 8461218 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/ImageList.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/wid... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-29T20:29:10Z | 2011-01-19T09:40:00Z |
243,894 | Bug 243894 Debug view should not scroll to right when breakpoint is hit | I20080807-1402, was OK in 3.3.2 and 3.4. Paste the class below to the Package Explorer, set the breakpoint, and then debug as Java application. When the breakpoint is hit (in both threads), make sure that the Debug view is so narrow that its toolbar just fits on one row (the view then shows a horizontal scroll bar). Pr... | resolved fixed | ff35a05 | ["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 | 2011-03-25T15:55:15Z | 2008-08-12T14:06:40Z |
270,490 | Bug 270490 A web page opened in embedded Mozilla Browser could move/resize Shell window | Use attached snippet to reproduce. | resolved fixed | f88586e | ["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 | 2011-03-24T20:29:06Z | 2009-03-30T16:20:00Z |
327,260 | Bug 327260 Often can't see focus ring in Trees on Windows 7 | N20101003-2000, same in 3.6 and 3.5.2 I often can't see the focus ring in Trees on Windows 7. On WinXP, I could always see which item had the keyboard focus (dotted focus ring). On Win7, I only see the focus item on plain SWT.MULTI trees and only if the focus is on an unselected item. If the focus is on a selected item... | resolved fixed | f3716dc | ["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 | 2011-03-24T15:30:59Z | 2010-10-07T16:46:40Z |
65,899 | Bug 65899 [StyledText] StyledText Supplementary/Surrogate character navigation | null | resolved fixed | 55a22ab | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "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/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse",... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-23T19:14:54Z | 2004-06-06T08:20:00Z |
340,603 | Bug 340603 Selection under cocoa draws wrong in wrapped TextLayout | Build Identifier: I20100608-0911 Using SWT cocoa, a TextLayout with wrapped text where the first line is smaller than the others, the selection is drawn as a box with the width of the first line. This causes text on the other lines to leak out of the selection background box. The attached screen shot shows the result o... | resolved fixed | 8ec5769 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-22T15:16:23Z | 2011-03-21T20:40:00Z |
340,248 | Bug 340248 checkWidget() missing in Shell#getToolbar() | The new method Shell#getToolbar is missing the checkWidget() call although the Javadoc states that the usual restrictions apply (ERROR_WIDGET_DISPOSED, ERROR_THREAD_INVALID_ACCESS). | resolved fixed | d93202e | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/S... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-18T18:04:33Z | 2011-03-16T21:13:20Z |
116,892 | Bug 116892 Scroll clipped Tree/Table causes pixel corruption (drawing problem) | I20051116-1332 Obligatory Simple Guy. Will attach a screencap showing the bug in the wild. import org.eclipse.swt.SWT; import org.eclipse.swt.custom.ScrolledComposite; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.T... | resolved fixed | 1e6f41a | ["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/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-17T14:30:11Z | 2005-11-17T15:06:40Z |
339,655 | Bug 339655 Program#execute(String) broken for file:/ arguments containing # | I20110310-1119 Cocoa Program#execute(String) is broken for file:/ arguments containing #. When I generate Javadoc and then want to open the Javadoc of a method selected in the editor in the system browser, then # is wrongly escaped before the argument is passed to the browser (resulting in an URL with %23, which is wro... | resolved fixed | e4b161a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/cocoa/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-15T12:17:34Z | 2011-03-11T10:40:00Z |
339,941 | Bug 339941 Program.execute("") should launch app without args | Program.execute("") launches app with default dir as argument instead of just launching app. | resolved fixed | 97e3a20 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-14T20:30:34Z | 2011-03-14T19:13:20Z |
333,759 | Bug 333759 Allow SWT to use gvfs instead of gnome-vfs | null | resolved fixed | 914f615 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-14T16:40:03Z | 2011-01-07T17:06:40Z |
333,323 | Bug 333323 [SWT][Browser][Mozilla] memory leak in embeded mozilla browser widget | Build Identifier: 3.6 The Browser widget created with SWT.MOZILLA has big memory leak issue in below scenario: reload the page every 5 secondes and keep moving the mouse over the page. The memory goes from 90MB to 300MB in about 7 minutes, then the RCP application crashes. The Java heap size of the RCP application is v... | resolved fixed | 37c4fcd | ["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 | 2011-03-11T21:33:19Z | 2010-12-30T00:46:40Z |
339,345 | Bug 339345 ClassCast exception when drop target is List | Happens on Cocoa with 3.7 HEAD Run the DNDExample. Drag and drop to a the List as drop target. We get class cast exception. Exception in thread "main" java.lang.ClassCastException: org.eclipse.swt.widgets.List cannot be cast to org.eclipse.swt.widgets.Table at org.eclipse.swt.dnd.DropTarget.tableView_validateDrop_propo... | resolved fixed | 3444eb9 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-09T16:57:25Z | 2011-03-09T14:13:20Z |
338,981 | Bug 338981 Text VerifyEvent; Changing inserted text field inserts nothing or damages content | Build Identifier: swt-3.7M5-cocoa-macosx-x86_64 The text field of a VerifyEvent received by a Text's VerifyListener contains the text about to be inserted. Changing this field is supposed to alter the inserted text. Instead nothing is inserted, or the changed text is inserted while following parts of the Text's content... | resolved fixed | 927bee3 | ["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 | 2011-03-07T19:50:38Z | 2011-03-04T23:06:40Z |
339,116 | Bug 339116 SWT.Hide not sent properly for menus | null | resolved fixed | c39c3e6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-07T16:34:43Z | 2011-03-07T15:00:00Z |
336,957 | Bug 336957 Crash in SWT Carbon OS.ReceiveNextEvent / Display.trayItemProc | Build Identifier: 3.6.1.v3655c We are sometimes getting crashes in the Carbon SWT at shutdown. It is intermittent, and but does occur during the time that the application is shutting down, and the Display is being shutdown. I will attach the Apple Crash Report of when the event occurred. Unfortunately, I can not recrea... | resolved fixed | 105f15f | ["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/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TrayItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-04T22:03:55Z | 2011-02-11T16:00:00Z |
338,965 | Bug 338965 Deadlock/Hang on UI Thread | null | resolved fixed | ad1eb09 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/MessageBox.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-04T21:14:14Z | 2011-03-04T17:33:20Z |
338,937 | Bug 338937 Javadoc warnings in N201103032000 | /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:3987: warning - Tag @see: can't find setId(int) in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclip... | resolved fixed | 6f81333 | ["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 | 2011-03-04T16:33:36Z | 2011-03-04T14:46:40Z |
338,825 | Bug 338825 Rename Display.getAppMenuBar() to getMenuBar(). | null | resolved fixed | d5938d7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/wid... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-03T16:31:23Z | 2011-03-03T16:33:20Z |
329,456 | Bug 329456 Add API to access the application menu (Mac) and system menu (win32/gtk) | On the Mac developers want control over the application menu. They want to set the about menu text, enable/disable/hide the preferences item, and add items to the application menu. They also want to listen for selections on those items. In other words, treat it like any other Menu in the application. Likewise, on Win32... | resolved fixed | f1fbb87 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenu.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Ecl... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-03T15:19:09Z | 2010-11-04T17:00:00Z |
324,155 | Bug 324155 Eclipse crash at quit when modal dialog opened | Build Identifier: eclipse-SDK-3.5.2-macosx-carbon 32 bit (Build id:M20100211-1343) Process: eclipse [47963] Path: /Users/notes/Downloads/eclipse-SDK-3.5.2-macosx-carbon/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.5 (3.5) Code Type: X86 (Native) Parent Process: launchd [114] Date/Time: ... | resolved fixed | aba5fbf | ["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/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-03-02T21:33:32Z | 2010-09-01T03:00:00Z |
338,448 | Bug 338448 Control.setTouchEventsEnabled(boolean)/isTouchEnabled() not consistent | In the new API in Control.java to enabled touch events, the setter name is not consistent with the getter (TouchEvents instead of Touch). Also, traditionally if an API starts with is* in Control.java, it means that the state of the widget parent is checked. This is not the case for this API, so it should be getTouchEna... | resolved fixed | 8363b35 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-28T19:45:47Z | 2011-02-28T19:06:40Z |
275,071 | Bug 275071 possible NPE in printer | null | resolved fixed | a73c797 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/Printer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-28T17:54:35Z | 2009-05-05T21:46:40Z |
335,373 | Bug 335373 NPE when changing iFrame url via SWT browser evaluate() method | Build Identifier: SWT 3.5.2.v3557f We are developing a an app that leverages iFrames to manage a collection of different pieces of browser content and are trying to dynamically manage the separate iFrame data with a call from the SWT browser evaluate() method to a javascript method we have created to change the iFrames... | resolved fixed | 87330b1 | ["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 | 2011-02-22T21:29:30Z | 2011-01-25T21:13:20Z |
335,887 | Bug 335887 SWT reports API breakage | I have SWT from HEAD with an API baseline of 3.6.0. Description Resource Path Location Type The method org.eclipse.swt.browser.WebKit.create(Composite, int) has been removed WebKit.java /org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser line 26 Compatibility Problem The major version should be incremented ... | resolved fixed | 13ea970 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-22T19:28:03Z | 2011-01-31T18:53:20Z |
337,499 | Bug 337499 Assorted NPEs in SWT_AWT when used in Plugin2 | null | resolved fixed | 9559d48 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.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/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widg... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-17T23:07:59Z | 2011-02-17T22:00:00Z |
337,263 | Bug 337263 LineAttributes should implement equals() | LineAttributes does not implement equals(), which leaves proper comparison of LineAttributes to clients. Instead, LineAttributes should implement equals() (as well as hashCode()). | resolved fixed | ea83c60 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/LineAttributes.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-17T16:23:34Z | 2011-02-15T22:46:40Z |
337,203 | Bug 337203 [refactoring] Cocoa only: Preview page in org.eclipse.ltk.ui.refactoring.RefactoringWizard shows no changes when empty space is clicked | Build Identifier: 20100917-0705 In Cocoa, when the refactoring preview dialog shows a tree and changes underneath, clicking on the white or empty area next to the tree causes selection to be reset and changes to go away. This is not the case in windows and it may not be immediately apparent to the user as to what happe... | resolved fixed | 4b27ffd | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSIndexSet.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableIndexSet.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.ecli... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-16T16:19:46Z | 2011-02-15T11:40:00Z |
335,134 | Bug 335134 [Custom Widgets] CCombo: floating list pop-up on ALT+TAB | null | resolved fixed | 3e1b012 | ["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 | 2011-02-16T06:21:59Z | 2011-01-23T19:13:20Z |
325,241 | Bug 325241 Table checkbox column moves on drag & drop | public class Snippet_bug { public static void main (String [] args) { Display display = new Display (); String[] titles = {"Information", "Error", "Question", "Warning"}; String[] questions = {"who?", "what?", "where?", "when?", "why?"}; Shell shell = new Shell (display); shell.setLayout(new GridLayout()); Table table ... | resolved fixed | 3b9aff1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/co... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-11T17:19:03Z | 2010-09-14T13:13:20Z |
320,636 | Bug 320636 [Custom Widgets] CCombo setFocus does not work | Build Identifier: M20100211-1343 When trying to set initial focus on a CCombo during creation of cotrols, it does not work. The reason is IMHO that it does not override forceFocus() method, which is used when restoring saved focus from shell. Reproducible: Always | resolved fixed | 99d7211 | ["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 | 2011-02-09T11:03:30Z | 2010-07-22T14:46:40Z |
306,039 | Bug 306039 [Widgets] Windows 7 Jump List items impose "standard" on arguments passed to new instance | Build Identifier: 3.6M6 Recently implemented Windows 7 Jump List (which is awesome) items impose "standard" on argumants that are passed to new instance with pattern like shown below: --launcher.openFile /SWTINTERNAL_ID101 It's used solely on Eclipse, but for applications that are not using Eclipse exe launcher are con... | resolved fixed | 1a60623 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TaskBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-08T17:28:41Z | 2010-03-16T17:20:00Z |
336,624 | Bug 336624 Cannot get simultaneous left and right mouse button in SWT.MouseMoveevents on Mac | Build Identifier: 3.6.1.v3659 If I attach a Listener for SWT.MouseMove events to a SWT Canvas, on Windows I can success fully query the event state mask for simultaneous left and right mouse buttons. On Mac the state mask never contains both the flag for button1 and button3. If they are clicked the same time button1 is... | resolved fixed | e75f9a9 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclip... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-08T17:14:12Z | 2011-02-08T15:46:40Z |
329,872 | Bug 329872 Child dialog gets in infinite flicker loop while use SWT.PRIMARY_MODAL style | Build Identifier: Version:3.6.1 Build id:M20100909-0800 If a child dialog (a dialog with SWT.PRIMARY_MODAL) is displayed, and then focus is switched out of that dialog then back on to the parent shell, the child dialog goes into an infinite flicker. The best way I've been able to reproduce this is to use Expose to togg... | resolved fixed | 02f0ef9 | ["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 | 2011-02-07T16:48:57Z | 2010-11-10T09:06:40Z |
272,331 | Bug 272331 Setting fileName in PrinterData for PrintDialog does nothing | 3.5 M6 Run the following snippet: import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.printing.*; public class TestPrintDialogFileName { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); PrintDialog dialog = new PrintDialog(shell, ... | resolved fixed | df61f40 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/PrintDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/Printer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-01T22:11:49Z | 2009-04-15T15:40:00Z |
335,928 | Bug 335928 compile warnings in official build | N20110131-2000. 1. WARNING in _ppc.arm/temp.folder/@dot.src/org/eclipse/swt/internal/BidiUtil.java (at line 463) if (callback != null) callback.dispose(); Dead code | verified fixed | 914247e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-01T14:39:38Z | 2011-02-01T08:46:40Z |
335,172 | Bug 335172 Broken DND feedback indicator when dragging TableItems on Mac | null | resolved fixed | f0d4660 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-02-01T00:35:48Z | 2011-01-24T11:53:20Z |
335,304 | Bug 335304 DateTime dropdown doesn't hide with arrow button | Reproducible on Cocoa I20110124-1800 build Steps: 1) Run the control example 2) In the DateTime control, select SWT.DATE and SWT.DROP_DOWN 3) Click on the arrow (dropdown) button in the control to open the dropdown calendar. 4) Click on the arrow button again, the dropdown calendar flashes but doesn't hide. The arrow b... | resolved fixed | 5de89d7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DateTime.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-31T20:29:47Z | 2011-01-25T12:53:20Z |
335,882 | Bug 335882 bidi: overload SashForm#setOrientation to change bidi direction | bidi: overload SashForm#setOrientation to change bidi direction | resolved fixed | f7f5054 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/SashForm.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-31T17:52:10Z | 2011-01-31T18:53:20Z |
329,216 | Bug 329216 StyledText needs to implement AccessibleEditableTextListener | null | resolved fixed | a1c3277 | ["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 | 2011-01-31T14:57:47Z | 2010-11-01T19:33:20Z |
335,589 | Bug 335589 No mouse move events on Cocoa64 unless you press left mouse button | It looks like some change in SWT broke mouse move listeners and hence a lot of things in the Eclipse UI (e.g. JavaDoc-Hovers). I currently don't have Eclipse 3.7 builds but this is reproduceable the latest Eclipse 4.1 build (I20110126-2200). The only possibility to get JavaDoc-Hovers is to press the left mouse button a... | resolved fixed | 7aa83ef | ["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 | 2011-01-28T01:05:42Z | 2011-01-27T17:40:00Z |
335,382 | Bug 335382 WebKitGTK can now throw exception with SWT.WEBKIT style | The current implementation of BrowserFactory on gtk will attempt to use the WebKitGTK Browser implementation for all Browsers created with style SWT.WEBKIT, even if it initially fails to load its swt-webkit library. Don't do this! | resolved fixed | 2d20e46 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/gtk/org/eclipse/swt/browser/BrowserFactory.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-25T20:51:19Z | 2011-01-25T21:13:20Z |
334,865 | Bug 334865 Save action in main toolbar is not enabled after Organize Imports | I20110118-0800 Cocoa, is OK in 3.6.2 candidate (M20110119-0834) The Save action in the main toolbar is not enabled after Organize Imports. The editor tab gets the *, the Save action is correctly enabled in the menus, and Command+S works. | resolved fixed | 4bfb2d4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-21T17:23:29Z | 2011-01-20T10:40:00Z |
332,096 | Bug 332096 Browser.print() steals focus | I have two browsers, one which acts as a rich text editor, and the other which shows the result within a canvas widget. The result on canvas is actually an image of the browser, so as the user types into the editor, the browser which is not visible is printed and that image is drawn on the canvas widget. When the secon... | resolved fixed | 3737d97 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-20T21:12:11Z | 2010-12-07T22:13:20Z |
334,624 | Bug 334624 Macs and Display.post(...) problems on non-US keyboards | null | resolved fixed | 1f174a7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-20T00:09:10Z | 2011-01-18T11:26:40Z |
322,293 | Bug 322293 NPE when select Hyperlink from MultipleHyperlinkPresenter List | Here the Stack Trace from macosx-cocoa-x86_64 java.lang.NullPointerException at org.eclipse.swt.widgets.Shell.setWindowVisible(Shell.java:1782) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1704) at org.eclipse.jface.text.AbstractInformationControl.setVisible(AbstractInformationControl.java:506) at org.eclipse... | verified fixed | 7742fa8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-19T19:46:48Z | 2010-08-10T19:53:20Z |
292,780 | Bug 292780 failing to dispose GC can cause huge error message spew | null | resolved fixed | 30ed6af | ["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 | 2011-01-19T18:02:50Z | 2009-10-20T14:46:40Z |
334,723 | Bug 334723 Javadoc warnings in I20110118-0800 build | /builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:989: warning - Tag @see: reference not found: org.eclipse.swt.widgets.Touch.state /builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse... | resolved fixed | be91c63 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/GestureListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/TouchListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/sw... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-19T01:05:25Z | 2011-01-19T01:20:00Z |
324,662 | Bug 324662 [Mac] Hand cursor does not appear on Link | null | resolved fixed | 656325b | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-18T23:37:42Z | 2010-09-07T14:33:20Z |
334,420 | Bug 334420 Trying to reveal element in Table takes very long | null | verified fixed | 5ded542 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-14T23:01:14Z | 2011-01-14T21:20:00Z |
319,188 | Bug 319188 LocationProvider null when xulrunner is already initialized by another browser | Build Identifier: 3.5.2 If xulrunner is already initialized by another browser, the following line in Mozilla.java is not executed if (!Initialized) { LocationProvider = new AppFileLocProvider (mozillaPath); LocationProvider.AddRef (); The LocationProvider is not initialized and caused the exception when executes javas... | resolved fixed | 24ab347 | ["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 | 2011-01-12T16:18:25Z | 2010-07-07T19:13:20Z |
334,067 | Bug 334067 [browser]Avoid invoking _getUrl inside MapUrlToZone callback | Build Identifier: 3.6.1 In side WebSite.java, MapUrlToZone callback invokes _getUrl() each time as part of the condition of whether is in setText mode. This will lower the performance. We can set a flag instead. Path provided as a reference. Reproducible: Always | resolved fixed | bba1c08 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java", "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 | 2011-01-12T15:52:03Z | 2011-01-12T11:00:00Z |
333,914 | Bug 333914 Application menu is not localized correctly | Build Identifier: 3.6 Helios Release The Cocoa application menu obeys the "-nl" argument only for the "About", "Quit" and "Hide" menu items. The rest of the items, as well as the "Help>Search" menu item are shown in the preferred system language. Reproducible: Always Steps to Reproduce: 1. Set a language different from... | resolved fixed | fe7f497 | ["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/NSLocale.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Ecl... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-11T19:19:17Z | 2011-01-10T20:06:40Z |
333,893 | Bug 333893 Shell with SWT.SHEET style doesn't take focus any more | null | resolved fixed | 7c365a9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-10T18:52:20Z | 2011-01-10T17:20:00Z |
331,310 | Bug 331310 swtlib-64 is created and left behind in tmp directory in world writable mode (chmod 777). This is a security issue. | Build Identifier: SWT 3.5.0.v3550b Using Eclipse Memory Analyzer 1.0.1 I noticed that SWT is leaving behind temporary data in /tmp, namely the directory /tmp/swtlib-64 in our case. This directory is world writable and reported as security issue by our systems. The problematic code line is Runtime.getRuntime ().exec (ne... | resolved fixed | 0656dc6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/common_j2se/org/eclipse/swt/internal/Library.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-07T21:51:38Z | 2010-11-29T08:40:00Z |
333,500 | Bug 333500 SWT Text control with SWT.MULTI style appears incorrectly when disabled | Build Identifier: 3.6 Helios Release Using Cocoa ws. The multiline text control appears differently from the single line one, when setEnabled is set to false. The cocoa multiline text control behaves exactly the same as the single line one, ideally so should the SWT control. Reproducible: Always Steps to Reproduce: 1. ... | resolved fixed | 73bece2 | ["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 | 2011-01-05T22:21:02Z | 2011-01-04T16:53:20Z |
333,493 | Bug 333493 disposed widget exception when closing editor with Browser with Ctrl+F4 | - open an .html file in eclipse's Web Browser editor - close the editor with Ctrl+F4 - the exception below occurs: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4083) at org.eclipse.swt.SWT.error(SWT.java:3998) at org.eclipse.swt.SWT.error(SWT.java:3969) at org.eclipse.swt.widge... | resolved fixed | 4737356 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleFrame.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-04T19:42:17Z | 2011-01-04T16:53:20Z |
333,386 | Bug 333386 Inconsistent behavior of Combo#setItems() on MacOSX Cocoa | null | resolved fixed | adc1c99 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-04T17:31:40Z | 2011-01-02T20:26:40Z |
332,389 | Bug 332389 Invalid memory access when using the new shell.getToolBar() | Build Identifier: 3.7M4 import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class Main { public static void main(String[] args) { final Display display = Display.getDefault(); final Shell shell = new Shell(display, SWT.SHELL_TRIM); final ToolBar toolBar = shell.getToolBar... | resolved fixed | bc954da | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/id.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/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2011-01-04T16:41:01Z | 2010-12-12T13:20:00Z |
332,282 | Bug 332282 The styledtext caret position is incorrect when switch Orientation | Build Identifier: SWT3.4.2 switch styledtext Orientation, and resize styledtext size, the caret position is incorrect. Reproducible: Always Steps to Reproduce: 1. launch my sample code 2. press CTRL+G to swith Orientation from LTR to RTL 3. resize the shell Bug: if change size smaller, the caret is lost; if change size... | resolved fixed | 084cf17 | ["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 | 2010-12-23T19:39:58Z | 2010-12-10T08:33:20Z |
333,053 | Bug 333053 Multiple compiler warnings in I20101221-1019 | These errors show up on multiple platforms. 1. WARNING in /temp.folder/@dot.src/org/eclipse/swt/custom/SashForm.java (at line 112) public int getOrientation() { The method SashForm.getOrientation() does not override the inherited method from Control since it is private to a different package 2. WARNING in /temp.folder/... | resolved fixed | 45c9259 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.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/Te... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-22T15:56:40Z | 2010-12-22T03:53:20Z |
333,086 | Bug 333086 javadoc warning in N20101221-2000 wrt SWT | /builds/N201012212000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:749: warning - Tag @see: reference not found: org.eclipse.swt.widgets.SWT#GESTURE_MAGNIFY /builds/N201012212000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org... | resolved fixed | 11b6b18 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/GestureEvent.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-22T14:30:36Z | 2010-12-22T12:13:20Z |
332,830 | Bug 332830 Menu item text cropped | Build Identifier: M20100909-0800 Menu item text is cropped by keyboard shortcut when switched to windows classic theme. Its described as bug in windows and workaround is in source of org.eclipse.swt.widgets.Menu on line 1508, but does not work. Reproducible: Always Steps to Reproduce: 1. switch Windows 7 to widows clas... | resolved fixed | 1641f76 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-21T20:40:27Z | 2010-12-17T10:00:00Z |
332,917 | Bug 332917 XULRunner path may not work for SWT browser | Build Identifier: 3.4.2 If add -Dorg.eclipse.swt.browser.XULRunnerPath=${rcp.home}/rcp/eclipse/plugins/xulrunner in rcpinstall.properties. Because of the mix use of "/" and "\" in the XULRunnerpath, SWT browser is not able to find the XULRunner runtime. A simple test would be to create SWT browser instance with SWT.MOZ... | resolved fixed | 443e45c | ["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 | 2010-12-20T18:49:25Z | 2010-12-20T01:53:20Z |
332,887 | Bug 332887 SWT Snippets use incorrect positioning | Quoting from Steve Northover's SWT book, section 4.2: "Very often, the location of the client area within the control is (0, 0), but this is not always the case. Figure 4.3 shows the client area of two group boxes from different platforms, with Windows on the left and GTK on the right. On Windows, the location of the c... | resolved fixed | e016ba8 | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet40.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-20T15:57:38Z | 2010-12-18T11:00:00Z |
332,709 | Bug 332709 Use JNI add an window callback function to Shell, function can not be called. | Build Identifier: IES 3.6.1Carbon Version:3.6.1 Build id:M20100909-0800 For some reason,We had added an window callback function to Shell.We had implemented this by jni native c code.We passed Shell.handle to the jni functions and call carbon api HMInstallWindowContentCallback to add an callback function.In swt 3.5.2,t... | resolved fixed | 588bdb7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "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 | 2010-12-20T15:33:42Z | 2010-12-16T09:00:00Z |
332,872 | Bug 332872 Consistently resolve XOR-mode-painting related issues on MacOSX Carbon and Cocoa | XOR-painting mode is used in various places within GEF to show feedback (drag feedback, marquee selection feedback, guide snap feedback, etc.). As this functionality is not supported on MacOSX Carbon (GC#setXORMode() has been deprecated because of this) and as it does not seem to work "as expected" on MacOSX Cocoa (whi... | resolved fixed | 7a19d8d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-18T00:04:36Z | 2010-12-17T18:20:00Z |
210,451 | Bug 210451 [GTK/Linux] Validation error dialog from launch configuration cannot be clicked on | Build ID: I20071120-0800 1. Open an 'Eclipse Application' launch configuration. 2. Unselect some plug-ins that are needed to launch what you are going to launch. 3. Click on 'Validate Plug-ins'. 4. Notice that the popped up dialog will not capture mouse click events. You cannot expand the tree, you cannot click the 'OK... | resolved fixed | d8c7ac1 | ["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 | 2010-12-17T15:42:39Z | 2007-11-20T20:20:00Z |
332,599 | Bug 332599 Inconsistent behavior when dragging and releasing mouse outside Canvas on MacOSX Cocoa | null | resolved fixed | 5d86edc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.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 | 2010-12-16T21:52:57Z | 2010-12-15T08:00:00Z |
332,700 | Bug 332700 org.eclipse.swt.browser.IE.createSafeArray() does not work for cross process | Build Identifier: SWT 3.6.1 Due to a wrong flag in safeArrary was set, the safeArrary is not passed cross process successfully. safeArray.fFeatures = OS.FADF_FIXEDSIZE | OS.FADF_HAVEVARTYPE Actually the safeArray contain VT_UI1 but not VT_VARIANT, so the flag OS.FADF_HAVEVARTYPE should not be set up. Without the flag, ... | resolved fixed | 3a85f1d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-16T16:34:18Z | 2010-12-16T03:26:40Z |
332,600 | Bug 332600 [Mac][Combo]Combo Box Cursor Position is different in different platforms | Build Identifier: 3.6.2 1.Run ComboSample in atttachment: final Combo combo = new Combo(shell, SWT.DROP_DOWN | SWT.LEFT_TO_RIGHT); combo.setText("ABCDEFG....................................................."); Result: On Windows, the cursor is at the beginning of the text, which is the expected behavior. But on Mac OS ... | resolved fixed | 6b71adb | ["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 | 2010-12-15T22:12:19Z | 2010-12-15T08:00:00Z |
332,003 | Bug 332003 dropdown calendar of datetime widget doesn't hide | Build: Build id: I20101206-1800 Steps to reproduce: 1) Run the ControlExample 2) In the DateTime tab set the style to SWT.DATE and SWT.DROP_DOWN 3) Open the dropdown calendar 4) Switch to another application like firefox, textedit The dropdown calendar is still visible on top of the other application. Expected : the ca... | resolved fixed | f215413 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DateTime.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-14T01:22:16Z | 2010-12-07T11:06:40Z |
332,083 | Bug 332083 Invalid MouseHover event on MacOSX Cocoa | null | resolved fixed | fc2ff70 | ["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 | 2010-12-14T01:10:33Z | 2010-12-07T19:26:40Z |
331,993 | Bug 331993 Display#setCursorLocation(Point) does not cause MouseMove event on MacOSX Cocoa | null | resolved fixed | 1623cfc | ["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 | 2010-12-14T01:04:38Z | 2010-12-07T11:06:40Z |
330,757 | Bug 330757 Command+C (copy) in Browser (WebKit) beeps | HEAD Cocoa Command+C (copy) in the Browser widget beeps. Copying actually does work, but the beep already made me look for a workaround to get hold of that text... | resolved fixed | fdd79a0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/cocoa/org/eclipse/swt/browser/WebKit.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-06T20:09:15Z | 2010-11-21T20:06:40Z |
330,540 | Bug 330540 Shell with SWT.TOOL style doesn't take focus any more | I20101116-0800 Cocoa A Shell with SWT.TOOL style doesn't take focus any more. This can be seen in the ControlExample and in the Key Assist dialog (Command+Shift+L). | resolved fixed | 61c261f | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-06T19:54:16Z | 2010-11-18T08:46:40Z |
331,474 | Bug 331474 Shell.getSize() returns incorrect height for SHEET | RESIZE style | Build Identifier: 3.7m3 Mac OSX 10.6.6, Cocoa 32 bit: Run example code below: Shell.getSize() should return a point with y = 300, but it is 278. This problem only occurs when both SHEET and RESIZE style is set. Reproducible: Always Steps to Reproduce: import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout... | resolved fixed | 3895288 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-06T18:46:09Z | 2010-11-30T20:46:40Z |
331,453 | Bug 331453 unicode nonprintable / zero width space completely bricks editors | Build Identifier: M20100909-0800 Eclipse is completely bricked (rendering artifacts and/or hang and many errors in error log) by pasting the unicode character U+200B (zero width space) in a Java editor. I will attach the stacktrace of the exception that is repeatedly put in the error log right after pasting this charac... | resolved fixed | 15691b2 | ["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 | 2010-12-06T15:53:08Z | 2010-11-30T15:13:20Z |
331,698 | Bug 331698 Focus not restored properly when breadcrumb bar is used | null | resolved fixed | e581061 | ["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 | 2010-12-02T19:31:47Z | 2010-12-02T17:13:20Z |
331,676 | Bug 331676 Test failures on Cocoa in N20101201-2000 | null | resolved fixed | 3381200 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-12-02T17:00:50Z | 2010-12-02T14:26:40Z |
327,560 | Bug 327560 Failed to create Citrix Client v12 | null | resolved fixed | e256b8b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-11-25T15:13:38Z | 2010-10-12T13:26:40Z |
319,893 | Bug 319893 Shell's with SWT.NO_TRIM not minimized on Windows+M keystroke | null | resolved fixed | c29adbe | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-11-19T21:27:42Z | 2010-07-14T17:53:20Z |
307,345 | Bug 307345 [Browser][Mozilla][Mac]Can't use ctrl+f2 to move focus to the menu bar in Mozilla browser | null | resolved fixed | 05a8cbb | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-11-18T16:48:51Z | 2010-03-29T08:06:40Z |
330,299 | Bug 330299 Tree default selection event doesn't have item field set | Build Identifier: 3.7m3 Run example snippet below, select a tree item and press Enter - the 'item' field of the Event object is null. Reproducible: Always Steps to Reproduce: import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.events.SelectionListener; import org.eclipse.swt... | resolved fixed | 41f1797 | ["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 | 2010-11-16T17:36:33Z | 2010-11-15T22:26:40Z |
329,058 | Bug 329058 BrowserFunction should map java null to JS null, not to undefined | null | resolved fixed | 07b4e14 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/BrowserFunction.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/External.java", "bundles/org.eclipse... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2010-11-15T21:08:16Z | 2010-10-29T16:33:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.