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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
199,137 | Bug 199137 Debug view scrolls right when thread suspends | null | resolved fixed | 99e696b | ["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 | 2007-09-19T14:44:56Z | 2007-08-07T18:06:40Z |
202,524 | Bug 202524 StyledText not respecting parent's background mode | Build ID: I20070625-1500 Steps To Reproduce: Sample code below demonstrates how the StyledText is inheriting its parent's background color when it should not. /** * StyledTextBackgroundColorIssue.java */ package tests; import org.eclipse.swt.SWT; import org.eclipse.swt.custom.StyledText; import org.eclipse.swt.layout.F... | resolved fixed | efdb698 | ["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 | 2007-09-18T20:53:12Z | 2007-09-06T20:20:00Z |
203,648 | Bug 203648 Icon above cursor on drag and drop | build i0917-0010 In the Package Explorer when I select a file and start to drag it around, the icon for the file appears roughly one inch above the cursor itself. Although the behaviour is not effected (ignore the icon and place the cursor at the destination), this is visually distracting. | resolved fixed | 4f375a4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/DragSource.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-18T17:36:03Z | 2007-09-17T20:13:20Z |
203,817 | Bug 203817 Scrolled custom draw trees not drawn correctly in RTL | If you have a custom draw that has scroll bars, it will not draw correctly in RTL. Note that without scrollbars everything looks OK. | resolved fixed | ea4586e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeI... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-18T16:54:44Z | 2007-09-18T15:40:00Z |
195,254 | Bug 195254 [consistency] Left Mouse Down is Not recieved on TabFolder on Linux.Works fine on Windows | Run the example on Windows. Click on tab items "aaa" & "bbb" . See MouseDown events received correctly. Now run on Linux - see that Mouse Down events are skipped. import org.eclipse.swt.SWT; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class TabSnippet { static final String [] EVENT_NAMES =... | resolved fixed | aa6d3c4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-17T14:43:09Z | 2007-07-03T13:40:00Z |
189,847 | Bug 189847 [DND] Combo/Text on Linux does not fire Drop event. | null | resolved fixed | 117c71d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DropTarget.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DateTime.java", "examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/dnd/DNDExample.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-14T21:39:01Z | 2007-05-30T07:26:40Z |
148,345 | Bug 148345 ExpandableWidget#setText/layout messes up StyledText in it | When StyledText is in ExpandableWidget and ExpandableWidget#setText and ExpandableWidget#layout are called, StyledText's redraw doesn't work so that if some refresh event, i.e. iconify/deiconify happens, its content isn't redrawn correctly. Here is how to. a) Install the attached plugin. b) Run workbench c) Window > Sh... | resolved fixed | 9f7b55d | ["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 | 2007-09-14T18:07:31Z | 2006-06-23T08:06:40Z |
202,359 | Bug 202359 Label with SWT.WRAP does not work on WPF | I am on Eclipse 3.4M1. The test case below works as expected on the regular 32-bit Windows build. Test case: import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.... | resolved fixed | ec0f5dc | ["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/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-13T21:35:19Z | 2007-09-06T03:40:00Z |
184,186 | Bug 184186 StyledText.setTabs(int) resets caret | I20070424-0930 Calling StyledText.setTabs(int) resets caret location to 0. This is not expected and not Javadoc'ed. If possible the caret should be preserved and if not it should be documented. | verified fixed | 78dd0ce | ["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 | 2007-09-13T20:50:30Z | 2007-04-26T09:33:20Z |
149,576 | Bug 149576 [DnD] StyledText auto-scroll does not work if first line is empty | If the first line of the StyledText content is empty, auto-scrolling does not work. Debugging showed that StyledTextDragAndDropEffect computes the potential scroll amount (the extent of a char) using StyledText.getTextBounds(0, 0) which yields a zero extent in case of an empty first line. Can be easily replicated with ... | resolved fixed | 4a3bc80 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextDropTargetEffect.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-13T16:33:44Z | 2006-07-04T13:33:20Z |
202,671 | Bug 202671 [leopard] crash when finishing any snippet | Mac OS X 10.5 (9A527) installed from scratch - run the snippet below, and after closing the shell you'll get the error at the bottom - this happens for any SWT app that I run - this has always worked on OSX; has something changed in 10.5 that swt needs to adjust to? Or is this a bug in 10.5? Scott are you able to try t... | resolved fixed | 08e30b5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-12T20:05:47Z | 2007-09-07T18:33:20Z |
199,350 | Bug 199350 [Browser] setText can fail with IE6 on XP SP2 | null | resolved fixed | 45585fa | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-12T16:09:03Z | 2007-08-09T03:26:40Z |
108,813 | Bug 108813 LineStyles in Very Long Lines Takes Forever | null | resolved fixed | 74beac4 | ["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 | 2007-09-11T19:45:09Z | 2005-09-06T07:00:00Z |
172,290 | Bug 172290 Photoshop can't open some SWT generated PNG files | Eclipse 3.3M4 on Windows Photoshop can't open some SWT generated PNG files; other programs report parsing errors. We use this functionality in Jazz for producing screen shots. | resolved fixed | a1a8bcf | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/PngEncoder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common_j2me/org/eclipse/swt/internal/Compatibility.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common_j2se/org/eclipse/swt/internal/Compatibility.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-11T19:41:52Z | 2007-01-31T10:40:00Z |
120,616 | Bug 120616 [KeyBindings] interactions: Ctrl+Shift+I does not arrive at display KeyDown filter | When, I press Ctrl+Shift+I, I get the following trace. There are two things that are odd. First of all, the modified "I" KeyDown event never arrives. Secondly, when I press the "I", it triggers a selection change to null, and then back to the previous selection. This happens in both the Outline view, Console view and a... | resolved fixed | ccdc725 | ["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 | 2007-09-11T18:59:00Z | 2005-12-13T16:06:40Z |
197,402 | Bug 197402 [SWT, GTK] Slider Buttons too large | I'm using Eclipse 3.3 on a Gentoo Linux box with the following GTK versions installed: x11-libs/gtk+-1.2.10-r12 x11-libs/gtk+-2.10.13 (Don't know which one Eclipse uses.) I'm experiencing problems with the Slider widget: Under certain circumstances, the buttons at the end of the slider are drawn a bit too large - they ... | resolved fixed | 610c645 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Slider.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-11T17:52:45Z | 2007-07-21T20:33:20Z |
198,902 | Bug 198902 SWT ToolBar.setFont quirks on Mac OS X | null | resolved fixed | d98e416 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-11T15:17:48Z | 2007-08-05T21:40:00Z |
201,568 | Bug 201568 VM crashes when closing an ON_TOP shell on MacOS X | null | resolved fixed | d46eb49 | ["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 | 2007-09-11T15:01:00Z | 2007-08-29T15:06:40Z |
139,647 | Bug 139647 StyledText.getOffsetAtLocation can't return offset at end of a line | It doesn't seem like StyledText.getOffsetAtLocation is able to return an offset corresponding to the end of a line. This is unfortunate, because for any offset corresponding to the end of a line styledText.getOffsetAtLocation (styledText.getLocationAtOffset()) is not an identity transformation. This also appears to pre... | resolved fixed | 1fa5b3f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-10T18:36:30Z | 2006-05-02T00:33:20Z |
13,411 | Bug 13411 [CCombo] Incorrect CCombo behaviour (list gets stuck) | integration build 0409, Motif only - File -> New -> Other - Plugin development -> Feature Project, Next - continue through the wizard to create the Feature project, Finish - a feature editor is automatically opened - go to the Information page - click the drop-down arrow on the Section combo, and it's dropped down - cl... | resolved fixed | fb22460 | ["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 | 2007-09-07T22:01:15Z | 2002-04-10T17:33:20Z |
195,575 | Bug 195575 StyledText.getLocationAtOffset is slow for long lines was: Long lines take too long to display when "Show Whitespace Characters" is enabled. | Build ID: I20070625-1500 Steps To Reproduce: 1. Enable the "Show Whitespace Characters" feature. 2. Open a file containing a long line of data (>100 kB works well) in a text-based editor (text editor, or XML editor in Source mode). 3. Observe that Eclipse becomes unresponsive for 30+ seconds with 100% CPU utilization i... | resolved fixed | 07cc106 | ["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 | 2007-09-07T20:49:13Z | 2007-07-05T18:26:40Z |
201,480 | Bug 201480 Tab traversal order is broken | I20070828-0800 When traversing selectable controls in reverse, the focus will get stuck. I have seen this in many different dialogs, etc., which leads me to believe that it's an SWT problem, but I could be wrong. The following is one place this can be reproduced: 1) Open the preferences dialog in Eclipse. 2) While hold... | resolved fixed | 63adc34 | ["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 | 2007-09-06T22:18:04Z | 2007-08-28T22:26:40Z |
200,621 | Bug 200621 Editors do not respect operating system caret settings | Build ID: I20070621-1340 Steps To Reproduce: 1. Change thickness of caret in control panel 2. Launch eclipse 3. Open a file More information: The text caret's size is not reflected by eclipse it remains the standard size inside editor windows; while the size change is reflected correctly in Eclipse dialogs. | resolved fixed | ae95c9e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Caret.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-06T21:37:24Z | 2007-08-20T22:46:40Z |
116,854 | Bug 116854 StyledText with SWT.WRAP cuts last character of wrapped line | I20051116-1332 - CustomControlExample, StyledText, WinXP default font (Tahoma Regular 8) - select 50 X 50 - select SWT.WRAP - set text to "a/Path/to/A.java" (no quotes) -> the character "A" is cut off; should appear on second line This is very annoying in the Details Pane of debug's Variables view. | resolved fixed | 1de9af6 | ["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 | 2007-09-06T19:37:14Z | 2005-11-17T12:20:00Z |
201,373 | Bug 201373 SIGSEGV in Printer.getPrinterList | null | resolved fixed | d894787 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/Printer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-06T18:05:13Z | 2007-08-28T05:46:40Z |
201,716 | Bug 201716 VerifyKeyListener broken | Build ID: I20070828-0800 Steps To Reproduce: 1. Open a text editor 2. Press Ctrl-J to start incremental find, "Incremental Find" appears in the status bar 3. Typing text just cancels the search and inserts text into the editor More information: I think this is a regression, because incremental find was working ok in 3.... | resolved fixed | 7654e11 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-09-05T21:54:38Z | 2007-08-30T10:33:20Z |
198,745 | Bug 198745 StyledRange causes final Arabic character to have medial form | null | resolved fixed | 8055a45 | ["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 | 2007-09-05T20:55:30Z | 2007-08-02T21:26:40Z |
201,326 | Bug 201326 computeSize on empty Link widget returns 0 for height | 3.3 Point p = new Label(parent, SWT.NONE).computeSize(SWT.DEFAULT, SWT.DEFAULT); System.out.println(p); p = new Link(parent, SWT.NONE).computeSize(SWT.DEFAULT, SWT.DEFAULT); System.out.println(p); This prints out: Point {0, 13} Point {0, 0} Expectation: the preferred height of an empty Link widget should be the font he... | resolved fixed | b6e1dfb | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Link.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-31T21:00:32Z | 2007-08-27T21:26:40Z |
199,156 | Bug 199156 ExpandBar does not scroll properly | Build ID: I20070625-1500 Steps To Reproduce: 1. Create an ExpandBar, with more items than what can fit the screen. A scroll bar should automatically appear. 2. Suppose you have a disability and cannot use the mouse. Use the arrows keys to adjust focus to each ExpandBar item. 3. The item you want is currently not on scr... | resolved fixed | fd48f10 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ExpandBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-31T20:41:05Z | 2007-08-07T20:53:20Z |
199,099 | Bug 199099 ExpandBar is not high contrast complient. Cannot manually fix this issue. | Build ID: I20070625-1500 Steps To Reproduce: 1.Go to Control Panel->Accessabilty. Click the Display tab, and then click "Use High Contrast" and click OK. 2. Open a project that contains a ExpandBar, and at least one or two ExpandBar items. 3. Notice that the header (bar that contains text) is black, and the text is bla... | resolved fixed | f2fdacc | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ExpandBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ExpandItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-31T19:31:57Z | 2007-08-07T15:20:00Z |
193,515 | Bug 193515 [DND] Cannot drag a single character selection in StyledText | Eclipse 3.3 RC4 Steps to reproduce: Try to drag and drop a single character selection with Snippet210. | resolved fixed | f0e4282 | ["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 | 2007-08-30T21:45:04Z | 2007-06-20T14:33:20Z |
187,125 | Bug 187125 [DND] Image effect not showing in RTL | null | resolved fixed | a249bc7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/DragSource.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TableDragSourceEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TreeD... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-29T21:37:43Z | 2007-05-15T20:13:20Z |
196,737 | Bug 196737 [64] JUnit test crashes: Image constructor(Device,String) | The following PI snippet used to reproduce the crash as well, but it no longer seems to since I've replaced swt with HEAD. The junit case still fails though. public static void main(String[] args) { Display display = new Display (); String filename="C:\\workspace33RC3\\org.eclipse.swt.tests\\bin\\folder.gif"; long /*in... | resolved fixed | 8302dca | ["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 | 2007-08-29T19:18:21Z | 2007-07-16T21:06:40Z |
200,101 | Bug 200101 TableColumn sets image when SWT.CENTER alignment is used. | Build ID: M20061214-1200 Steps To Reproduce: If you create a table with a column and set the column alignment to SWT.CENTER, it will place the image returned by the label provider for the first row in the table at the header image for the column. If you do not set the alignment, it does not show the image. I didn't bel... | resolved fixed | c6b183f | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TreeColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-27T20:20:16Z | 2007-08-15T20:33:20Z |
201,217 | Bug 201217 NPE in Canvas.kEventControlSetFocusPart(Canvas.java:150) | N20070825-0010 and N20070826-0010. NPE in Canvas.kEventControlSetFocusPart(Canvas.java:150) causes many tests (including SWTs) to fail. | resolved fixed | 3980bdc | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Canvas.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-27T14:58:28Z | 2007-08-27T07:33:20Z |
148,530 | Bug 148530 Text SWT.MULTI with backgroundimage don't show deleted characters | A multiline textarea with a backgroundimage does not show the deleted characters until a mouseclick out and again in the textarea. Steps to reproduce: 1. create a textarea with SWT.MULTI, SWT.WRAP or SWT.V_SCROLL (textArea = new Text(top, SWT.MULTI | SWT.WRAP | SWT.V_SCROLL | SWT.FLAT);) 2. add a background image (text... | resolved fixed | 4810e30 | ["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 | 2007-08-24T21:47:31Z | 2006-06-24T09:06:40Z |
200,694 | Bug 200694 TableItem.getBounds() wrong. | The no arg getBounds function returns the bounds of the WPF ListViewItem instead of the bounds of the cell in the first column. | resolved fixed | c49ba6c | ["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/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/wi... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-22T18:44:17Z | 2007-08-21T15:26:40Z |
199,102 | Bug 199102 selection on tree is too short | null | resolved fixed | dac24fe | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-21T18:27:16Z | 2007-08-07T15:20:00Z |
200,153 | Bug 200153 Provide AllowSetForegroundWindow in org.eclipse.swt.internal.win32.OS | Since Windows restricts the processes that can set the foreground window, opening a new workbench window while an RCP application is in the background or is minimized does not bring newly created windows to the foreground. An example scenario in which such a problem is exhibited is an RCP application which restricts it... | resolved fixed | 9a0a62f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-21T14:43:07Z | 2007-08-16T07:40:00Z |
194,146 | Bug 194146 CVSUIPlugin.stop not being called | null | resolved fixed | ef3d9f0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "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 | 2007-08-20T18:39:29Z | 2007-06-24T21:20:00Z |
196,979 | Bug 196979 Shell.getBounds() wrong when shell is maximized. | When you maximize a shell, then call get bounds, the shell returns it's premaximized size and x y coordinates which are less than 0. before maximizing: Rectangle {161, 161, 300, 300} after maximizing: Rectangle {-7, -7, 300, 300} | resolved fixed | 955ded9 | ["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/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-20T15:48:22Z | 2007-07-18T14:46:40Z |
197,964 | Bug 197964 Table.setBackground() fails if TableItem.setBackground() was used | Build ID: I20070621-1340 Steps To Reproduce: see source code attached Works fine if the line item.setBackground() is commented out. More information: ---8<--- display = new Display(); Shell shell = new Shell(display); table = new Table(shell, SWT.BORDER); table.setBackground(new Color(null, 128, 64, 64)); for (int i=0;... | resolved fixed | 7da50be | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-16T22:45:27Z | 2007-07-26T14:26:40Z |
199,115 | Bug 199115 Table.computeSize wrong when table has no columns | computeSize is wrong when it's called before the table is visible. test case: public static void main(String[] args) { Display display = new Display (); Shell shell = new Shell (display); final Table table = new Table (shell, SWT.NONE); TableItem item = new TableItem (table, SWT.NONE); item.setText("plate"); Point size... | resolved fixed | c407d3c | ["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/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widg... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-16T20:52:56Z | 2007-08-07T15:20:00Z |
189,149 | Bug 189149 Scale widget freaks out if layout() is called from a selection listener. | Build ID: M20070212-1330 Steps To Reproduce: 1. Create a Scale widget and attach a selection listener which calls getParent().layout() on the Scale. 2. When clicking on the designated paging area the Scale now transitions all the values up to the value under the mouse instead of only the page increment as it should. 3.... | resolved fixed | 409208d | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scale.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-16T18:42:34Z | 2007-05-25T13:33:20Z |
140,270 | Bug 140270 Mouse wheel does not fire selection event on Scale | Add a selection listener the Scale in SWT Snippet 45 that prints the selection event. If the scale is moved using a mouse drag gesture then selection events are printed. If the mouse wheel is used to change the scale then no selection events are printed. | resolved fixed | 6d655f8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scale.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-16T15:05:27Z | 2006-05-04T22:00:00Z |
150,365 | Bug 150365 setImeInputMode() is not correct with MS-IME2000 | null | resolved fixed | 729580d | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-15T19:40:28Z | 2006-07-12T10:26:40Z |
199,109 | Bug 199109 Changing foreground color on Canvas does not work | Use Control Example, Canvas tab. 1 - change foreground color -> nothing happens 2 - change background color -> foreground and background change. | resolved fixed | 2f7a73a | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-14T15:05:32Z | 2007-08-07T15:20:00Z |
199,133 | Bug 199133 Combo#cut() does not place deleted text to clipboard | I20070807-0010 Combo#cut() does not place the deleted text to the clipboard on the Mac. In fact, it just deletes the selected text. I've just lost a worthy regular expression I wanted to cut&paste from the Find/Replace dialog (Command+X calls cut() in Eclipse). | resolved fixed | 9c3b25f | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-07T22:15:29Z | 2007-08-07T18:06:40Z |
198,922 | Bug 198922 CTabFolder code causes Widget is disposed exception | Introduced I20070802-0800 with but also present in I20070806-0010. The code in CTabFolder line 2166 is broken: if (item.isDisposed()) { Display display = getDisplay(); Test Case: 1. open an editor 2. close the editor by clicking on the X ==> !ENTRY org.eclipse.ui 4 0 2007-08-06 12:38:16.375 !MESSAGE Unhandled event loo... | verified fixed | 2237660 | ["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 | 2007-08-07T18:42:56Z | 2007-08-06T11:33:20Z |
198,632 | Bug 198632 Browser widget now has border | I20070731-0800 In earlier releases and 3.4 up to last week had no border in the Browser widget. Now there is a border which makes Javadoc hovers look awful. Also Javadoc view looks bad. Works fine under Linux. Please revert that change for M1. Test Case: 1. run Snippet128 with R3.3 or I20070724-0800 ==> no border 2. ru... | verified fixed | d2b5564 | ["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 | 2007-08-02T16:44:06Z | 2007-08-02T07:33:20Z |
160,824 | Bug 160824 SWT will crash when VoiceOver feature is turn on | null | resolved fixed | da2976a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-08-02T16:39:55Z | 2006-10-13T09:00:00Z |
194,275 | Bug 194275 CTabFolder close box should highlight without needing mouse move | 1. Open several tabs with long enough titles such that they will have same (max) tab width 2. Close one on the left, using the mouse, and leave the mouse pointer where it is Observe 1: the next tab right will replace the deleted one (naturally) Observe 2: even though the mouse ptr is directly over the close box, the cl... | resolved fixed | 866f929 | ["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 | 2007-08-01T21:06:13Z | 2007-06-25T19:33:20Z |
198,053 | Bug 198053 Invoking spinner.getSelection() in a modify event causes infinite loop | null | resolved fixed | 1085340 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-30T18:24:35Z | 2007-07-27T01:33:20Z |
189,292 | Bug 189292 [DND] FileTransfer disables image feedback | Custom feedback image does not work with FileTransfer data type. In org.eclipse.swt.dnd.DragSource : event.image contains the custom image line 281 : if (transfer instanceof FileTransfer) { TransferData transferData = new TransferData(); transferData.type = types[0]; event = new DNDEvent(); // Image is lost event.widge... | resolved fixed | d34c19d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/carbon/org/eclipse/swt/dnd/DragSource.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-30T18:11:57Z | 2007-05-26T17:20:00Z |
194,971 | Bug 194971 [browser] fires duplicate mouse events | null | resolved fixed | a9d8213 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java", "bundles/org.ec... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-26T20:09:54Z | 2007-06-29T20:46:40Z |
164,755 | Bug 164755 Inconsistent z-order for ON_TOP shells between win32 and MacOS | I want to create several shells that all of them have the SWT.ON_TOP style. When i run the SWT code on Window platform, the z-order is that the first created shell is putted on deep, the last created shell is putted on top. But if run the code on MacOS, the z-order is reversal, the last created shell is on deep, the fi... | resolved fixed | ca32cbc | ["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 | 2007-07-26T14:22:41Z | 2006-11-16T04:06:40Z |
135,011 | Bug 135011 [TableCursor] moves cursor to first column unexpectedly | My table has 3 columns. If I click in the table outside of the columns, the table cursor will be moved to the first column. In TableCursor#TableMouseDown, if a column cannot be found from the mouse down event, the code positions the cursor to the first column. if (newColumn == null) { newColumn = table.getColumn(0); } ... | resolved fixed | fcf97f8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableCursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-25T20:17:44Z | 2006-04-05T12:26:40Z |
118,844 | Bug 118844 [consistency] Make TreeColumn.pack consistent across platforms | TreeColumn.pack needs to have a consistent behaviour across platforms. I think it should give the width need to display the widest expanded child item (i.e. ignore children that are not visible because the parent is collapsed) | resolved fixed | 9c30fc8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-25T15:41:45Z | 2005-12-01T15:13:20Z |
195,812 | Bug 195812 Text without delimeters is not wrapped on linux. Works fine on windows. | Run the example on windows. See that text is wrapped in few lines. Run on Linux. Text is displayed in one line. import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.*; public class MultiText { public static void main(String [] args) { final Display display = new Display (); final Shell shell = new Shell (display)... | resolved fixed | f7ce289 | ["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/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-24T16:01:56Z | 2007-07-09T11:20:00Z |
179,773 | Bug 179773 TreeViewer setSelection does not scroll horizontally to show selection | This could end up being an SWT bug. When calling treeViewer.setSelection( selection, true ), the tree is scrolled down vertically to reveal the selection but never seems to scroll horizontally. I confirmed that this is a bug in the platform because it happens in the Package Explorer when using the ShowIn context menu o... | resolved fixed | 43f7c48 | ["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 | 2007-07-23T21:16:41Z | 2007-03-28T16:40:00Z |
193,561 | Bug 193561 public Image (Device device, String filename) fails on WinCe | public Image (Device device, String filename) has a try catch like this try { device.checkGDIP(); ... } catch (SWTException e) { } The problem is that in checkGDI we have a: if (OS.IsWinCE) SWT.error(SWT.ERROR_NOT_IMPLEMENTED); That throws a SWTError that is not catch in clause 'catch (SWTException e)' SSQ, do you want... | verified fixed | 4a24b9b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Device.java", "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 | 2007-07-23T20:17:10Z | 2007-06-20T17:20:00Z |
195,650 | Bug 195650 Multiselection with Shifht ARROW_UP/DOWN not working on MAC | Build ID: I20070625-1500 Steps To Reproduce: 1. Open Example Browser, Example "Table" With style multiselect 2. Select a line with mouse 3. Try to select more with SHIFT + ARROW_DOWN => no effect More information: MacOSX 10.4.10 latest Java 5, Eclipse 3.3.0 final | resolved fixed | d475996 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-23T19:53:50Z | 2007-07-06T13:53:20Z |
197,336 | Bug 197336 Negative values not displaying with Read-Only style combo. | I've tried this on XP and Mac OS X...doesn't seem to be a problem on XP. If you add negative values to a combo box that is of SWT.READ_ONLY style, the negative values do not show up in the drop-down list. If the combo style is SWT.DROP_DOWN style, negative values that are added to the combo will correctly be displayed ... | resolved fixed | 400bebb | ["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/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-23T19:25:27Z | 2007-07-20T19:33:20Z |
191,260 | Bug 191260 NPE in Display.readImageRef | null | resolved fixed | 4e66ded | ["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 | 2007-07-23T18:22:28Z | 2007-06-06T14:26:40Z |
192,700 | Bug 192700 CCombo does not loose focus when hidden | null | resolved fixed | 9a686c6 | ["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 | 2007-07-23T15:47:37Z | 2007-06-14T16:53:20Z |
187,210 | Bug 187210 Ownerdraw - 'Show status line' on open type dialog does not redraw status line when colored labels | I20070516-0010 1. Open 'Open type dialog' 2. In menu deselect 'Show Status Line' 3. In menu select 'Show Status Line' Is: Screen cheese the status line is (sometimes) not redrawn, see screen shot. | resolved fixed | 1291751 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-19T16:23:48Z | 2007-05-16T10:06:40Z |
194,702 | Bug 194702 [browser]Click URL linked to a new window, pop up two browser window | null | resolved fixed | 48a4a5c | ["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 | 2007-07-17T20:27:08Z | 2007-06-28T03:06:40Z |
167,562 | Bug 167562 SIGSEGV in Tree#destroyItem() | Eclipse 3.3 M3 Java 1.5.0_07-b03 See the log attached. | resolved fixed | 0327217 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-17T19:05:35Z | 2006-12-12T10:40:00Z |
196,791 | Bug 196791 SWT ToolTip does not render Arabian text tooltip correctly on SLED10 Linux | Build ID: Eclipse3.2.2 Steps To Reproduce: 1.Create a SWT Application 2.Create a ToolTip on Shell and setMessage with Arabian text. 3.Launch application More information: public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); ToolTip tip = new ToolTip(she... | resolved fixed | 0ea3ba1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolTip.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-17T17:00:10Z | 2007-07-17T08:13:20Z |
177,578 | Bug 177578 ExpandItem (of the ExpandBar) returns wrong header height in Gnome (Debian Linux) | Build ID: M20060921-0945 Steps To Reproduce: Compare the value returned by ExpandItem#getHeaderHeight() to what it really is in the GUI. More information: For me ExpandItem#getHeaderHeight() returns 17px, while it's actually 21px (I made a screenshot and counted the pixels myself). I need the header height to calculate... | resolved fixed | a573181 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-16T17:07:57Z | 2007-03-15T14:46:40Z |
157,568 | Bug 157568 StyledText: horizontal scrollbar doesn't handle indent | null | resolved fixed | 10728f7 | ["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 | 2007-07-11T20:52:51Z | 2006-09-16T15:20:00Z |
192,861 | Bug 192861 VM crash opening browser widget with much html | Build ID: I20070503-1400 Steps To Reproduce: The attached snippet will crash the VM. The html to be shown is over 20000 characters, much will not be displayed immediately but is already present in a javascript section in the head part. Opening the same html in firefox works without any problem. More information: Suse L... | resolved fixed | 4508514 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_8.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-11T17:12:27Z | 2007-06-15T12:20:00Z |
191,790 | Bug 191790 [Browser] Browser leaks due to COM objects | Build ID: I20070601-1539 Steps To Reproduce: While analyzing memory dumps from an RCP application I noticed there were 321 instances of WebSite retained in memory. The WebSites are retained due to org.eclipse.swt.internal.ole.win32.COMObject#ObjectMap. I was able to recreate a standalone testcase that shows this happen... | resolved fixed | 4d0cb80 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/ole/win32/COM.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-10T18:57:30Z | 2007-06-09T03:33:20Z |
56,502 | Bug 56502 Wrong positioning when going off end-of-line | When editing a java file and positioning the cursor before the last character and then pressing right-cursor twice (making the cursor go to the beginning of the next line) and then pressing up-cursor positions the cursor at the end of the previous line, while it should position it at the beginning of the previous line.... | resolved fixed | e434118 | ["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 | 2007-07-05T22:00:24Z | 2004-03-28T18:53:20Z |
91,311 | Bug 91311 Drawing Problems | The drawProc in the Control make use of PtGetsAbsPosition. This is not a good funtion to use in a drawing procedure because it queries every region in the system until it hits the root region to figure out your position. Doing this every draw operation is extremely expensive. I have updated the function as well as fixe... | resolved fixed | 437b264 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Caret.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-04T20:34:48Z | 2005-04-13T16:33:20Z |
189,649 | Bug 189649 Link widget renders mnemonics on the Mac | I20070529-0010 The Link widget should not render mnemonics on the Mac. To reproduce in Eclipse, select a Java project in the Package Explorer and choose context menu > Assign Working Sets. | verified fixed | 1a49efb | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Link.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-04T18:01:06Z | 2007-05-29T12:00:00Z |
195,154 | Bug 195154 Snippet132 using drawString incorrectly | Snippet132 has the following code at the "business end:" String testString = "Hello World!"; Point extent = gc.stringExtent(testString); gc.drawString(testString, leftMargin, topMargin + font.getFontData()[0].getHeight()); I'm not sure why we're adding font.getFontData()[0].getHeight() and I believe it should be remove... | resolved fixed | b4c7375 | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet132.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-07-04T15:35:45Z | 2007-07-02T15:26:40Z |
186,683 | Bug 186683 Embedding a Combo in a Toolbar fails on WPF | null | resolved fixed | aac1e89 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-06-25T18:51:30Z | 2007-05-12T17:13:20Z |
184,643 | Bug 184643 Ctrl+Click on Launch Config not working | Normally, you can easly edit a launch configuration by clicking on it the the Launch/Debug Dropdown menu while holding Ctrl. This is not working in Eclipse 3.3, I20070323-1616 on Windows Vista. | resolved fixed | c9b39df | ["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 | 2007-06-22T16:59:06Z | 2007-04-29T20:53:20Z |
191,632 | Bug 191632 TextLayout implementation on linux platform doesn't provide suitable line offsets in specific scenarios | Build ID: M20070212-1330 Steps To Reproduce: 1.Create a shell 2.Define a text including both English characters and arabian characters 3.Use TextLayout to draw the text on the shell 4.Print the offset of each line 5.Find that the offsets on linux platform are weird More information: Here is the code snippet: import org... | resolved fixed | c16281c | ["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 | 2007-06-21T16:04:36Z | 2007-06-08T02:33:20Z |
190,028 | Bug 190028 post-3.3 Browser cleanup | null | resolved fixed | 01cb2fa | ["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 | 2007-06-20T16:01:22Z | 2007-05-30T21:20:00Z |
189,189 | Bug 189189 MOZ_PLUGIN_PATH should parse for multiple delimited paths | - fix this post-3.3 | resolved fixed | 0c4f2da | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/AppFileLocProvider.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-06-20T15:58:12Z | 2007-05-25T19:06:40Z |
188,726 | Bug 188726 callback in MozillaDelegate should be static | fix this post-3.3 | resolved fixed | c57f6d4 | ["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 | 2007-06-20T15:55:56Z | 2007-05-23T19:53:20Z |
81,604 | Bug 81604 Filter path does not behave as expected with new GtkFileChooser | null | resolved fixed | eb8e8e7 | ["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/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-06-20T15:54:15Z | 2004-12-19T01:33:20Z |
186,685 | Bug 186685 Tray doesn't work on WPF | null | resolved fixed | c0e89b9 | ["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", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TrayItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-06-19T20:08:06Z | 2007-05-12T17:13:20Z |
189,676 | Bug 189676 Cannot select a patch file in WPF | Version: 3.3.0 Build id: I20070529-0010 When you select a patch file using thr browse button only the folder path is added to the dialog - you need to type in the file name yourself. This isn't happening on the other file selections (like the import archive dialog) and only on WPF | resolved fixed | a276fdb | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-06-19T20:01:22Z | 2007-05-29T14:46:40Z |
192,128 | Bug 192128 If shell is set disabled before it's open, top menu can pop up after it's shown. | null | resolved fixed | 222c99b | ["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 | 2007-06-18T20:27:06Z | 2007-06-12T09:20:00Z |
193,188 | Bug 193188 Text.computeSize(8, SWT.DEFAULT) wrong for text field without border | null | resolved fixed | 21833dd | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-06-18T20:18:31Z | 2007-06-18T20:53:20Z |
191,741 | Bug 191741 cheese in java editor | Version: 3.3.0 Build id: I20070608-0010 The bug is in TextLayout, it doesn't draw the full selection background properly cause it has a test (for performance reason) where it doesn't draw a line when textual part of the line is outside of the clipping. To reproduce this problem on eclipse just resize the editor, or mov... | resolved fixed | 90dc236 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-06-08T17:25:28Z | 2007-06-08T16:26:40Z |
191,412 | Bug 191412 FocusIn and FocusOut events are processed with different cases in Shell. | Since about org.eclipse.swt 3.3.0.v3339, a filter for x focus change event (FocusIn and FocusOut event)is added in org.eclipse.swt.widget.Shell. When the focus event meets some conditions, shell will set some fileds and send SWT event. But the conditions to process FocusIn event and FocusOut event are not the same. For... | resolved fixed | 77e08c6 | ["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 | 2007-06-07T20:34:45Z | 2007-06-07T04:20:00Z |
191,372 | Bug 191372 Cannot unminimize eclipse from dock | Run eclipse. Minimize it and click in the dock app icon to unminimize it. It does not work. | resolved fixed | 2fff6ef | ["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 | 2007-06-06T21:43:56Z | 2007-06-06T20:00:00Z |
191,072 | Bug 191072 Existing shell window title gets overwritten | If you have an already created window and use Shell.internal_new to pass the handle in, Shell.createHandle will overwrite any existing title. An example of this can be seen in the 3.3 RC3 build where the toolbar item for eclipse switches to "untitled window" after the workspace chooser disappears. | resolved fixed | 1bd926e | ["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 | 2007-06-05T18:52:49Z | 2007-06-05T16:13:20Z |
190,262 | Bug 190262 CCombo doesn't receive key-events | On MacOSX when opening a CCombo one is not able to scroll the list up/down using the keyboard. It seems that no key-events are delivered to it. On WinXP this is working as expected and I think I can remember that in also works on Gtk. This is a major problem for applications because usability is decreased when CCombo h... | resolved fixed | 62e3138 | ["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 | 2007-06-01T18:38:48Z | 2007-05-31T16:46:40Z |
190,480 | Bug 190480 regression: FocusOut not fired for Texts in an SWT.APPLICATION_MODAL shell | 3.3RC3 candidate build - run the snippet below - tab between the two text fields and you'll only see "in" printed to stdout, but you should see "out" and "in" for each focus change - this works fine if the Shell is not created with style SWT.APPLICATION_MODAL public static void main(String[] args) { Display display = D... | resolved fixed | 360c1d1 | ["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 | 2007-06-01T15:47:16Z | 2007-06-01T15:00:00Z |
149,040 | Bug 149040 Change javadoc for Table addSelectionListener | Current javadoc reads: "Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface." This is not true since the receiver's selection can change programatically and an event will not be sent. Ad... | resolved fixed | 67aa0d2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.jav... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-31T19:09:55Z | 2006-06-28T15:53:20Z |
189,992 | Bug 189992 Column in problem view not properly refreshed when resizing the column width | Using I20070530-0010, I can get a reproducable refresh problem in the problem view. If I resize the first column in order to be able to see the complete warning message and then I resize it to be quite small, I can see part of the message still displayed after the last column. I don't expect it. If I force a refresh of... | resolved fixed | 93ea26f | ["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 | 2007-05-31T18:39:51Z | 2007-05-30T18:33:20Z |
158,043 | Bug 158043 [Mac] Right clicking on app in Dock and selecting Quit does nothing if file needs to be saved | With Eclipse 3.2 on the Mac OSX, Steps: 1. Launch Eclipse 2. Open some source code for editing. 3. Make an edit, but dont save it. 4. Minimize the application to the Dock. 5. Right click on the application in the Dock and choose Quit Note: For us, the problem was reported with our RCP application that we generated thro... | resolved fixed | 52ff68e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-30T20:52:43Z | 2006-09-20T19:20:00Z |
173,559 | Bug 173559 Javadoc for GC methods requiring advanced graphics | null | resolved fixed | 8500e6a | ["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 | 2007-05-30T18:07:00Z | 2007-02-09T00:13:20Z |
189,960 | Bug 189960 [browser] executing window.print() does not print | null | resolved fixed | d4cb22d | ["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/WindowCreator2.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebBrowserChrome.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-30T17:50:50Z | 2007-05-30T15:46:40Z |
189,970 | Bug 189970 GC drawImage fails on bidi + icon + double buffered | build eclipse 3.3 rc2 Create a drawing area with SWT.DOUBLE_BUFFERED and SWT.RIGTH_TO_LEFT. In the paint handler draw an icon. Run the test case and move a small window over the the icon -> cheese! | resolved fixed | 750a2fb | ["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 | 2007-05-30T17:50:49Z | 2007-05-30T15:46:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.