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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
221,936 | Bug 221936 Cannot paint on label with text. | if a label has text we don't receive any drawRect calls and as a result don't send any paint events. | resolved fixed | 13e9db7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTTextField.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-07T23:14:20Z | 2008-03-07T22:46:40Z |
211,362 | Bug 211362 Crash running paint example | Run paint example Select line draw tool Click, drag, release Boom! 2007-11-29 00:30:45.201 java[23366:10b] *** _NSAutoreleaseNoPool(): Object 0x198170 of class NSException autoreleased with no pool in place - just leaking Stack: (0x954e9178 0x954170f8 0x9541d8e0 0x912ed39c 0x46ac) 2007-11-29 00:30:45.208 java[23366:10b... | resolved fixed | f427c15 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GCData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-07T15:29:46Z | 2007-11-29T01:33:20Z |
221,559 | Bug 221559 Cut/Paste does not fire modifyText events in Combo | I20080226-1155 Cutting or pasting text in a combo does not take effect until another key is pressed. Snippet below. final Display display = new Display(); final Shell shell = new Shell(); shell.setLayout(new FillLayout()); final Button b = new Button(shell, SWT.PUSH); b.setText("Push me"); b.setEnabled(true); final Com... | resolved fixed | baec48b | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-07T14:44:39Z | 2008-03-05T18:00:00Z |
205,796 | Bug 205796 [Browser] Navigate / Open External Javadoc does not work on method anymore | Consider the following java source : public class Test { public static void main(String[] args) { System.out.println("Hello Eclipse"); } } If you select 'System' then click on menu Navigate / Open External Javadoc it will lunch Safari on the correct page : "file:///System/Library/Frameworks/JavaVM.framework/Versions/1.... | resolved fixed | 3db02dc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/carbon/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-06T17:10:11Z | 2007-10-09T08:53:20Z |
221,683 | Bug 221683 Label always wraps | Labels in carbon always wrap, i.e. it wraps when SWT.WRAP is not set. | resolved fixed | 6577c06 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-06T16:27:45Z | 2008-03-06T16:13:20Z |
221,512 | Bug 221512 Ctrl-Click in package explorer select the item only on the second click | null | resolved fixed | aca1e3b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-06T02:33:44Z | 2008-03-05T15:13:20Z |
211,885 | Bug 211885 ScrolledComposite control's setOrigin method not the same as moving scroll bar on Windows | null | resolved fixed | fdc9248 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-04T22:39:22Z | 2007-12-04T14:53:20Z |
209,428 | Bug 209428 [Browser] crash on mouseover | When starting eclipse from a terminal the following is reported: cjp@workstation6l:~> eclipse libxcb: WARNING! Program tries to unlock a connection without having acquired a lock first, which indicates a programming error. There will be no further warnings about this issue. libxcb: WARNING! Program tries to lock an alr... | resolved fixed | cc2bd64 | ["bundles/org.eclipse.swt.tools/Mozilla", "Generation/org/eclipse/swt/tools/internal/MozillaGenerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/HelperAppLauncherDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-04T17:13:08Z | 2007-11-11T16:53:20Z |
166,381 | Bug 166381 alignment support for RowLayout and RowData | I have found that the RowLayout is pretty useful and has some unique functionality. However, when I line up labels and combo boxes in a horizontal row, the vertical alignment is off. I am being forced to use GridLayout in these cases to fix the alignment. I think RowData should have an "alignment" field. (possible valu... | resolved fixed | 169f385 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/RowLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-03T19:12:58Z | 2006-11-30T18:06:40Z |
221,128 | Bug 221128 Mozilla fires wrong events when executing java script | (1) Have a browser widget, add a location change listener (2) Set html to the browser (3) execute js code to replace some elements in the dom tree > You'll get an location change event | resolved fixed | 5d3d31a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-03T17:41:45Z | 2008-03-03T13:13:20Z |
218,502 | Bug 218502 event loop exception starting mozilla | Error when using datatools - I think it may have been trying to start a browser. Duplicate detection on stack trace shows no matches. Guessing at SWT component. -- Error Log -- Date: Mon Feb 11 14:07:27 GMT 2008 Message: Unhandled event loop exception Severity: Error Plugin ID: org.eclipse.ui Stack Trace: org.eclipse.s... | resolved fixed | 8be6c60 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-03T17:15:32Z | 2008-02-11T14:26:40Z |
221,166 | Bug 221166 Graphics Example GraphicAntialiasTab doesn't work | null | resolved fixed | 0266384 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Path.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-03-03T16:10:09Z | 2008-03-03T16:00:00Z |
219,307 | Bug 219307 GlyphMetrics behaves differently on carbon | null | resolved fixed | c7f26e1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-29T20:54:41Z | 2008-02-18T13:06:40Z |
220,997 | Bug 220997 Path.addString uses incorrect Transform | Run graphics example. SWT on default tab doesn't move up and down like it's supposed to. | resolved fixed | bdba3d3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Path.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-29T20:26:17Z | 2008-02-29T21:20:00Z |
216,900 | Bug 216900 StyledText: Cannot overtype contents if text limit reached | If I set the text limit for a StyledText using StyledText.setTextLimit() and then add text up to that limit, I cannot subsequently add any more text even if I have pressed insert to toggle the overwrite behaviour. Deleting one character allows the overtyping to occur as expected. I have attached a test case but the key... | resolved fixed | 334dd3b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-29T19:58:14Z | 2008-01-29T12:33:20Z |
220,462 | Bug 220462 TableItem/Treeitem getBounds not implemented | null | resolved fixed | 0deddb3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-29T17:09:14Z | 2008-02-26T21:06:40Z |
219,306 | Bug 219306 StyledText.getTextBounds does not work when using SWT.WRAP | Build ID: 3.3 Steps To Reproduce: (1) Create a styled text with the SWT.WRAP flag. (2) Insert some text so it wraps (3) Try using getTextBounds > It will always use the y coordinate of the first visual line. However, x is correct. More information: Tried this on MacOS 10.5 and Win XP | resolved fixed | a2edcdf | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-28T22:24:09Z | 2008-02-18T10:20:00Z |
117,335 | Bug 117335 [Accessibility] Mac: cannot select checkboxes in trees, lists | I have been doing an accessibility check on the Mac and have found that i cannot select checkbox list or tree items by using spacebar or return key. I have tried both 3.1.1 and 3.2 M3 and get the same result, as follows. Several examples to try in Eclipse: 1. Import > File System -tab to directory tree on left, use arr... | resolved fixed | 8e398b0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/w... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-28T22:14:45Z | 2005-11-21T16:20:00Z |
219,582 | Bug 219582 SWT.KeyDown event.keyCode reports wrong key number for Marathi & Bengali | SWT.KeyDown event.keyCode reports wrong key number for Marathi & Bengali (1) Run the following simple SWT program. (2) Press 1 key on the keyboard and see that the reported key code is 49. (3) Change the keyboard language to either Marathi or Bengali. (4) Repeat step (2) and notice that for Marathi the key code is 2407... | resolved fixed | a65e141 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-28T19:59:46Z | 2008-02-20T12:20:00Z |
215,183 | Bug 215183 Shell with ON_TOP style stay behind of Shell with APPLICATION_MODAL style. | Shell with ON_TOP style is often used as tooltip window which should always stay on top of window. But if you create a Shell with ON_TOP style while there is an active Shell with APPLICATION_MODAL style, the Shell with ON_TOP will be behind the Shell with APPLICATION_MODAL. A demo java file is attached. I think the roo... | resolved fixed | cbb16e3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-27T23:03:58Z | 2008-01-14T08:40:00Z |
214,599 | Bug 214599 Link Widget: hyperlink parsing mangles certain input strings | The Link widget parses its text for embedded hyperlinks. The parser code mangles certain input strings. Code to reproduce: Link link = new Link( parent, SWT.NONE ); link.setText( ">test<" ); displays as ">test>test<" in GTK (not reproducible with Windows, the win32 code doesn't use the parser output). Expected: The lin... | resolved fixed | f689564 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Link... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-27T19:50:36Z | 2008-01-08T11:00:00Z |
220,057 | Bug 220057 DND exception when dragging file within a Common Navigator in 3.4M5 | This happened when dragging a ".doc" file within a custom Common Navigator that's similar in nature to the Project Explorer. The exception happened repeatedly on each drag attempt. It is possible that we're doing something weird in our navigator, although I've never seen this before. -- Error Log -- Date: Fri Feb 22 16... | resolved fixed | b4a2320 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/common/org/eclipse/swt/dnd/DropTargetEffect.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-27T00:18:45Z | 2008-02-23T01:26:40Z |
210,827 | Bug 210827 Add pop-up menu, remove, select and crash | Run control example Go to buttons page Click 'Popup menu' Right-click on buttons, see menu Unclick 'Popup menu' Right-click on buttons, see menu again Select menu item JVM crashes | resolved fixed | c1da829 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-26T20:11:29Z | 2007-11-24T02:06:40Z |
218,606 | Bug 218606 Shells no longer added to defaultWindowGroup as of 2.10.x | Build ID: 20080207-1530 Steps To Reproduce: 1. open a Detail Formatter editor 2. activate the code assist 3. try to scroll or select something with the mouse | resolved fixed | 026f57a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-26T20:11:23Z | 2008-02-12T09:53:20Z |
217,446 | Bug 217446 TextLayout#getBounds() should return minimal bounds also if width was set | I20080129-1400 TextLayout#getBounds() should return minimal bounds also if setWidth(int) has been called with a non-default argument. If the width is set to SWT.DEFAULT, clients can use getBounds() to find out how wide and how high the text would be rendered. This fails in the other case, since getBounds() then always ... | resolved fixed | 5af9c67 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-26T19:08:02Z | 2008-02-01T15:33:20Z |
213,489 | Bug 213489 Increasing height of table rows via MeasureItem listener affects row height but not line height (OS X) | Build ID: M20071115-1247 Steps To Reproduce: 1. Add a MeasureItem listener on a table that is drawing grid lines 2. Increase the event.height in the event handler 3. Notice that the height of text is increased but the line height has not More information: Example: adding this listener to a table causes the lines to be ... | resolved fixed | 276a83a | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/w... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-21T20:44:54Z | 2007-12-19T16:00:00Z |
219,843 | Bug 219843 SWT.UP/DOWN do not spec that it can be used with org.eclipse.swt.widgets.Table.setSortDirection(int) | I20080221-0010 SWT.UP/DOWN do not spec that it can be used with org.eclipse.swt.widgets.Table.setSortDirection(int) | resolved wontfix | a14383f | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-21T19:15:05Z | 2008-02-21T18:53:20Z |
28,132 | Bug 28132 Repaint cheeze with editor bottom right corner | I've noticed this on both my home and work WinXP installs, for latest integration build (1210). 1. open the eclipse workbench 2. open an editor 3. place another browser (e.g. Internet Explorer) overtop the workbench 4. move the second browser around such that the bottom right corner of the editor (where the scroll bars... | resolved fixed | 95f6585 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/s... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-21T19:08:18Z | 2002-12-11T20:53:20Z |
211,359 | Bug 211359 Apple+Q doesn't quit an SWT app, nor does menu selection of same | Going to the Java menu and selecting Apple+Q leaves the menu looking like it's hanging. In fact, the only way to get it to shut down is by clicking on the red close button. | resolved fixed | 9c8edd7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBundle.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTApplicationDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-21T16:17:46Z | 2007-11-29T01:33:20Z |
213,937 | Bug 213937 The Method getBorderWidth () from Control returns 0 every time | Build ID: SWT Build 3.4 22a See the sourcecode of the class Control: public int getBorderWidth () { checkWidget(); return 0; } | resolved fixed | 48e52aa | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-20T20:51:23Z | 2007-12-27T18:26:40Z |
219,601 | Bug 219601 StyledText: Unexpected loss of mouse cursor | null | verified fixed | 226e550 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Canvas.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-20T18:06:00Z | 2008-02-20T15:06:40Z |
215,252 | Bug 215252 frequent "invalid thread access" | I'm not sure 100% where the problem lies with this (hard to say if it's SWT, or JFace, or what), but since updgrading to 3.4 M4 I've been having invalid thread accesses like crazy. This also coincided with getting a new dual core laptop, which is much more likely the issue. I don't necessarily have to be doing anything... | resolved fixed | 44d1dc0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-20T17:52:06Z | 2008-01-14T19:46:40Z |
219,621 | Bug 219621 Tree get/set column order not implemented | null | resolved fixed | e352283 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-20T16:56:16Z | 2008-02-20T17:53:20Z |
217,371 | Bug 217371 [Browser] Support click-through for Browser and toolbar buttons | I20080129-1400 On Windows and GTK, widgets always react on mouse clicks, even if the containing shell did not have focus before. On the Mac, Apple's UI Guidelines leave it up to the application designer to decide whether widget instances should be click-through or not. Note that some SWT widgets already support click-t... | resolved fixed | bbe34f2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/e... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-20T16:54:10Z | 2008-02-01T01:40:00Z |
219,326 | Bug 219326 Shell with custom region and SWT.NO_TRIM still has border | null | resolved fixed | 252c362 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-19T19:28:25Z | 2008-02-18T15:53:20Z |
217,842 | Bug 217842 NPE in GC when creating problems View | java.lang.NullPointerException at org.eclipse.swt.graphics.GC.getFontMetrics(GC.java:1740) at org.eclipse.ui.views.markers.MarkerField.getFontWidth(MarkerField.java:172) at org.eclipse.ui.internal.views.markers.MarkerDescriptionField.getDefaultColumnWidth(MarkerDescriptionField.java:133) at org.eclipse.ui.internal.view... | resolved fixed | 1a923f4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-19T16:47:05Z | 2008-02-05T14:00:00Z |
211,357 | Bug 211357 FileViewer crashes | Run FileViewer Double click on a directory Boom! | resolved fixed | f1bc2e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-15T20:13:45Z | 2007-11-29T01:33:20Z |
210,857 | Bug 210857 Text box without 'SWT.V_SCROLL' uneditable | Run ControlExample Go to Text tab Click on 'SWT.MULTI' Ensure 'SWT.V_SCROLL' is deselected -> Text disappears -> Unable to show text | resolved fixed | 391c3bf | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-15T15:04:49Z | 2007-11-25T14:13:20Z |
190,992 | Bug 190992 String truncation in non-English cases. | null | resolved fixed | cca44a7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-14T23:38:35Z | 2007-06-05T10:40:00Z |
214,557 | Bug 214557 Combo#add(String,int) does update selection-index | null | resolved fixed | 92def2d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-13T16:11:02Z | 2008-01-07T23:53:20Z |
218,702 | Bug 218702 Tree getSelectionCount not implemented | null | resolved fixed | 237f6f6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-12T21:52:38Z | 2008-02-12T21:00:00Z |
218,700 | Bug 218700 Tree getHeaderHeight not implemented | null | resolved fixed | 47cb845 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-12T21:48:07Z | 2008-02-12T21:00:00Z |
196,191 | Bug 196191 Performance Improvement for JPEGFileFormat class initializer | In profiling startup of one of the applications I support I saw the class initializer for org.eclipse.swt.internal.image.JPEGFileFormat accounted for >2% of instructions executed in the scenario. This seemed excessive -- upon investigation discovered code of the form: static int[] someClassTable; static { someClassTabl... | resolved fixed | dcfec00 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-11T20:12:52Z | 2007-07-11T16:06:40Z |
218,547 | Bug 218547 Tree selectAll doesn't | selectAll doesn't work in Tree. | resolved fixed | 165673b | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-11T19:32:57Z | 2008-02-11T20:00:00Z |
218,193 | Bug 218193 Can't read text in Text table editor with SWT.BORDER | I20080206-1800. Creating a Text widget with SWT.BORDER results in a text field where the text can't be read (too low). NOTE: This is nothing new. | resolved wontfix | 3c0a1ec | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-11T16:23:32Z | 2008-02-07T16:00:00Z |
199,811 | Bug 199811 Calling TableItem#setText(int,String) with sortDirection set to SWT.DOWN extermley slow | Build ID: 3.3 I've set up a table viewer with a custom comparator. When I click the column to sort the first time, nothing happens as expected since the data is created sorted. When I click the column the second time to reverse the sort, it happens almost instantly. When I click the column the third time, the app hangs... | resolved fixed | 828d864 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-11T16:07:30Z | 2007-08-14T00:06:40Z |
217,764 | Bug 217764 setting Device.DEBUG before creating Display fails silently | - take any snippet, such as Snippet1 - insert as its first line: "Device.DEBUG = true;" - run the app, it will fail silently instead of opening - this appears to be a result of the changes that were made to Color last week | resolved fixed | 7c921fd | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-11T15:52:33Z | 2008-02-04T21:20:00Z |
218,514 | Bug 218514 Control.print() does not work with gtk 2.4.x and greater | null | resolved fixed | 50ffc4c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-11T15:49:02Z | 2008-02-11T14:26:40Z |
218,212 | Bug 218212 Text failing jUnit tests | null | resolved fixed | f6e0d0d | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-11T14:29:01Z | 2008-02-07T16:00:00Z |
218,215 | Bug 218215 shells created too large with multple monitors | Shells are being created at 5/8 display bounds instead of monitor bounds, as a result the more monitors you have the larger you shell gets. patch: ### Eclipse Workspace Patch 1.0 #P org.eclipse.swt Index: Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java ================================================================... | resolved fixed | d7c1fc5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-11T14:26:07Z | 2008-02-07T16:00:00Z |
217,849 | Bug 217849 JUnit test failure - FontData | test_ConstructorLorg_eclipse_swt_graphics_Device$Lorg_eclipse_swt_graphics_FontData Simple test case (should print true) FontData data = new FontData(); Font font = new Font(display,data); FontData[] returnedData = font.getFontData(); System.out.println(data); System.out.println("returned:"); for (int i = 0; i < return... | resolved fixed | ed9297e | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Font.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-05T21:30:24Z | 2008-02-05T16:46:40Z |
217,915 | Bug 217915 [64] FileDialog consistently crashes | null | resolved fixed | 887b933 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-05T20:48:36Z | 2008-02-05T19:33:20Z |
168,807 | Bug 168807 SWT.MeasureItem not used for selection hittest | (3.3M4) I'm having trouble selecting items in an owner-draw table using the mouse. I can use the arrow keys to move the selection up and down through the table, however I have to click at the far left side of the table to select the item with a mouse. Clicking anywhere outside this small area has no effect. The example... | resolved fixed | 30b3672 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-05T00:33:12Z | 2006-12-21T03:00:00Z |
217,758 | Bug 217758 Combo test failures | failures: test_addLjava_lang_StringI test_deselectI test_indexOfLjava_lang_StringI test_removeI | resolved fixed | 8526715 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Combo.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/SwtJunit.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-04T22:08:12Z | 2008-02-04T21:20:00Z |
217,336 | Bug 217336 Linux mirroring problems | null | closed fixed | 15cd4b3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-04T20:54:13Z | 2008-01-31T20:06:40Z |
217,319 | Bug 217319 Fix Iconify/DeIconify events on Shell | We currently send out SWT iconify and deiconify events everytime we make a shell visible. We should only send these out when a shell is actually iconified/deiconified. | resolved fixed | b48f473 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-01T20:37:19Z | 2008-01-31T20:06:40Z |
217,470 | Bug 217470 BIDI: Custom Draw Tree does not render properly in 2.8 | GTK 2.8 does not return the proper coordinates for text and image. As a result, all tree items are drawn flush right in RTL mode. (This is fixed >2.8). | resolved fixed | 57439e0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-01T20:33:39Z | 2008-02-01T18:20:00Z |
191,252 | Bug 191252 Virtual Tree w/ columns: Items appear in wrong order when sortDirection is SWT.DOWN | Build ID: I20070503-1400 Steps To Reproduce: The attached snippet illustrates the problem: - The model contains the items [element3, element2, element1], in this order. - The sort direction is SWT.DOWN - In response to SWT.SetData events, I set element3 to index 0, element2 to index 1 ... Result: In the UI, the order i... | resolved fixed | 6139c6e | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-02-01T17:15:08Z | 2007-06-06T14:26:40Z |
217,242 | Bug 217242 PNG cannot be loaded anymore, worked with releases before | null | resolved fixed | b9424a5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-31T18:17:22Z | 2008-01-31T11:46:40Z |
209,016 | Bug 209016 [Viewers] Virtual Tree Tests failing on OS X in I20071106-0816 | null | resolved fixed | 57bc9da | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-31T16:01:48Z | 2007-11-07T12:53:20Z |
217,180 | Bug 217180 TreeItem getBackground, getForeground, getFont not implemented | null | resolved fixed | 39a6b9f | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-30T22:22:54Z | 2008-01-30T21:53:20Z |
217,179 | Bug 217179 Table and Tree return incorrect default background and foreground color | null | resolved fixed | bcf2cff | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-30T22:20:59Z | 2008-01-30T21:53:20Z |
92,471 | Bug 92471 [Browser] execute("window.print()") not working | It seems that Browser.execute("window.print()") does not show the Print Dialog when called out of an SWT application. Typing "javascript:window.print()" into Safari's URL Field however is working. The user that reported this issue is running Safari 1.2.4. Ben | resolved wontfix | 63d560a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/WebFrameView.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-30T22:00:22Z | 2005-04-22T22:46:40Z |
217,161 | Bug 217161 List.getItemHeight can return 0 | results in divide by 0 errors in jface test suite. | resolved fixed | 7438525 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-30T21:06:39Z | 2008-01-30T21:53:20Z |
217,154 | Bug 217154 Shell.checkOpen incorrectly named | The framework calls #checkOpened. | resolved fixed | ec429f7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-30T20:39:15Z | 2008-01-30T21:53:20Z |
214,682 | Bug 214682 [Browser] download crashes wih xulrunner 1.9 | null | resolved fixed | 3956926 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/HelperAppLauncherDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/PromptService.java", "bundl... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-29T20:19:31Z | 2008-01-08T22:06:40Z |
216,805 | Bug 216805 [Browser] shutting down XPCOM glue can lead to crash with sun 1.6 jre | null | resolved fixed | dcf63b8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-28T22:47:23Z | 2008-01-28T19:53:20Z |
196,864 | Bug 196864 Toolbar should support animated gifs | Build ID: 3.3 Steps To Reproduce: Currently if an animated gif is passed to the toolbar it will just display a still image instead of the animation itself. We need toolbars to have the ability to support and display animated gifs. More information: | resolved fixed | a8dee29 | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet288.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-28T22:11:34Z | 2007-07-17T19:20:00Z |
211,531 | Bug 211531 [Browser] Stop calling HIJavaViewCreateWithCocoaView | Build ID: n/a Steps To Reproduce: The SWT calls HIJavaViewCreateWithCocoaView to create an HIView that embeds an AWT frame. While it's now just a pass-through to HICocoaViewCreate, it's still SPI, so new work that is Leopard-only (like the Cocoa port) should not use it. Use HICocoaViewCreate instead. | resolved fixed | 179cb47 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-28T17:45:28Z | 2007-11-29T23:46:40Z |
190,793 | Bug 190793 GTK Printing getClipping returns [0,0,1,1] | null | resolved fixed | 665d789 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-28T17:07:02Z | 2007-06-04T12:26:40Z |
216,482 | Bug 216482 Different table behaviour after SWT.MeasureItem/SWT.PaintItem event under Windows XP and Vista | null | resolved fixed | f04e618 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-26T00:47:24Z | 2008-01-24T18:40:00Z |
216,431 | Bug 216431 SWT_AWT: sun.awt.EmbeddedFrame is activated incorrectly | SWT activates the sun.awt.EmbeddedFrame by means of dispatching it the WINDOW_ACTIVATED & WINDOW_GAINED_FOCUS events (on opening an embedding shell). From AWT's perspective the EmbeddedFrame is a heavyweight component (particularly a toplevel window). A heavyweight component (in contrast to a lightweight) actually can'... | resolved fixed | a13c1fa | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-25T22:44:38Z | 2008-01-24T13:06:40Z |
210,756 | Bug 210756 Closing context menu programmatically does not work on the Mac | null | resolved fixed | aaa7920 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-25T22:07:27Z | 2007-11-23T12:13:20Z |
216,614 | Bug 216614 NPE in image | I'm getting some NPEs in the Image constructor from last night's nightly on windows XP: java.lang.NullPointerException at org.eclipse.swt.graphics.Image.init(Image.java:1805) at org.eclipse.swt.graphics.Image.init(Image.java:1936) at org.eclipse.swt.graphics.Image.<init>(Image.java:484) at org.eclipse.jface.resource.Im... | resolved fixed | f90690e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-25T20:23:57Z | 2008-01-25T16:53:20Z |
216,593 | Bug 216593 [browser] unavailable Safari events crash Eclipse | null | resolved fixed | 44b5930 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-25T16:58:04Z | 2008-01-25T16:53:20Z |
216,340 | Bug 216340 Display.readAndDispatch() always returns true | readAndDispatch always returns true. sleep() isn't implemented. jface test suite relies on a while(readAndDispatch()) loop to clear events so they're not able to run their tests on WPF. | resolved fixed | b6d6369 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/wpf/org/eclipse/swt/internal/wpf/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-23T20:49:43Z | 2008-01-23T20:26:40Z |
216,287 | Bug 216287 Compiler warnings in N20080123-0010 in swt tests | /JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Region.java : 1 warning : OTHER WARNINGS 1. WARNING in /JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Region.java (at line 899) int[] onePoint = new int[] {}; The local variable onePoint is never read | resolved fixed | 1d50905 | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Region.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-23T16:48:48Z | 2008-01-23T14:53:20Z |
205,713 | Bug 205713 It displays a wrong character when input "1" character by display.post() method on Mac OS X | Build ID: 3.3 Steps To Reproduce: In following example, I want to input a "1" character in a text widget. However, I got a curious "" character but not "1". import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.ecli... | resolved fixed | b13f35c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-23T16:41:51Z | 2007-10-08T10:40:00Z |
133,933 | Bug 133933 [Browser] KeyDown events not fired on Safari | Eclipse 3.2 I20060329 - 1200 -Put the javadoc dialog in focus by pressing F2 -Click within the dialog -The Esc key no longer works to exit the dialog, one has to click back within the main eclipse window to exit | resolved fixed | e7487a6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WebBrowser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/E... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-23T14:24:34Z | 2006-03-29T22:06:40Z |
199,495 | Bug 199495 in Device.getFontList() every FontData has height=0 | The title says it all. In win32 and gtk I can create a font using: font = new Font(display, display.getFontList("Courier", true)[0]); in mac this fails cause display.getFontList("Courier", true)[0].getHeight() == 0. | resolved fixed | 5418abb | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Font.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-22T23:30:36Z | 2007-08-09T22:53:20Z |
216,137 | Bug 216137 [Linux] DateTime does not render correctly values < 10. | [Linux] DateTime does not render correctly values < 10. For example, typically hours/minutes/seconds less than 10 are rendered as two digits (e.g. 10:01 AM), which is the way they are rendered on Windows. However, on Linux, they are rendered as single numbers (see screen capture). | closed fixed | cc24637 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/datetime/org/eclipse/swt/widgets/DateTime.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DateTime.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-22T20:14:49Z | 2008-01-22T13:53:20Z |
16,987 | Bug 16987 [CCombo] does not respond to MouseWheel | .Build 'F1' Bring up the Eclipse Properties view. Put focus to a value entry defined with a combobox (e.g. as in step A9.6 of 'PDE Usage Scenarios') The keyboard (arrows up and down) can be used to cycle through the items in the combobox. The wheel mouse has no effect. | resolved fixed | 3767c6e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-21T23:26:52Z | 2002-05-22T17:53:20Z |
215,875 | Bug 215875 Table/TreeEditor broken on OS-X since at least I20071218 | I'm not sure what has changed but JFace-CellEditing isn't working any more since this I-build whereas the same code works with I20071213. | resolved fixed | 07ac521 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-21T22:36:16Z | 2008-01-18T23:46:40Z |
47,783 | Bug 47783 Jpeg encoding (image height =1) | I get an exception when I save an ImageData (width=x HEIGHT=1) to JPEG file : Exception: ------------------------------------------------------- java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at org.eclipse.swt.internal.image.JPEGFileFormat.compress(JPEGFileFormat.java:207) at org... | resolved fixed | 6aa1139 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-21T22:35:30Z | 2003-12-01T09:13:20Z |
193,433 | Bug 193433 [Combo] Incorrect initial focus in Generate constructor using fields | Build ID: I20070608-1718 Steps To Reproduce: 1. Invoke the "Generate constructor using fields" dialog in a class that has a few fields. 2. Press the enter key 3. The superclass constructor combo opens, instead of the OK button being pressed More information: In previous Eclipse version, when invoking the "Generate cons... | resolved fixed | 9ae99bb | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-21T22:18:39Z | 2007-06-20T03:26:40Z |
166,187 | Bug 166187 TableItem#getBounds(0) incorrect when adding columns in asyncExec | To reproduce start the snippet and click on the shown item (its column 2) you'll notice in the console that the widths are incorrect for the first column and it doesn't change if you resize the table (the second does!) | resolved fixed | f43e578 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-21T20:15:33Z | 2006-11-29T11:33:20Z |
211,188 | Bug 211188 Looks like squiggle and error_underline style have fat dash at end | I20071127-0800 gtk2-2.2.4-125.17 The squiggle and the error_underline style on Linux-GTK look a bit ugly as the seem to end with a fat dash. | resolved fixed | 0c959d1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-21T20:02:33Z | 2007-11-28T08:53:20Z |
191,413 | Bug 191413 Control's tooltip displays abnormally on linux platform. | Build ID: M20070212-1330 Steps To Reproduce: 1.Create a canvas on a shell and set the canvas' tooltip. 2.Create a button on the canvas. 3.Launch the application on linux platform and hover on the button. 4.The canvas' tooltip displays above the button, while on windows platform, the canvas' tooltip will never display a... | resolved fixed | 6b3f40f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-18T20:49:52Z | 2007-06-07T04:20:00Z |
197,224 | Bug 197224 Annoying Message Box "prohibit running ActiveX controls" appear in browser when accessing page with applet | Build ID: I20070625-1500 Steps To Reproduce: This bug is caused by the workaround implemented for bug id 59506. To reproduce; use the SWT/Eclipse browser to access a page that contains an applet. More information: The ShowMessage method in WebSite.java attempts to resolve this problem however it is not working on my ve... | resolved fixed | b35a49d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-18T17:21:52Z | 2007-07-20T02:53:20Z |
184,063 | Bug 184063 Logitech Revolution mouse doesn't scroll down editor when in "free-spinning" mode | Build ID: M20060921-0945 Steps To Reproduce: 1. Spend too much on a mouse. 2. Turn scroll acceleration to minimum (or this will somewhat mask the effect) 3. Scrolling down on free-spinning mode only occurs when spun at high speed, where as scrolling up works normally. 4. Spinning very fast in either direction causes st... | resolved fixed | d682551 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scrollable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-17T16:37:34Z | 2007-04-25T16:53:20Z |
211,865 | Bug 211865 Tooltip always prompt up in the wrong place | null | resolved fixed | ce2277d | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/tooltip/org/eclipse/swt/widgets/ToolTip.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-16T23:05:53Z | 2007-12-04T12:06:40Z |
215,431 | Bug 215431 Label: SWT.LEFT, SWT.CENTER, SWT.RIGHT not implemented | See summary | resolved fixed | bc388f1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-16T03:35:15Z | 2008-01-16T02:20:00Z |
210,845 | Bug 210845 SWT.Wrap for text labels doesn't wrap | Run control example Go to 'label' tab Click on SWT.WRAP Text label doesn't wrap | resolved fixed | bce2ffc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-16T02:54:22Z | 2007-11-24T21:33:20Z |
213,923 | Bug 213923 popup menu has bunch of empty items if it contains many items | null | resolved fixed | b136139 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-14T20:09:25Z | 2007-12-27T12:53:20Z |
215,148 | Bug 215148 Inconsistent Spinner behaviour across platforms | null | resolved fixed | 4c6c40a | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-14T18:28:34Z | 2008-01-13T16:00:00Z |
214,160 | Bug 214160 Issues with transparent images when advanced graphics is on | null | resolved fixed | 9fb31e5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-14T16:45:48Z | 2008-01-02T21:40:00Z |
152,822 | Bug 152822 Incorrect key events reported when NO_FOCUS style used | SWT-gtk, v3305, gtk2-2.8.10-36, German keyboard - Run the snippet below - Type a (' dead key + a) or e (^ dead key + e) Output on Windows: keyDown: character=a keyDown: character=e Output on GTK (note missing accents): keyDown: character=a keyDown: character=e When the NO_FOCUS style is removed, the output is as expect... | resolved fixed | 853fc83 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-11T22:59:29Z | 2006-08-04T05:40:00Z |
120,192 | Bug 120192 org.eclipse.swt.ole.win32.OleAutomation has a reference leak | On line 96, objITypeInfo is AddRef'd. However, the semantics of GetTypeInfo has the returned ITypeInfo as an out parameter, and thus has already been AddRef'd. The additional ref constitutes a reference leak. I recommend changing the line to: // TypeInfo is an out param, do not AddRef or this will leak. Be happy to fix... | resolved fixed | 8ad26ac | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleAutomation.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-10T21:49:37Z | 2005-12-09T23:13:20Z |
214,754 | Bug 214754 ControlExample's "Select Listeners" has sizing problems | null | resolved fixed | 83f204d | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/Tab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-10T16:51:55Z | 2008-01-09T14:46:40Z |
211,685 | Bug 211685 DateTime fires spurious SelectionEvents | null | resolved fixed | 30433b5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/DateTime.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2008-01-09T20:45:46Z | 2007-12-02T18:26:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.