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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
262,922 | Bug 262922 Cursor jumps to top right corner of screen on drag of trim element | Version: 3.5.0 Build id: I20090129-0100 1) Click and hold on drag handle of "views" trim item (i.e. the one with the "new view" icon) 2) Move the cursor (i.e. attempt to drag the item). Notice that the cursor jumps to the top right hand edge of the screen. Verified that this does not happen on WinXP. | resolved fixed | 3bc9371 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tracker.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-06T22:30:05Z | 2009-01-29T17:26:40Z |
263,620 | Bug 263620 Listeners added to CTabFolder#addTraverseListener(..) cannot block default traversal | null | resolved fixed | 8aa9f7c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-06T21:28:49Z | 2009-02-04T12:20:00Z |
264,003 | Bug 264003 Exception in Combo.dragDetect() | java.lang.ClassCastException: org.eclipse.swt.internal.cocoa.NSText at org.eclipse.swt.widgets.Combo.dragDetect(Combo.java:525) at org.eclipse.swt.widgets.Control.mouseEvent(Control.java:1909) at org.eclipse.swt.widgets.Control.mouseDown(Control.java:1923) at org.eclipse.swt.widgets.Combo.mouseDown(Combo.java:914) at o... | resolved fixed | 5ffe332 | ["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 | 2009-02-06T21:08:30Z | 2009-02-06T19:53:20Z |
260,514 | Bug 260514 Resizing columns on virtual tables does not always update horizontal scroll bar | null | resolved fixed | feb0ca3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-06T19:58:25Z | 2009-01-09T08:33:20Z |
262,955 | Bug 262955 URLTransfer is missing @since 3.4 tag | null | resolved fixed | ba93da8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/URLTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-06T18:32:15Z | 2009-01-29T20:13:20Z |
263,967 | Bug 263967 Spinner is missing getText() method | Spinner is missing getText() method | resolved fixed | b75663a | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-06T16:11:06Z | 2009-02-06T17:06:40Z |
234,240 | Bug 234240 Group alpha should not be 0.25 if background color set | This could be a native behaviour, but I don't know why it would be, and don't know of an external case of this to compare with. - run the snippet below and note that setting the background to red results in a pinkish colour - in you change the group to be a Composite then it shows red as expected public static void mai... | resolved fixed | b35cbf7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Group.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Group.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/wi... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-06T14:55:31Z | 2008-05-27T20:26:40Z |
252,279 | Bug 252279 Group foreground and background color don't work | public static void main(String[] args) { try { Display.setAppName("Kevin"); final Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Parent Shell"); shell.setLayout(new FillLayout()); Group g = new Group(shell, SWT.NONE); g.setForeground(display.getSystemColor(SWT.COLOR_BLUE)); g.se... | resolved fixed | 504347c | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-05T22:37:49Z | 2008-10-27T20:40:00Z |
263,529 | Bug 263529 [cocoa] Incorrect file paths when opening .html files in an external browser | I tried running this on carbon, and this is reproducible only on cocoa. Steps: 0. Set default browser to use external browser (safari/webkit in my case) 1. Create a project 2. add a .html file in the project 3. Open the .html file using external browser, the generated URL that I see in the *external* browser is the fil... | resolved fixed | fc27cd3 | ["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 | 2009-02-05T18:13:48Z | 2009-02-03T19:40:00Z |
263,603 | Bug 263603 Tooltip should not render mnemonic indicator (&) on Cocoa | I20090129-1800 Tooltip should not render mnemonic indicator (&) on Cocoa, see current Javadoc of Control#setToolTipText(String) in SWT/win32. | resolved fixed | 59fbf69 | ["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 | 2009-02-05T17:31:00Z | 2009-02-04T09:33:20Z |
263,677 | Bug 263677 Tree does not always fully expand in debugger | - debug any snippet that has a breakpoint that can be hit on demand (eg.- in a MouseDown listener) - hit the breakpoint, Resume - collapse the Tree in the Debug view, select the top item - do whatever's needed in the snippet to make the breakpoint be hit again -> the Tree is partially expanded but not far enough, so th... | resolved fixed | ea820ea | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSOutlineView.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/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-05T16:56:42Z | 2009-02-04T17:53:20Z |
247,444 | Bug 247444 [DND] NavigatorDnDService does not update DragSource Transfer if invalid | Build ID: I20080617-2000 Steps To Reproduce: 1. Open the JSP Editor on a JSP File. 2. Drag Security Editor onto the JSP Editor 3. 2 Exceptions will occur. See below More information: The problem was discovered in another context within an IBM product. The steps to recreate above show the problem in an eclipse only sett... | resolved fixed | 22f1594 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/carbon/org/eclipse/swt/dnd/DragSource.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DragSource.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/common/org/eclipse/swt/dnd/DragSourceEven... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-05T13:45:05Z | 2008-09-16T13:00:00Z |
263,664 | Bug 263664 Tree.showItem() may not reveal children of non-expanded items | - run the snippet below - expand each of the descendent items in the Tree all the way to the bottom - collapse the top item only - double-click anywhere in the Tree's whitespace -> the bottom item is not successfully revealed but it should be public static void main(String[] args) { final Display display = new Display(... | resolved fixed | ef75fb2 | ["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 | 2009-02-04T17:01:09Z | 2009-02-04T17:53:20Z |
256,469 | Bug 256469 Popup Outline Ctrl+O has non-deterministic behavior (chars are lost) | This is lost (degraded) functionality, starting in 3.4.1, the following keystrokes have non-deterministic behavior: In the CU Editor: CTRL+O,g,e,t,F,o,o Sometimes, the popup outline appears and the prefix "getFoo" is recognized, but often, especially the first time invoking, such as when browsing around classes, any nu... | verified fixed | 59c9551 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-04T14:44:32Z | 2008-11-25T16:20:00Z |
248,796 | Bug 248796 [DND] Cannot drag and drop files between the Finder (ie. Cocoa and Carbon apps) | Just entering a bug based on Scott's comments so that it's not lost. Comments from Scott: At this point Im aware of only one known problem. Cocoa apps dont have a way to provide a list of files to the Finder using HFSFlavors like you have in Carbon. Instead, you place an NSArray of file names on the dragging clipboard ... | resolved fixed | b5d451f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DragSource.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-04T06:04:44Z | 2008-09-26T23:00:00Z |
256,940 | Bug 256940 Popup menus: unexpected appearance of application context menus | Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the SWT Controls Example, re the popup menu: Unlike for Carbon, in a number of controls, a right-click on the control opens an application context menu instead of the expected sample popup menu, or when no popup menu ... | resolved fixed | 985a33e | ["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 | 2009-02-03T21:25:47Z | 2008-11-28T19:20:00Z |
263,530 | Bug 263530 NPE disabling multi-line Text | - run the snippet below, wait a few seconds, and the app will close with the NPE at the bottom: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Text text = new Text(shell, SWT.MULTI); shell.open(); display.timerExec(300... | resolved fixed | 8971dd6 | ["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 | 2009-02-03T20:57:55Z | 2009-02-03T19:40:00Z |
262,970 | Bug 262970 Drag is too eager to kick in | I find the drag to kick in to easily. For example if I click and slightly non intentionally move the mouse, I get the drag icon. | resolved fixed | 0828fa1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSApplication.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableArray.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 | 2009-02-02T18:38:44Z | 2009-01-29T20:13:20Z |
262,700 | Bug 262700 Drag feedback image draws above cursor when dragging a Label | Using I20090127-0100: 1. Run DNDExample 2. Select Label from the left popup 3. Drag to the drop target ----> The feedback image that tells you a drag is underway draws above the cursor about 10 pixels or so. 4. Now, select any other item in the popup 5. Drag to the drop target ----> Image draws centered around the curs... | resolved fixed | 924accc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DragSource.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-02T17:58:00Z | 2009-01-27T23:46:40Z |
256,919 | Bug 256919 Disabling SWT controls has no effect for some controls | Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the SWT Controls Example, re the Link, ProgressBar, Sash, TabFolder and Text controls: Disabling the control (Enabled is not selected) has no effect i.e. there is no loss in functionality (unlike in Carbon). N.B. One ... | resolved fixed | 4e70e8b | ["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/Scrollable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-02T16:04:04Z | 2008-11-28T16:33:20Z |
262,866 | Bug 262866 CCombo is too tall (vertical height) | CCombo on Cocoa is very tall. On Carbon CCombos are about 17 pixels high. On Carbon they're about 25 pixels high. The extra height makes forms (such as the Mylyn task editor) look funny and creates much wasted space. | resolved fixed | 18902fd | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-02-02T15:27:13Z | 2009-01-29T03:33:20Z |
250,575 | Bug 250575 File -> Switch Workspace -> Other... does not work the first time. | Build N20081011-2000 The first time you select File -> Switch Workspace -> Other... the dialog does not appear. The second time you select the menu, the dialog will appear. | resolved fixed | 9927361 | ["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 | 2009-01-31T18:46:09Z | 2008-10-12T14:00:00Z |
260,761 | Bug 260761 Need a Cocoa runloop observer for async messages | In the Carbon SWT Display has a runloop observer with an observerProc callback that calls runAsyncMessages(false) when the runloop gets kCFRunLoopBeforeWaiting. There's no Cocoa-level abstraction for run loop observers, and since this code is already 64-bit-ready we should carry it forward to the Cocoa SWT. | resolved fixed | afaf25c | ["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"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-30T22:36:01Z | 2009-01-12T19:53:20Z |
258,727 | Bug 258727 CTabFolder should not select an item unless the first button has been pressed | null | resolved fixed | c9f8c46 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-30T21:18:55Z | 2008-12-13T06:33:20Z |
263,071 | Bug 263071 Sash cursor changes while dragging the sash | 1) Run eclipse. 2) Grab a sash to resize a view. Note that the sash has the resize cursor while grabbing. 3) Now starting a drag operation in the package explorer view and cancel it. 4) Repeat step 2 Note that the cursor changes. | resolved fixed | 9d45068 | ["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/Control.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 | 2009-01-30T20:04:49Z | 2009-01-30T18:26:40Z |
262,984 | Bug 262984 SetThemeCursor() sometimes checks PTR_SIZEOF, sometimes doesn't | It checks in DropTarget.draggingEntered() and not in other places in the code. The code should be consistent, that's all. if (OS.PTR_SIZEOF == 4) OS.SetThemeCursor(OS.kThemeNotAllowedCursor); | resolved fixed | 2965318 | ["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 | 2009-01-30T19:54:11Z | 2009-01-29T23:00:00Z |
262,702 | Bug 262702 Crash on second drag of checkbox | Using I20090127-0100: 1. Run DNDExample 2. Choose Checkbox 3. Drag the box to the drop target 4. Click on the checkbox left behind from the drag. ---> Message dumped to the console: 2009-01-27 17:02:43.052 java[4052:80f] unlockFocus called too many time. 5. Now, switch to the Canvas in the left popup. 6. Switch back to... | resolved fixed | 8ec0d06 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-30T19:51:16Z | 2009-01-28T02:33:20Z |
262,651 | Bug 262651 Crash on Cocoa | Process: eclipse [1012] Path: /Users/chrisaniszczyk/eclipses/eclipse-SDK-3.5M5/eclipse/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86 (Native) Parent Process: launchd [1] Date/Time: 2009-01-27 14:09:34.311 -0600 OS Version: Mac OS X 10.5.6 (9G55) Report Version: 6 E... | resolved fixed | ab19b35 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSControl.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/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/coc... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-30T19:46:54Z | 2009-01-27T21:00:00Z |
262,888 | Bug 262888 GTK-BIDI: Mirrored drawText background has wrong size | Below is a snippet to reproduce. There are 2 Canvases. One mirrored and one not. You should be able to see how the mirrored drawText behaves differently. It draws background far beyond the end of the string. Display display = new Display(); Shell shell = new Shell(display); shell.open(); shell.setLayout(new FillLayout(... | verified fixed | 9fc675f | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-30T19:36:47Z | 2009-01-29T11:53:20Z |
263,062 | Bug 263062 Missing @since tag on ACC.ROLE_SPLITBUTTON | HEAD with I20090129-1800 and API baseline set to 3.4: Missing @since tag on ROLE_SPLITBUTTON ACC.java org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility @since tag problem line 54 | resolved fixed | a3ce480 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/common/org/eclipse/swt/accessibility/ACC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-30T17:13:34Z | 2009-01-30T15:40:00Z |
262,939 | Bug 262939 Update Snippet195 | Build ID: M20080911-1700 Line 29 of Snippet195 should be changed from import org.lwjgl.opengl.glu.GLU; to import org.lwjgl.util.glu.GLU; since glu was moved in LWJGL 2.0. | resolved fixed | 7626dd6 | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet195.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-29T21:17:37Z | 2009-01-29T17:26:40Z |
262,767 | Bug 262767 [perfs] Possible regression for "Draw on a window" perf test | Looking at M20090121-0842 results it seems that a significant regression occurred since last 2 builds on scenario: org.eclipse.swt.test.Draw on a window (Win XP Sun 1.4.2_10 (3 GHz 2 GB)) Here are the numbers for this test since 3.4.1 for this test machine: R3_4_1 M20080911-1700 -0.5% M20081001-0800 -0.7% M20081023-183... | resolved fixed | 462af9d | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/performance/Test_situational.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-29T15:23:02Z | 2009-01-28T16:26:40Z |
261,553 | Bug 261553 NPE pasting in combo | I20090114-1322 java.lang.NullPointerException at org.eclipse.swt.widgets.Combo.paste(Combo.java:911) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor... | resolved fixed | fd3c574 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "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 | 2009-01-27T19:54:41Z | 2009-01-19T18:33:20Z |
262,573 | Bug 262573 Hover help is dismissed without selection | 1) Put a breakpoint in Composite.setLayout() 2) Run a snippet that opens a shell, sets the shell's layout and creates a button 3) When the debug perspective comes up by hitting the breakpoint, hover the local "layout" variable 4) Click the tree in the hover help to select a field. The hover help window is dismissed. | resolved fixed | c6bad28 | ["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/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/coco... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-27T15:49:38Z | 2009-01-27T15:26:40Z |
260,585 | Bug 260585 Font and spacing is a little bit off compared to Carbon | null | resolved fixed | ab7a143 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSFont.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSProgressIndicator.java", "bundles/org.ec... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-26T22:28:43Z | 2009-01-09T19:40:00Z |
256,346 | Bug 256346 Combo Control: Preferred size determined by currently selected item | In the context of the Controls Example, the Cocoa Combo Control when SWT.READ_ONLY is not selected: the "Preferred" size is determined by the currently selected item in the Combo control, not the longest item in the drop down list (as is the case in Carbon). If the currently selected item (when size "Preferred" is chos... | resolved fixed | 6064bf5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSComboBoxCell.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/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-26T22:03:38Z | 2008-11-24T20:53:20Z |
253,990 | Bug 253990 implement OpenGL support | A base implementation of this is done and released, but it's not complete and not well tested. | resolved fixed | 6d6e8bf | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/cocoa/org/eclipse/swt/opengl/GLCanvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSOpenGLPixelFormat.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-26T21:16:22Z | 2008-11-05T21:20:00Z |
262,117 | Bug 262117 [Cocoa] problem creating image | Build id: I20090113-0918 This seems to have crept up on my last platform update. 1. Take enclosed image. 2. In new plugin project use it as icon somewhere in UI. For example, in a new Perspective. 3. Launch self-hosting runtime. 4. Image doesn't appear and get following error: java.lang.IllegalArgumentException: Argume... | resolved fixed | 5df9295 | ["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 | 2009-01-26T17:57:00Z | 2009-01-23T03:06:40Z |
256,327 | Bug 256327 [Cocoa] Forms layout oddity | Build id: I20081030-1917 1. Create a new plugin project. 2. Go to "Extensions" tab. 3. Extensions list appears at bottom of part, with scroll needed to access. I'm not sure if this is an oddity with the layout for this particular form -- I haven't seen it any other place, but this page looks fine under Carbon. It looks... | resolved fixed | a2a1691 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/w... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-26T17:42:29Z | 2008-11-24T20:53:20Z |
262,346 | Bug 262346 Control Example should use SWT.ICON_CANCEL for Text widget | null | verified fixed | bb95ce6 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TextTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-26T15:25:23Z | 2009-01-26T08:53:20Z |
262,230 | Bug 262230 debug hover comes up blank | - create a simple snippet, insert a breakpoint, debug the snippet - when the breakpoint is hit hover over a variable to see its value -> the hover that should display the value comes up blank | resolved fixed | a6dfe2f | ["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 | 2009-01-23T19:49:40Z | 2009-01-23T19:46:40Z |
258,675 | Bug 258675 [Viewers] Arithmetic exception when typing show types dialog | Build ID: M20080911-1700 Steps To Reproduce: This bug isn't 100% reproducible, but when running eclipse on AIX via Exceed, when I open the show types dialog (using CTRL+SHIFT+T) and start typing the error dialog informs me of an Arithmetic exception. Sometimes, every letter typed after that causes the same exception to... | resolved fixed | 266dd80 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-22T20:00:15Z | 2008-12-12T16:40:00Z |
250,443 | Bug 250443 Content assist shells should not have title bar | . | resolved fixed | 6c565a5 | ["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 | 2009-01-22T19:47:07Z | 2008-10-10T14:46:40Z |
261,576 | Bug 261576 [mac] Mylyn notifications create an empty ghost shell under Cocoa port | Testing out Mylyn under Cocoa. Launched into a new workspace and created my first query. Upon synching each notification popup spawned a ghost shell with it. Could be a bug in the Cocoa port, could be something wrong in Mylyn that's exposed in Cocoa - I'm not sure yet. Will try produce a snippet. | resolved fixed | ea22e75 | ["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 | 2009-01-22T16:01:09Z | 2009-01-20T00:06:40Z |
258,110 | Bug 258110 wrapping Link is clipped on Help preference page | null | resolved fixed | d956eef | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-21T21:52:44Z | 2008-12-09T16:26:40Z |
261,854 | Bug 261854 adding/removing TreeItems can be very slow | - open the Cocoa class in eclipse - in the outline view press the Show/Hide Fields tool button -> this takes ~1 minute to complete on my machine -> eclipse is using setRedraw() here but the Tree implementation is not taking advantage of it | resolved fixed | 0da1d9e | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.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 | 2009-01-21T21:22:41Z | 2009-01-21T17:46:40Z |
153,432 | Bug 153432 [KeyBindings] Unicode keyboards on Mac OSX produce wrong keys when used with modifiers | null | resolved fixed | d83561e | ["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/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-21T00:37:52Z | 2006-08-10T14:26:40Z |
261,354 | Bug 261354 Need to implement Text#setMessage() on Motif | Need to implement Text#setMessage() on Motif | resolved fixed | de6790e | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-19T17:09:00Z | 2009-01-16T15:33:20Z |
254,792 | Bug 254792 Move Tab Group does not work on Mac/Cocoa 3.5M3 | Build ID: I20081030-1917 Steps To Reproduce: 1. Right-click a group of views, select Move -> Tab Group 2. The group seems to have focus, but can't be dragged anywhere More information: Mac OS X 10.5.5, Java 1.5.0_16 | resolved fixed | 94671ff | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tracker.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-16T18:48:43Z | 2008-11-10T20:46:40Z |
252,419 | Bug 252419 Spinner foreground and background color don't work. | null | resolved fixed | bcf2b36 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-15T21:35:19Z | 2008-10-28T16:06:40Z |
252,479 | Bug 252479 resizing preference dialog tree with keyboard causes system beep | open preference dialog on the top right there's a little arrow that opens a menu. in that menu, click the "Resize Tree" menu item. resize the tree with the arrow keys. Every key press causes a system beep. | resolved fixed | 1978495 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTCanvasView.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/coc... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-15T20:53:10Z | 2008-10-28T18:53:20Z |
261,228 | Bug 261228 fix doc for SWT.SEARCH | SWT.SEARCH allows setMessage to work. setMessage was made to work on all platforms. In some platforms SWT.SEARCH will also change the appearance of the text widget. | resolved fixed | e36dda8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "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 | 2009-01-15T18:01:07Z | 2009-01-15T17:20:00Z |
261,052 | Bug 261052 Possible leak in DragSource.drag() method | It creates a color and does not dispose it. This is not a big problem since colors are not allocated (just a float array), but it shows up as a leak for users of Sleak. It also creates an image "newImageWithAlpha" that does not seem to be disposed. | resolved fixed | e2c5069 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DragSource.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-15T00:10:50Z | 2009-01-14T16:20:00Z |
244,597 | Bug 244597 Cannot activate shell programatically on gtk | - works on win2000, fails on RHEL4 and Ubuntu 8.04 - update the name of the image in the snippet below to any available image file that's a good size to show in the system tray - run the snippet - give focus to some other open shell - click on the tray icon that was added by this snippet and note that it activates the ... | resolved fixed | da3d449 | ["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 | 2009-01-14T22:53:50Z | 2008-08-19T18:20:00Z |
261,099 | Bug 261099 CTabItem curvers are blurry | null | resolved fixed | 9a6939d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-14T21:38:44Z | 2009-01-14T21:53:20Z |
259,379 | Bug 259379 [64] Text fields in Project Properties dialog have incorrect background | null | resolved fixed | ef52428 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widge... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-14T17:17:51Z | 2008-12-19T15:20:00Z |
259,003 | Bug 259003 Eclipse Cocoa: drag and drop in Package Explorer sometimes incorrectly shows icon indicating illegal drop target | Build ID: I20081211-1908 Steps To Reproduce: 1. Package Explorer: Top Level Elements > Working Sets, and create a working set, e.g. "my working set" 2. New Java project "foo"; it will show up in the "Other Projects" working set 3. Drag project "foo" onto "my working set" Actual result: Sometimes, the cursor will be sho... | resolved fixed | 83d6a25 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DragSource.java", "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 | 2009-01-14T00:10:37Z | 2008-12-16T20:40:00Z |
253,786 | Bug 253786 Cannot change tabs in TabFolder using keyboard | Build id: I20081104-0916 On Carbon, give focus to any tab in a tab folder, then you can type the arrow keys to move to another tab, and space to select it. You cannot do this in SWT Cocoa TabFolders. This is a keyboard accessibility issue. | resolved fixed | 38a4564 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-13T20:42:44Z | 2008-11-04T20:20:00Z |
251,454 | Bug 251454 Table and Tree do not respect style SWT.NO_SCROLL | null | resolved fixed | 1f489e5 | ["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 | 2009-01-13T19:39:04Z | 2008-10-20T19:13:20Z |
254,533 | Bug 254533 Can't invoke context menu using keybindings | Build ID: I20081104-0916 Steps To Reproduce: 1. open a file in the navigator 2. ensure focus in the file content 3. move mouse into editor window 4. press cmd-option-w. expected: On Mac OS X swt carbon, this would bring up the "show in..." context menu actual: nothing. More information: same applies for the other conte... | resolved fixed | ce1f959 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-13T17:47:03Z | 2008-11-06T22:20:00Z |
256,825 | Bug 256825 Eclipse "Problems Tab": dragging column separators causes application to hang | Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the Eclipse SDK Workbench, re the Problems Tab: Reproducible hang: Dragging the column separators until they touch (or cross each other) causes the application to go into an infinite loop requiring a force quit. The p... | resolved fixed | 3609a69 | ["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 | 2009-01-13T17:04:25Z | 2008-11-27T18:20:00Z |
260,870 | Bug 260870 buttons in perspective switcher appear too tight | - the selected button in eclipse's perspective chooser (the right control in its CBanner) does not show any margin between its left edge and its image - this is an issue with ToolItems in general: any time a ToolItem contains text and an image, the image is always shown flush against one of the item's edges | resolved fixed | 1fb79df | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSButtonCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSControl.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.sw... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-13T16:18:38Z | 2009-01-13T15:20:00Z |
256,159 | Bug 256159 Certain Images copied from Lotus Notes and pasted using SWT's Clipboard are corrupted | Build ID: I20080617-2000 Steps To Reproduce: I can only reproduce this with a few images that were emailed to me in Lotus Notes. I do not know their format. If I upload the image, this bug is not reproducible, therefore, to reproduce, I'll need to forward an email to a developer who is using Notes. Then copy the image ... | resolved fixed | 1c68849 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/ImageTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-13T16:01:39Z | 2008-11-21T17:53:20Z |
260,598 | Bug 260598 [64] Crash launching N20090108-2000 | Download 64-bit version of N20090108-2000 and run it: Process: eclipse [13278] Path: /Users/ssq/Downloads/eclipse64/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86-64 (Native) Parent Process: launchd [70] Date/Time: 2009-01-09 16:41:59.431 -0500 OS Version: Mac OS X ... | resolved fixed | 76ab2bf | ["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 | 2009-01-09T21:41:12Z | 2009-01-09T22:26:40Z |
182,914 | Bug 182914 Text with SWT.SEARCH doesn't work with east asian language pack | null | resolved fixed | 6fcbcc5 | ["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/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-09T20:51:45Z | 2007-04-18T09:53:20Z |
237,517 | Bug 237517 GTK combo doesn't fire selection during arrow up/down | build RC4 3.4 gtk 2.8.20 and 2.12.1 run the snippet, and use arrow down and up to change the selection no events are fired. | resolved fixed | a3933d2 | ["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 | 2009-01-09T20:34:12Z | 2008-06-17T19:13:20Z |
253,227 | Bug 253227 Implement default button | null | resolved fixed | f28821f | ["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/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/coc... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-09T20:20:58Z | 2008-11-03T16:33:20Z |
258,992 | Bug 258992 Cocoa: Cmd-A to select all doesn't work in initial "Select a workspace" dialog | Build ID: I20081211-1908 Steps To Reproduce: 1. Install Eclipse Cocoa version 2. Launch 3. When the "Select a workspace" dialog comes up, if the entire text is selected, click somewhere so there is just an insertion point 4. Type Cmd-A to try to select all the text in the edit box Actual result: Beep, and selection doe... | resolved fixed | fd8fce7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTextField.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/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-09T20:12:43Z | 2008-12-16T17:53:20Z |
260,364 | Bug 260364 Document that SWT.SEARCH and SWT.CANCEL are HINTs for Text | I20090106-1323 Document that SWT.SEARCH and SWT.CANCEL are HINTs for the Text widget. | verified fixed | c7b40ce | ["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 | 2009-01-08T22:25:21Z | 2009-01-08T10:20:00Z |
242,838 | Bug 242838 Scroling in an ExpandBar | The mousewheel seems not to recognized for scrolling in an ExpandBar. The Flag SWT.V_SCROLL was set, and by grabbing the scrollbar, scrolling works. | resolved fixed | 78de6a7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ExpandBar.java", "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 | 2009-01-08T21:54:30Z | 2008-08-01T08:40:00Z |
260,460 | Bug 260460 scroll wheel scrolls per pixels instead of line in StyledText | the title says it all, specially bad if don't have a free-spin mouse such as apple mighty mouse. makes wheel scrolling really slow on my machine. | resolved fixed | f54e3a4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-08T21:40:31Z | 2009-01-08T21:26:40Z |
253,745 | Bug 253745 Click to open submenu actually dismisses menu | Build id: I20081104-0916 Drop down the File menu and click on New > The File menu disappears. This seems to be a regression? It may have become broken when "menu on mouse down" was implemented. | resolved fixed | c80d1a4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-08T19:59:40Z | 2008-11-04T17:33:20Z |
256,173 | Bug 256173 GC#setTransform() loses antialias setting | try this in cocoa gc.setAntialias(SWT.OFF); Transform t = new Transform(e.display); gc.setTransform(t); gc.drawOval(1, 10, 20, 20); // this oval will be antialias If I setAntialias(SWT.OFF) after calling setTransform(t) it all works fine. SSQ said to check setClipping can have the same problem. And maybe it loses alpha... | resolved fixed | c011f4c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSGraphicsContext.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/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-08T19:05:39Z | 2008-11-21T20:40:00Z |
245,590 | Bug 245590 Browser sends 2 completed events on first navigate with XULRunner 1.9 | only one event is sent for xulrunner < 1.9 | resolved fixed | 9fee840 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-08T17:34:22Z | 2008-08-28T21:46:40Z |
258,305 | Bug 258305 [DND] Drag from multiple sources in heirarchy does not show proper drag image. | When dragging multiple items of the same type from at least two different projects in the Package Explorer, the mouse drag-over image only displays whatever items are in the first package instead of everything that is selected. Note that dragging multiple objects from different hierarchical sources within a project wor... | resolved fixed | d0a0e48 | ["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 | 2009-01-08T17:05:10Z | 2008-12-10T17:26:40Z |
260,273 | Bug 260273 Weird line duplication in text editor | null | resolved fixed | eb8aab6 | ["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 | 2009-01-07T20:03:57Z | 2009-01-07T17:40:00Z |
260,291 | Bug 260291 ControlExample does not offer set/getMessage for Text widget | HEAD ControlExample does not offer the "Message" property in the Set/Get API dialog for the Text widget. | resolved fixed | f4d3ae9 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TextTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-07T19:51:39Z | 2009-01-07T17:40:00Z |
199,964 | Bug 199964 On Linux, SWT dialog with Text control does not resize according to the text | null | resolved fixed | 59c3629 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-07T17:45:13Z | 2007-08-14T22:20:00Z |
260,277 | Bug 260277 disposing last TableColumn can cause crash at shutdown | - run the snippet below, close its shell, and the error at the bottom will be spewed public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setBounds(10,10,200,100); shell.setLayout(new FillLayout()); Table table = new Table(shell, SWT.NONE); shell.open()... | resolved fixed | f685395 | ["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 | 2009-01-07T17:11:25Z | 2009-01-07T17:40:00Z |
240,142 | Bug 240142 Combo.setFocus() sets selection | I20080702-0939 Using the export wizard for "Runnable Jar File". I want to type the export path myself instead of browsing. As I'm on Linux my first letter is a "/" which causes jdt to show an error message for an invalid path and selecting the text of the textbox. Changing selection while typing makes it impossible to ... | resolved fixed | 25a15f6 | ["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 | 2009-01-07T15:53:04Z | 2008-07-09T10:40:00Z |
257,584 | Bug 257584 Table column is not zero sized initially | Run the test case. Note that the item is visible, but the table column should have zero size (other platfoms). Also the horizontal scroll is not showing. It does not show if you press the button to pack either. public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(displ... | resolved fixed | 5bc5086 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTableView.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/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/c... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-07T15:51:29Z | 2008-12-04T17:00:00Z |
260,123 | Bug 260123 NPE in Label.setBackground | Choosing 'Show in Breadcrumb' triggers an NPE at Label.java:408. This leads to general instability in drawing, eventually forcing you to restart Eclipse. | resolved fixed | 4deb44c | ["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 | 2009-01-06T23:40:52Z | 2009-01-07T01:00:00Z |
257,442 | Bug 257442 Clicking on a SWT.CASCADE MenuItem dismisses the menu | I20081202-1812, Cocoa When I click on a menu item with a submenu, the whole menu (menu bar and context menu) closes. Hovering over it opens the submenu as expected. In other apps (how can I tell the difference between Carbon and Cocoa apps?), clicking on a menu item with a submenu keeps the menu open. | resolved fixed | e72ce1f | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2009-01-06T20:59:01Z | 2008-12-03T21:33:20Z |
257,088 | Bug 257088 Consider converting all images to 32 bit ARGB when loaded. | On other platforms when loading images with the native loaders, we've used to loaded image to create a 32 bit ARGB copy, and used the copy. This simplifies the rest of our code in image because we know the format of the image is always the same. | resolved fixed | ffcd121 | ["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 | 2009-01-06T20:35:08Z | 2008-12-01T16:46:40Z |
257,237 | Bug 257237 BlockSelection: copy/paste in block selection does not work if beyond line areas are inside | null | resolved fixed | e1e9551 | ["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 | 2009-01-06T19:55:11Z | 2008-12-02T17:46:40Z |
260,076 | Bug 260076 Infinite loop in Tree.clearCustomWidths() | null | resolved fixed | cae0768 | ["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 | 2009-01-06T17:49:55Z | 2009-01-06T16:40:00Z |
259,910 | Bug 259910 Unprecise Javadoc for ImageData constructor | * @exception IllegalArgumentException <ul> * <li>ERROR_INVALID_ARGUMENT - if the width or height is negative, or if the depth is not * one of 1, 2, 4, 8, 16, 24 or 32</li> should read "if the width or height is *zero or negative*" | resolved fixed | ea6529e | ["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 | 2009-01-05T16:56:50Z | 2009-01-04T11:53:20Z |
259,295 | Bug 259295 Background color not set Label with image | null | resolved fixed | 5a5976a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBox.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/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-12-18T19:16:55Z | 2008-12-18T19:53:20Z |
256,719 | Bug 256719 Label control: alignment settings not applied to text labels | Builds: Eclipse SDK Mac OSX Cocoa N20081120-2000 (compared to Carbon N20081120-2000) In the context of the SWT Controls Example, re the Label control: Setting Alignment (to Left, Center, or Right) has no effect on Text labels (with or without Wrap style selected). (By contrast, Image labels are aligned as specified). | resolved fixed | 1b61512 | ["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-12-18T19:07:19Z | 2008-11-27T01:40:00Z |
251,012 | Bug 251012 GC drawText draws back ground incorrectly | run this: shell.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { event.gc.setBackground(display.getSystemColor(SWT.COLOR_YELLOW)); event.gc.drawText("Hello\nWorld", 10, 50, 0|SWT.DRAW_DELIMITER); } }); notice that the background extends the full width of the shell for the first line of tex... | resolved fixed | 81e54d3 | ["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 | 2008-12-18T18:46:47Z | 2008-10-15T19:46:40Z |
257,582 | Bug 257582 Table item background is green when selected | public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.MULTI | SWT.BORDER); table.setFont(new Font(display, "Monaco", 40, SWT.NORMAL)); for (int i = 0; i < 1; i++) { TableItem item = ne... | resolved fixed | 4501e8f | ["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-12-18T15:27:58Z | 2008-12-04T17:00:00Z |
245,783 | Bug 245783 [swt] DateTime gets confused on Aug 31st 2008 | SWT version: 3.3 and 3.4 Steps To Reproduce: Set the system date to 31st aug 2008, run the following test, then set the date time to any other date and run the test, the test fails on 31st august, and passes on any other day. This happens because DateTime internally uses java.util.Calendar, which has this in it's docum... | resolved fixed | fe0443d | ["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-12-17T22:13:27Z | 2008-08-31T08:06:40Z |
257,007 | Bug 257007 SWT controls: Foreground Color not applied correctly | Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the SWT Controls Example, re the Foreground Color parameter: Foreground Color is not being applied (as for Carbon) for these controls: Link, Group (for Title Text) | resolved fixed | ec64981 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Group.java", "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 | 2008-12-17T17:45:51Z | 2008-12-01T02:53:20Z |
258,978 | Bug 258978 Deprecated method being used in Tree, List, and Table | According to the Cocoa documentation, the method [NSTableView selectRow:byExtendingSelection:] is deprecated, and that - (void)selectRowIndexes:(NSIndexSet *)indexes byExtendingSelection:(BOOL)extend should be used instead. The deprecated version is used in the following methods: List dragDetect(int, int, boolean, bool... | resolved fixed | aa77816 | ["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/NSTableView.java", "bundles... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-12-17T16:33:45Z | 2008-12-16T17:53:20Z |
258,975 | Bug 258975 Menu createItem leaks NSMenuItem | In createItem, we do the following: NSMenu emptyMenu = item.createEmptyMenu (); if (emptyMenu != null) { nsItem.setSubmenu (emptyMenu); } createEmptyMenu alloc the NSMenuItem, but we don't autorelease it and we don't keep a reference so we can't release it later. | resolved fixed | 8b7f95f | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/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-12-16T17:31:15Z | 2008-12-16T17:53:20Z |
258,970 | Bug 258970 GC textExtent leaks NSAttributedString | null | resolved fixed | a54cccb | ["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 | 2008-12-16T17:05:25Z | 2008-12-16T17:53:20Z |
248,762 | Bug 248762 [DND] No dragStart event when dragging from Combo | When you drag some text from a Combo widget, there are no drag source events. It appears that the native dnd is initiating the drag and not SWT. STEPS: - Run the DNDExample - select Combo as the dragSource - drag some text from the dragSource into the target (eg. Label) Result: - the text appears to be dragged and drop... | resolved fixed | 68e8eb2 | ["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 | 2008-12-15T23:29:41Z | 2008-09-26T17:26:40Z |
256,169 | Bug 256169 [Cocoa] Image radio and check buttons don't display state | Build id: I20081030-1917 You may be aware of this one, but Image buttons don't display their selection state. They do correctly set state and appear to function properly otherwise. 1. Show the SWT Examples Control Example view. 2. Go to button parameters / styles. 3. Select an image button. Toggle button does reflect s... | resolved fixed | c7c21d3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSAttributedString.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSFileWrapper.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableAttributedStri... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-12-15T21:21:43Z | 2008-11-21T20:40:00Z |
250,579 | Bug 250579 Form titles do not draw correctly | See attached screenshot | resolved fixed | 6fb5d34 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Group.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/wid... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-12-15T16:50:22Z | 2008-10-12T16:46:40Z |
258,309 | Bug 258309 [64][Browser] Browser crashes on Snippet307 | Happens on 64-bit gtk only. The problem is that nsIMemory's return value is being cast as an int. This is correct for most xpcom interfaces, but because nsIMemory is not scriptable, this value represents a pointer, not just a return code, so it is being truncated. The dump is: # # An unexpected error has been detected ... | resolved fixed | 4188b1b | ["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/nsIMemory.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-12-15T15:16:59Z | 2008-12-10T17:26:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.