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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
189,465 | Bug 189465 Browser can crash on RHEL3 if xulrunner is present (motif only) | 3.3RC2 Eclipse crashes on startup with the following setup (dump is at bottom): - RHEL3 - eclipse linux-motif build - XULRunner installed and registered XULRunner wants to use a newer version of libexpat.so (0.4) than RHEL3 provides (0.5). I've verified this by temporarily copying the libexpat.so (0.5) from RHEL4 to RH... | resolved fixed | 788aa21 | ["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-05-30T17:43:25Z | 2007-05-28T16:33:20Z |
185,862 | Bug 185862 AIX 5.3 motif - Characters above \u007f show as "iso8859" in some swt widgets | null | resolved fixed | 85625d4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Font.java", "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-05-30T16:56:19Z | 2007-05-07T20:33:20Z |
188,932 | Bug 188932 Can't enter paths in Text fields on Red Hat Workstation 5 | Build ID: RC1 Steps To Reproduce: 1. Fire up RC1 on linux / rhws5 / x86_64 2. Create a new project 3. File -> Import -> General -> File System 4. Try to enter a path in the "From directory" Text field. More information: Looks like every character that's entered is immediately selected which leads to the problem that th... | verified fixed | 31a2d55 | ["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 | 2007-05-25T15:40:14Z | 2007-05-24T15:20:00Z |
188,859 | Bug 188859 [render] colored labels shifted to the right and margin smaller between icon and text | 3.3 RC1. When enabling colored labels the icon and the text get shifted to the right and the margin between icon and text becomes smaller. The shifting is less bad than the small (almost inexistent) margin. This does not happen in WindowsXP. Should also check Mac. | resolved fixed | 5671706 | ["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-05-24T22:43:01Z | 2007-05-24T09:46:40Z |
186,722 | Bug 186722 Foreground color not used from EraseItem callback | Using custom owner drawn for a Table or Tree overriding the painting of the selection shows a bug on Linux. Consider this snippet: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Table t = new Table(shell,... | resolved fixed | f08d807 | ["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-05-24T20:25:28Z | 2007-05-13T18:13:20Z |
181,410 | Bug 181410 [Browser] browser steal focus on IE7 | null | resolved fixed | 59c7194 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-24T20:12:47Z | 2007-04-06T14:33:20Z |
187,273 | Bug 187273 Dialog package explorer on move reorg user input page scrolled | I20070516-0010 1. Select 'JavaPlugin' 2. Refactor>Move... Is: Dialog package explorer is scrolled to the right Should: Not be scrolled See screen shot. Not sure if it is us or SWT. This used to work pre 3.3M7 | resolved fixed | 7712468 | ["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-24T13:27:25Z | 2007-05-16T15:40:00Z |
188,273 | Bug 188273 [Browser] Browser.addHelpListener does not work on SLED10 Linux when pressed F1 or Ctrl + F1 | Build ID: Eclipse3.3RC1 Steps To Reproduce: public class Test { /** * @param args */ public static void main(String[] args) { Display d = new Display(); Shell s = new Shell(d); s.setLayout(new FillLayout()); Browser b = new Browser(s, 0); b.setUrl("www.eclipse.org"); b.addHelpListener(new HelpListener(){ public void he... | resolved fixed | 41acd10 | ["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-05-23T19:22:15Z | 2007-05-22T10:33:20Z |
188,567 | Bug 188567 TreeEditor closes CCombo after 500ms | M7 TreeEditor registers a timer that sets the focus on the control (in ControlEditor.layout()) after 500ms. This closes an already dropped-down CCombo. Snippet follows, wrapping the CCombo in a Composite seems to work around the problem. | resolved fixed | 8a021d8 | ["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/TableEditor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TreeEditor.ja... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-23T18:31:30Z | 2007-05-23T06:00:00Z |
100,622 | Bug 100622 [Browser] Opening Applet crashes Eclipse | 1. create an HTML file with contents: <html> <body> <applet code=testpass.MyApplet.class width="200" height="200"> </applet> </body> </html> 2. open with/web browser 3. Eclipse crashes. From console: 2005-06-17 12:11:00.816 java[1114] GrP not requesting _registerDragTypes because the window is dying already 2005-06-17 ... | resolved fixed | 06d90d9 | ["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 | 2007-05-23T16:30:25Z | 2005-06-17T17:40:00Z |
188,381 | Bug 188381 Tree Viewer Collapse Extremely Slow on Vista | Build ID: I20070517-1700 Steps To Reproduce: Launch attached test application 1. Expand the "Root" item in the tree 2. Select the first child, "Item 0" 3. Collapse the "Root" item More information: The collapse takes ~12 seconds on Vista, but takes negligible time on Windows XP, Linux x86 (Open SUSE 10.2), and MacOS X. | resolved fixed | ea6bf58 | ["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-23T13:53:36Z | 2007-05-22T16:06:40Z |
187,971 | Bug 187971 Custom Draw Tree brings cheese when using Image and Bold | Eclipse 3.3 RC1 Just run this snippet on windows to see cheese in the treeitems: import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.RGB; import org.eclipse.swt... | resolved fixed | 5a83eff | ["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-23T13:41:01Z | 2007-05-19T18:40:00Z |
187,704 | Bug 187704 [DND] On Linux, the event.time is negative in dragOver event | Build ID: M20070212-1330 Steps To Reproduce: 1. Create an application shell with only two buttons - one is a drag source and another one is a drop target. 2. When drag from the drag source button to hover on the drop target button, the drop target button displays a dropdown shell under it. Expected result: the event.ti... | resolved fixed | 026efaa | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DropTarget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-18T21:16:57Z | 2007-05-17T22:13:20Z |
187,878 | Bug 187878 FileDialog with MULTI has old look | The single select file dialog has the look, the multi select has the old look. We should change the multi select case to use the newer windows look. | resolved fixed | 0e44312 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-18T18:25:57Z | 2007-05-18T17:40:00Z |
150,397 | Bug 150397 Text: SWT.RIGHT without SWT.BORDER does not show text | On Mac OS X, if SWT.RIGHT is used as the style for a Text object, the user cannot see the text. Using SWT.LEFT as the style works fine. Using SWT.RIGHT | SWT.BORDER or SWT.RIGHT | SWT.WRAP also fixes the problem. Here's code to reproduce: package org.projectalisa.javalisa.basic.widgets; import org.eclipse.swt.layout.Gr... | resolved fixed | b0ce542 | ["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-05-18T18:16:52Z | 2006-07-12T16:00:00Z |
185,607 | Bug 185607 Can't copy and paste into dialog text fields from some applications | I've noticed this problem for some time. I can't copy and paste a password from Splash ID (a password manager application) to SWT text fields. A paste action seems to delete the contents of the field. However, I can copy and paste into other Eclipse UI elements, such as the editor. More weird, is that I can copy and pa... | verified fixed | bc9956a | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/wid... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-17T21:30:12Z | 2007-05-04T20:20:00Z |
187,597 | Bug 187597 BeginBufferedPaint does not work in RTL and advanced | import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.*; public class PR111111 { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display, SWT.SHELL_TRIM | SWT.DOUBLE_BUFFERED | SWT.RIGHT_TO_LEFT); shell.addListener(SWT.P... | resolved fixed | a52d83b | ["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-05-17T17:23:27Z | 2007-05-17T16:40:00Z |
136,691 | Bug 136691 Snippet139 - No more handles | Version: 3.2.0 Build id: I20060412-0847 Run Snippet139. The following SWTError is shown: Exception in thread "main" org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:3400) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.SWT.error(SWT.java:3268) at org.eclipse.swt.graphics.Im... | resolved fixed | 84c43e6 | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet139.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-16T20:27:50Z | 2006-04-13T17:40:00Z |
183,503 | Bug 183503 Text formatting finishes too early when pasted | 3.3M6 I20070323-1616 SWT StyledText/RTFWriter 1. In an Eclipse editor enter some syntax-highlighted text plus a line break (CRLF), e.g. in the Java editor (under Windows) enter: // 12345<ENTER> 2. Copy both lines to the clipboard. 3. Paste the text into a native application with a rich text editor, e.g. Outlook Express... | resolved fixed | d7e5b0c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-16T19:38:21Z | 2007-04-21T15:40:00Z |
187,215 | Bug 187215 Enabling owner draw removes horizontal scrollbar | I20070516-0010. 1. start fresh workspace 2. create a Java project with very long name (==> scroll bar) 3. enable colored labels ==> horizontal scroll bar gone NOTE: resizing fixes the problem BUT: in M7 this did not work and not even closing and reopening the Package Explorer helped. | resolved fixed | 4f1247a | ["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-16T14:08:17Z | 2007-05-16T10:06:40Z |
182,986 | Bug 182986 Javadoc in GC should document methods that need the advanced graphics subsystem | I20070417-0800. Javadoc in GC should document methods that need the advanced graphics subsystem. | resolved fixed | ae0e7e7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Path.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Pattern.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphic... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-16T00:31:45Z | 2007-04-18T15:26:40Z |
177,711 | Bug 177711 Grayed PNG image displayed white background in some Linux | Build ID: M20060921-0945 Steps To Reproduce: The following code displays a transparent image(transparent.png) in a window. There should be nothing displayed. But in some machine(ThinkPad T60, ThinkCenter 8212, ThinkCenter 8141) with SLED10 linux, it displayed a white image. public class TestImage { public TestImage() {... | resolved fixed | 6d82b41 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Image.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/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-05-15T21:20:31Z | 2007-03-16T07:26:40Z |
187,117 | Bug 187117 GC.copyArea(Image, int, int) wrong in RTL | null | resolved fixed | c0d13b0 | ["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-15T20:51:33Z | 2007-05-15T20:13:20Z |
185,916 | Bug 185916 StyledText.setSelectionForeground(Color) has no effect | 3.3 M7 StyledText.setSelectionForeground(Color) has no effect. We could argue that this is a Platform limitation but then this should be mentioned in the Javadoc. | verified fixed | e9b2aa0 | ["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-05-15T20:46:08Z | 2007-05-08T07:40:00Z |
173,549 | Bug 173549 Drawing round rectangles, DND and antialias vows | I have a funny combination that causes problems in forms. It requires the following: 1) Drag & Drop and the new drag effect support 2) Dragging of a composite that has children and that paints on its background 3) Usage of 'GC.fillRoundRectangle()' 4) Usage of antialiasing When all these are combined, the image created... | resolved fixed | 37ab1e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/DragSource.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/ImageList.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-15T20:39:40Z | 2007-02-08T21:26:40Z |
55,142 | Bug 55142 Horizontal scrollbar disabled with editor content horizontally scrolled | Overview Description: In the specified conditions (see below) the horizontal scrollbar of a text editor window is disabled while the window content remains horizontally scrolled. Steps to Reproduce: 1) Create a new File. 2) Type in a long line of text, larger than the editor area, so the horizontal scrollbar will be en... | resolved fixed | 6bd6730 | ["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-05-15T20:22:21Z | 2004-03-17T19:00:00Z |
186,378 | Bug 186378 To input Japanese character in Java editor causes dot garbages ONLY at first. | Build ID: I20070503-1400 Steps To Reproduce: 1.Create a new java Project. 2.Create a new java class(Fig.1). 3.Insert Javadoc comment by entering /** and enter key(Fig.2). 4.Enter some Japanese word using KOTOERI, which is a default Mac OSX Japanes IME, into the java file(Fig.3). 5. Then eclipse cause strange behaviour.... | resolved fixed | aaa32e6 | ["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-05-15T19:32:41Z | 2007-05-10T15:13:20Z |
185,231 | Bug 185231 Mac: Cannot get rid of native tooltip in a table with columns | [I20070502-0010] Steps: 1. Press Ctrl-3 to get the Quick Access dialog 2. Type "con" to get some matches 3. Hover over a table item -> custom tooltip appears 4. Move the mouse a little bit -> native tooltip appears as well | resolved fixed | 56ccc8b | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.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-05-15T17:12:19Z | 2007-05-02T21:06:40Z |
184,916 | Bug 184916 Variables view not painted correctly after column resize | Resize the Name column of the variables view to make it smaller. The view is not painted correctly. Grid line between columns are missing, text truncated. I will attach screen capture. | resolved fixed | a5c20d8 | ["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-15T15:23:41Z | 2007-05-01T17:20:00Z |
185,910 | Bug 185910 Custom drawing listeners produce display artifacts when used with virtual TreeViewer | Build ID: I20070503-1400 Steps To Reproduce: 1.Run attached program 2.Press Reload 3.Press Refresh 4. Scroll down More information: Using custom drawing listeners produces display artifacts when used with a TreeViewer with a lazy content provider. The initial display has the labels shown as two overlapping copies. Pres... | resolved fixed | 091f790 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/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-05-15T13:46:18Z | 2007-05-08T07:40:00Z |
186,580 | Bug 186580 GC#drawRoundRectangle looks ugly on advance mode | SWT M7 setAdvance to true setLineWidth to an odd number draw a round rectangle, note the lines and arcs do not connect correctly. fix: implement drawRoundRectangle using path. | resolved fixed | 04268c3 | ["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-14T19:18:43Z | 2007-05-11T16:13:20Z |
158,122 | Bug 158122 BIDI: StyledText does not paint selection well when mirrored | When we have a styledText widget, in RTL mode (Right to Left), and we select some text, the selection drawing is not perfect. On the first line, it seems that the higlighting begins one pixel after it should, and the first char is bolder. On the next lien,one character in the line is "Bolder" then the others, this happ... | resolved fixed | 8b23889 | ["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-05-14T18:11:54Z | 2006-09-21T09:13:20Z |
186,757 | Bug 186757 No context menus in tables | I20070514-0010 (works in I20070511-0010 - got broken in I20070512-0010). Context menus no longer appear in all views that show information in a table (e.g. Search, Types view, lower pane of Type Hierarchy). Works in trees. Looks like an SWT bug since replacing SWT with the version from I20070511-0010 fixes the problem. | verified fixed | f18522b | ["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-05-14T15:19:38Z | 2007-05-14T10:53:20Z |
186,611 | Bug 186611 Alpha channels being lost on Windows XP classic theme | null | resolved fixed | a4db789 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ImageList.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-14T14:41:26Z | 2007-05-11T16:13:20Z |
183,640 | Bug 183640 Combo on Linux missing, doesn't show up. FormData | I have a wizard page that creates a Combo, the Combo is positioned using FormLayout and Formdata. On Linux (RedHat 4 Enterprise desktp) the Control fails to show up. Unless, I increase the Bottom Formdata to a larger percent. -------------------------------- final Composite composite = new Composite(parent, SWT.NONE); ... | resolved fixed | fdf2b89 | ["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 | 2007-05-11T18:06:53Z | 2007-04-23T17:40:00Z |
186,557 | Bug 186557 No Deactivate events from ON_TOP shells | ON_TOP shells are no longer sending deactivate events. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); final Shell ontop = new Shell(shell, SWT.ON_TOP); ontop.addListener(SWT.Deactivate, new Listener() { public void handleEvent(Event event) { Syste... | resolved fixed | 1a62365 | ["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-05-11T16:05:52Z | 2007-05-11T13:26:40Z |
120,725 | Bug 120725 [DND] Drag and Drop - Snippet185 fails | Snippet185 - can't start drag. | resolved fixed | 8f61130 | ["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-05-10T21:49:50Z | 2005-12-13T21:40:00Z |
186,448 | Bug 186448 Exceptions selecting tree items | using build N20070510-0010, I open the launch dialog and selected a launch configuration in the tree and got half a dozen of the following error: System.NullReferenceException: Object reference not set to an instance of an object. at Java_org_eclipse_swt_internal_wpf_OS_Object_1Equals(JNIEnv_* env, _jclass* that, Int32... | resolved fixed | 55c3140 | ["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-05-10T20:18:40Z | 2007-05-10T20:46:40Z |
154,036 | Bug 154036 [Browser] Cannot Edit a Html IFrame which is in swt | I created a SWT class to have a browser.I have set the text of the browser to html.The html has a link to a html page .This html page has a IFrame with design mode on . But I cannot edit this Iframe when I run the SWT.In normal html page the Iframe is editable. The code of swt class and html page is as shown below : im... | resolved fixed | 72cae96 | ["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-05-10T18:18:34Z | 2006-08-16T09:20:00Z |
185,534 | Bug 185534 Table sends MenuDetect twice | SWT-3.3M6 sends MenuDetect event twice on WinXP: One for MouseDown and one for MouseUp. This is not the case with SWT-3.2. Attached snippet produces this output for a single right click on a TableItem: Event {type=35 Table {} time=1044707109 data=null x=156 y=318 width=0 height=0 detail=0} Event {type=3 Table {} time=1... | resolved fixed | 6c60a1c | ["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-05-09T17:40:30Z | 2007-05-04T12:00:00Z |
181,937 | Bug 181937 [OLE] eclipse should handle accelerators before OLE controls | Build ID: 3.3M6 Steps To Reproduce: 1. Import attached plugin in PDE 2. Run it 3. You will find a menu, it binds to Ctrl+O. 4. Show "Internal web browser" view. 5. If you focus in URL input box, press Ctrl+O, it will pop a dialog. 6. If you focus on web page, press Ctrl+O, nothing happens. More information: | resolved fixed | 5291190 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleFrame.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-09T17:11:00Z | 2007-04-11T14:00:00Z |
186,054 | Bug 186054 [DND] Combo Drag-and-drop performed twice | null | resolved fixed | 03e9e6e | ["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 | 2007-05-08T23:25:07Z | 2007-05-09T00:20:00Z |
184,111 | Bug 184111 [DND] Not possible to drag multiple classes to a new package | Build ID: I20070323-1616 Steps To Reproduce: 1. Select multiple classes. 2. Attempt to drag them to a new package. 3. Only the class the cursor was over when starting to drag will be moved. More information: Most likely caused by the other classes being deselected when you press the left button to start dragging. | resolved fixed | aeb7ec0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/List.java", "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-05-08T23:22:23Z | 2007-04-25T19:40:00Z |
177,156 | Bug 177156 [Browser] The javascript 'top.close() ' crashes eclipse | null | resolved fixed | 9741424 | ["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-05-08T21:27:36Z | 2007-03-13T15:33:20Z |
186,034 | Bug 186034 NPE in Shell.filterProc | I20070508-0800 Need to save display in a local before sending Deactivate. java.lang.NullPointerException at org.eclipse.swt.widgets.Shell.filterProc(Shell.java:660) at org.eclipse.swt.widgets.Display.filterProc(Display.java:1457) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse... | resolved fixed | de18997 | ["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-05-08T20:34:30Z | 2007-05-08T21:33:20Z |
185,532 | Bug 185532 wrong selection length in owner drawn table | M7 WinXP - enable 'Use colors in labels' on Java > Appearance - open the 'Open Type' dialog (Ctrl + Shift + T) and enter 'A' - the selection is larger than the entry It has actually the same length as the largest so far seen entry When you scroll down and find a larger entry, the selection will become bigger | resolved fixed | 678527f | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-08T19:49:08Z | 2007-05-04T12:00:00Z |
185,313 | Bug 185313 Inconsistency with focus on selected action | 20070503 See the attached screenshot. Trees in vistas seem to not show the focus for selected element. They do it for tables. In my owner drawn tree I get SWT.FOCUSED so I draw the focus. Looks like SWT.FOCUSED should not be set. | resolved fixed | c653083 | ["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-08T14:42:34Z | 2007-05-03T11:00:00Z |
185,529 | Bug 185529 horizontal scrollbar missing in owner drawn tree | M7 - enable 'Use colors in labels' on Java > Appearance - look at the contents of a project in the package explorer: Horizontal scroll bars are missing. | resolved fixed | fcbe924 | ["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-08T14:24:56Z | 2007-05-04T12:00:00Z |
184,592 | Bug 184592 Calling List#setTopIndex() on Lists created with SWT.V_SCROLL scrambles the widget | When creating a List without the scrolling bits set a call to setTopIndex() make the widget look strange. | resolved fixed | 7110a28 | ["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-05-07T21:02:00Z | 2007-04-28T11:33:20Z |
185,617 | Bug 185617 [Presentations] AIOBE on CTabFolder setSelectionBackground | I20070503-1400 We get an AIOBE when starting Eclipse of a platform where the display has a bit depth of 8 (specifically AIX in our case). The problem seems to stem from the following lines in CTabFolder.setSelectionBackground : if (getDisplay().getDepth() < 15) { // Don't use gradients on low color displays colors = ne... | verified fixed | 07cfbab | ["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-05-07T16:05:33Z | 2007-05-04T20:20:00Z |
180,511 | Bug 180511 [typing] Editor flashes when extending selection by word with Ctrl+Shift+Right | I20070323-1616 (M6) The Java editor sometimes flashes when extending a selection by word with Ctrl+Shift+Right. Steps: - new workspace - copy attachment into clipboard - paste to Package Explorer - set caret to before first 'res.add(...' - press Ctrl+Shift+Arrow_Right until selection is 'res.add(new BindingProperty(thi... | resolved fixed | b38bfba | ["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-05-03T20:43:38Z | 2007-04-02T16:06:40Z |
178,779 | Bug 178779 [typing] IAE in JFaceTextUtil.getPartialTopIndex() | 3.3M5 While the projection viewer is handling widget disposal: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:3462) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.custom.StyledText.getOffsetAtLine(StyledText.java:... | resolved fixed | 0adc24b | ["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-05-03T20:07:54Z | 2007-03-22T13:26:40Z |
185,263 | Bug 185263 Link widget calculates incorrect width when "&" is part of text | Build ID: M20060629-1905 Steps To Reproduce: Try this: Link link = new Link (parent, SWT.NONE); link.setText ("Me && I"); The calculated width is incorrect and the "I" gets clipped. (you can put the <a> link brackets around it, but that doesn't matter). The text displayed is correctly: "Me & I" More information: This h... | resolved fixed | acba9fa | ["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-05-03T19:58:08Z | 2007-05-02T23:53:20Z |
185,090 | Bug 185090 Cannot Start (VM crash) | I20070501-0010 and I200702-0010 (works with I20070430-0800) On our Suse Linux box we get VM crash each time. This happens with our existing but also new workspaces. Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b02 mixed mode) | verified fixed | c7a2d35 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-05-02T20:20:42Z | 2007-05-02T12:46:40Z |
184,266 | Bug 184266 [Viewers] Tree on Extensions page initially scrolled to the right | I20070424-0930 - new workspace - import org.eclipse.jdt.ui as binary - open plugin.xml - go to Extensions tab - close editor - go back (Alt+Left) => tree is scrolled to the right; icons and '+'es not visible | verified fixed | a2fe246 | ["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-02T20:17:27Z | 2007-04-26T15:06:40Z |
184,922 | Bug 184922 GTK: crash when calling Table.getItemHeight() | Using SWT from HEAD, I got a crash. It is reproducible by playing around with the latest version of Quick Access (Ctrl-3). 1XMCURTHDINFO Current Thread Details NULL ---------------------- 3XMTHREADINFO "main" (TID:1006B9B8, sys_thread_t:8076848, state:R, native ID:401832A0) prio=6 4XESTACKTRACE at org.eclipse.swt.inter... | resolved fixed | 61fb4c4 | ["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-05-02T14:41:27Z | 2007-05-01T17:20:00Z |
184,836 | Bug 184836 Missing shell activation events | When swapping between eclipse and other apps (xterm, firefox) using ALT+TAB I get into this state where eclipse won't accept key strokes any more. typing in a java editor won't do anything. But clicking through eclipse (like the outline view) works. The Shell is active (highlighted) but the tab of the active view/edito... | verified fixed | a3631b7 | ["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-05-01T20:59:27Z | 2007-05-01T11:46:40Z |
184,774 | Bug 184774 Copy-paste error in SWT.RIGHT javadoc | The javadoc comments for SWT.RIGHT appear to be copied and pasted from SWT.LEFT: "This is a synonym for TRAIL (value is 1<<14)" 1<<14 is the value of SWT.LEAD. The value of SWT.TRAIL is 1<<17. | resolved fixed | 4af2fc6 | ["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 | 2007-04-30T20:15:11Z | 2007-04-30T19:06:40Z |
183,830 | Bug 183830 "Xlib: unexpected async reply" and deadlock in GLX.glXMakeCurrent(int, int, int) | Every so often our OpenGL program just locks up under Linux. "Xlib: unexpected async reply" is printed to stderr, and if we pause the program in the debugger we find that the main thread is deadlocked in GLCanvas.setCurrent()->GLX.glXMakeCurrent(int, int, int). | resolved fixed | 8cddb02 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/glx/org/eclipse/swt/internal/opengl/glx/GLX.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-30T16:15:01Z | 2007-04-24T18:40:00Z |
167,686 | Bug 167686 Background/Foreground Color style bit not respected without a border/scroll bar | I20061212-0010 Seen on both Solaris and Linux GTK Run the control example, go to Canvas. Click on H_SCROLL and V_SCROLL. Set background color and foreground color to something noticeable. Turn off H_SCROLL and V_SCROLL -> color goes away. Turn them back on -> color comes back. Turn them off and turn on BORDER -> color ... | resolved fixed | e1807a2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-27T20:46:26Z | 2006-12-12T16:13:20Z |
184,385 | Bug 184385 SetItemCount() in Table extremly slow on MacOSX when lowering itemcount | Build ID: I20070323-1616 Steps To Reproduce: 1. Create a virtual table, set itemcount to 30000 items. 2. Now set itemcount to 5 3. Go drink a coffee, you have enough time until the UI is ready again. More information: mac only, tested with 3.3M6, and 3.2 | resolved fixed | feb4a52 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/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-04-27T19:21:54Z | 2007-04-27T07:46:40Z |
160,292 | Bug 160292 NPE when opening existing workspace on Motif | null | resolved fixed | 1f1c8ee | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CBanner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-27T14:59:12Z | 2006-10-10T11:33:20Z |
172,792 | Bug 172792 Pressing Ctrl+PageUp or PageDown in Search Window crashes JVM | Build ID: M20060921-0945 Steps To Reproduce: 1. Open search (Ctrl+H) 2. Press Ctrl+PageUp or Ctrl+PageDown 3. JVM crashes More information: This is on Linux, Fedora Core 6, using JDK 1.6.0 (Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)) | resolved fixed | ebe9f6c | ["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/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-26T18:02:59Z | 2007-02-04T17:26:40Z |
178,495 | Bug 178495 [Browser] Control-N from Browser causes multiple errors. | Build ID: Eclipse3.2.1 Steps To Reproduce: 1.Create a Browser control with an url. 2.Click in the body (not on a link) in Browser - Focus needs to be in the body to reproduce 3.Get several error messages - "register faik". Click ok at each one to continue 4.Then get error - Java Plug-in Fatal Error - Cannot load class ... | resolved fixed | 54a06f0 | ["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-04-26T16:13:15Z | 2007-03-21T09:40:00Z |
136,332 | Bug 136332 Shell.getSize is wrong for non-decorated shells | null | resolved fixed | 15ddb33 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-25T19:11:50Z | 2006-04-12T13:53:20Z |
182,906 | Bug 182906 Table selection with CTRL+SHIFT does not send events | To reproduce the problem, have a table with the following items: item_1 item_2 item_3 item_4 item_4 - Click on item_1. Now item_1 is selected and the TableViewer notifies the SelectionListener - Hold CTRL and click on item_3. Now item_1 and item_3 is selected and the TableViewer notifies the SelectionListener - Hold CT... | resolved fixed | d7f7505 | ["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-04-24T22:49:53Z | 2007-04-18T09:53:20Z |
175,259 | Bug 175259 SWTException stacktrace misleading when in Display.syncExec | Build ID: M20060921-0945 Steps To Reproduce: 1. Run something outside the UI thread. 2. Issue a Display.syncExec(Runnable) 3. Throw an SWTException The resulting stack trace contains no information from where the Display.syncExec has been issued. This makes bug tracking quite difficult for a supporter. More information... | resolved fixed | 1fee8b5 | ["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 | 2007-04-24T21:29:33Z | 2007-02-23T11:26:40Z |
169,290 | Bug 169290 [browser] Different behavor of opening a PDF file when setting URL and clicking the URL | [Env] * RedHat EL4 WS Update 4 * Eclipse 3.3 M4 build. * Firefox 1.5.0.8 [Reproducable steps] 1. Start Eclipse. Open view "Internet Web Browser". 2. Use "Internet Web Broser", navigate to a web page contains a PDF link. 3. Click that PDF link, a file pick dialog pops, and then it starts downloading of you press ok. 4. ... | verified fixed | c490cd8 | ["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/nsIWebNavigationInfo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-24T20:39:09Z | 2006-12-31T04:40:00Z |
179,266 | Bug 179266 [Presentations] DBCS3.3: tab label "..." isn't added in 3.0 presentation | It look like a local ecommon issue. The new look simply truncation tab label string if it's too small. But 3.0 presentation has the same behavior. Driver: M6 Platform: WindowsXP Japanese, IBM JVM 5.0 SR4 ifix steps to recreate. 1- select "3.0 Presentation" for Current Presentaion at Preferences > General > Appearance 2... | closed fixed | 3b62eb4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-24T18:43:10Z | 2007-03-26T09:06:40Z |
180,621 | Bug 180621 overlap image transparency failure in 16bits color quality | Build ID: 3.2.2 Steps To Reproduce: 1. Open the Display's properties from Control Panel of Window XP; and confirm the Color quality is 32bits. 2. Copy the overlap.png to c:\, then run the snippet code from Eclipse PDE; 3. A window is open, and you will see the green circle block is shown on window. This is expect resul... | closed fixed | 666899c | ["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-04-24T16:38:31Z | 2007-04-03T06:00:00Z |
176,491 | Bug 176491 MessageBox consumes 100% CPU on Linux/GTK | Build ID: I20070209-1006 Steps To Reproduce: 1. Open a org.eclipse.swt.widgets.MessageBox 2. The CPU usage is 100% as long as the MessageBox is open More information: The messagebox was created like this: ... new MessageBox(shell, SWT.ICON_WARNING | SWT.YES | SWT.NO); Using SuSe 10, Gnome 2.12.2, GTK 2.8.10-39.22 | resolved fixed | 61e93ff | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/PrintDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/g... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-23T21:56:41Z | 2007-03-06T14:06:40Z |
179,105 | Bug 179105 Revert CTabItem unselected tab separator style for simple tabs | In M6 we introduced a change to the tab separator (vertical edge) style for both curvy and simple tabs, for the unselected tab case. Previously, unselected simple tabs just drew vertical lines for their separators. In discussing with Tod, we should revert to the 3.2 style for several reasons: 1) Those who pick simple t... | verified fixed | 45bd688 | ["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/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-23T20:00:55Z | 2007-03-23T20:00:00Z |
177,374 | Bug 177374 SEGV in libswt-pi-gtk-3330 | null | resolved fixed | 0da378d | ["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 | 2007-04-23T19:40:41Z | 2007-03-14T16:33:20Z |
178,008 | Bug 178008 Offsets when rendering text in a tree/table item | 20070319 When I use owner draw on a TreeItem or TableItem and want to draw text at the same location as where the native painter would draw the text, I need to know a x and y offset relative to the items bound. I believe the offsets depend on the OS and on the font used. | resolved fixed | a30a576 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emul... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-23T19:13:39Z | 2007-03-19T07:40:00Z |
178,388 | Bug 178388 CTabItem gets clipped on right hand side | build I20070320 The right hand side of the tab sometimes gets clipped. To reproduce, rezise a view stack with a few views narrow/wide. I am running with high DPI but not sure if that's the only combination that will create this. | verified fixed | 5df9f0d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-23T18:38:15Z | 2007-03-20T19:46:40Z |
182,748 | Bug 182748 StyledText cheese when redrawing selection in FULL_SELECTION mode | I20070410-1043 - new workspace - set an empty file as user dictionary - new project P - open P/.project - Select All - hover over "ent" of the closing "</comment>" tag until tooltip appears - move mouse to top => white area remains after "<projects>" - with the same procedure, the tooltip for "<comment>" correctly rest... | resolved fixed | 126e894 | ["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-04-23T18:19:14Z | 2007-04-17T14:26:40Z |
179,204 | Bug 179204 [OSX] Printer instance unusable after cancelJob() | null | resolved fixed | 7c39713 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/carbon/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-04-20T20:55:43Z | 2007-03-25T19:13:20Z |
182,777 | Bug 182777 Image.getImageData crashes VM in win32.OS.MoveMemory | Build ID: M20070212-1330 Steps To Reproduce: 1. Create large image 2. Allocate a lot of C heap memory 3. call image.getImageData() I've reproduced the bug with this action. It may be easier by using OS.HeapAlloc to consume the C heap memory. public void run(IAction action) { // 1. Create a large image. Display display ... | resolved fixed | 36d6fe1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Image.java", "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-04-20T20:13:10Z | 2007-04-17T17:13:20Z |
176,307 | Bug 176307 [Browser] SWT Browser crashes Eclipse if page contents set by setText contains a named anchor | Build ID: I20070222-0951 Steps To Reproduce: 1.Populate the SWT Browser using setText(), with content that includes a link to a named anchor (<a name="foo") elsewhere in the page 2.Run up the app and click on the link 3.Wait for a few seconds, there will be an invalid memory access reported in the logs and eclipse will... | resolved fixed | 71956c5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.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 | 2007-04-20T19:47:56Z | 2007-03-04T12:06:40Z |
183,254 | Bug 183254 Mac: calling TreeItem.setText can cause a SetData callback | Here is a stack trace of what I'm seeing. I don't think calling setText() should generate a callback. at java.lang.Thread.dumpStack(Thread.java:1176) at foo.Snippet172640$ViewContentProvider.updateElement(Snippet172640.java:132) at org.eclipse.jface.viewers.TreeViewer.virtualLazyUpdateWidget(TreeViewer.java:917) at org... | resolved fixed | 88aa582 | ["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/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-20T19:18:58Z | 2007-04-19T19:13:20Z |
183,253 | Bug 183253 protected methods in wpf version of TextTransfer are public in others | I notice there are methods in the wpf version of TextTransfer that are protected where they are public in the other versions (i.e. javaToNative, nativeToJava). Is this intentional? | resolved fixed | c3885ab | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/wpf/org/eclipse/swt/dnd/RTFTransfer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/wpf/org/eclipse/swt/dnd/TextTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-20T15:55:28Z | 2007-04-19T19:13:20Z |
183,280 | Bug 183280 TableCursor.paint() uses string != "", should be string.length() > 0 | Build ID: N20070405-0010 Steps To Reproduce: In browsing the code, I happened to notice that in class org.eclipse.swt.custom.TableCursor, function paint(Event) includes this code: String text = row.getText(columnIndex); if (text != "") { //$NON-NLS-1$ Of course it is not correct to use "!=" when comparing Java strings.... | resolved fixed | aa0f46e | ["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-04-19T20:56:38Z | 2007-04-19T22:00:00Z |
133,597 | Bug 133597 column resize cursor shows at wrong position | - run the snippet below - hover over the column separator in the header and note that the cursor does not change to the resize image (it should change), though if you now mouse down here and drag the column will resize properly - now if you slowly move the mouse to the left within the header you'll find a spot where th... | resolved fixed | 5accd1c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-19T03:08:25Z | 2006-03-28T15:33:20Z |
182,990 | Bug 182990 NullPointerException in monitorEnumProc() in Class Display | Description: The method getMonitors is not reentrant if multiple user interface threads are used. The variable 'monitors' is static and could be set to null by an other thread while one thread still executes getMonitors. This will result in a NullPointerException. StackTrace: java.lang.NullPointerException at org.eclip... | resolved fixed | b85033d | ["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-04-18T23:37:44Z | 2007-04-18T15:26:40Z |
182,991 | Bug 182991 widget is disposed exception when disposing TableEditor | null | resolved fixed | f1a7f0c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableEditor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/Tree... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-18T23:18:53Z | 2007-04-18T15:26:40Z |
119,109 | Bug 119109 KeyEvent.doit does not work for a CCombo | I want to perform an action for a specific key sequence (Ctrl+Space). I do not want the space character to appear in the CCombo. Using the following code in a KeyListener does not work: public void keyPressed(KeyEvent event) { if (event.stateMask == SWT.CTRL && event.keyCode == ' ') { event.doit = false; // rest of cod... | resolved fixed | 37a4190 | ["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-04-18T08:19:06Z | 2005-12-02T21:46:40Z |
182,810 | Bug 182810 [OpenGL] GLCanvas.isCurrent() always returns false on Windows | On Windows, the following bit of code is an infinite loop. On Linux, it is not. while (!myGLCanvas.isCurrent()) myGLCanvas.setCurrent(); In other words, GLCanvas.isCurrent() always returns false on Windows, even if GLCanvas.setCurrent() has just been called. This is a big problem for us because GLCanvas.setCurrent() do... | resolved fixed | 0894512 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OpenGL/win32/org/eclipse/swt/opengl/GLCanvas.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-18T05:51:16Z | 2007-04-17T20:00:00Z |
169,291 | Bug 169291 [DnD] Combo: Incorrect DragStart when mouse hover still inside combo region | [Env] Win XP SP2 Eclipse 3.2.1 [Step to reproduce] 1. Create a Combo, set to DragSource object. 2. Add DragListener to a combo. 3. Run it. Input some text in the combo. 4. Use mouse to select some typed text chars. [Result:] * A dragstart is triggered, no matter the mouse hover is inside the combo region of out of comb... | resolved fixed | 65c6efa | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-17T21:27:17Z | 2006-12-31T04:40:00Z |
82,500 | Bug 82500 TabFolder should not use PtCalcCanvas in getClientArea | Due to the nature of the widget PtPanelGroup, you cannot use PtCalcCanvas to get the widgets drawing area. There is a limitation in photon where you cannot draw a surface outside of a widgets canvas. The tabs are control surfaces. Therefore if you use PtCalcCanvas to determine the drawing area, you will overwrite the t... | resolved fixed | a3530e1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/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-04-17T20:14:27Z | 2005-01-10T20:46:40Z |
180,674 | Bug 180674 [Presentations] Many colors allocated over and over again when opening same editor | Build 3.3M6 This is not a leak. Using SWT sleak tool, I noticed some colour allocations which I was wondering whether they were intentional. - Basically, I have an editor open already (any unit will do) which has focus. - Use 'ctrl-shift-T' to open OpenType dialog - Type in the same unit name to re-open on the same fil... | verified fixed | 7f6898e | ["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/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-17T15:50:23Z | 2007-04-03T11:33:20Z |
182,498 | Bug 182498 org.eclipse.swt.widgets.Text is not editable and set a _foreground_ color, the background color changes to default. | Build ID: S-3.3M6-200703231616 Steps To Reproduce: 1. text.setEditable(false); -> background will turn gray 2. text.setForeground(display.getSystemColor(SWT.COLOR_YELLOW)); -> background will be default | resolved fixed | ca61164 | ["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-04-16T22:14:23Z | 2007-04-16T07:53:20Z |
178,766 | Bug 178766 ToolTip jumps around | When I move my mouse across my editor tabs, the tooltips that show up there also flicker along the tabs/toolbars in the view stack that hols the Problems view. PW | resolved fixed | e3526c0 | ["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/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widget... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-16T19:49:42Z | 2007-03-22T10:40:00Z |
81,467 | Bug 81467 Draw2D fails to print on Mac OSX 10.3 | I am trying to print out a figure using Draw2D. I have the code working under Windows XP. It is a standalone application using SWT (3062) and the Draw2D jar (3.0.0). The code is below (it's sloppy, but this is just a prototyping application to make sure everything works). The interesting part is: PrintDialog dialog = n... | resolved fixed | 00abb15 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/carbon/org/eclipse/swt/printing/Printer.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.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-04-16T19:40:36Z | 2004-12-16T20:46:40Z |
96,244 | Bug 96244 [Program] Program.findProgram does not pick up customized applications for file extensions | Program.findProgram always seems to use the Open action for a file extension, even if the user has selected a different program using "Open With->Choose Program" in Windows Explorer and saying "Always use the selected program to open this kind of file". It isn't obvious to me where this customization is stored in the r... | resolved fixed | 4c43528 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/win32/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-16T15:24:09Z | 2005-05-22T16:40:00Z |
181,931 | Bug 181931 double-click after opening brace does not select all block | Version: 3.3.0 Build id: I20070410-1043 J2RE 5.0 IBM J9 2.3 Windows XP x86-32 build j9vmwi3223-2007020 test scenario: - open a Java file - at the beginning of a method, or try block, place the cursor after the opening brace { - double click --> only the current line gets selected, whereas I expect the whole block to be... | resolved fixed | d4f955a | ["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-04-13T20:15:35Z | 2007-04-11T14:00:00Z |
143,707 | Bug 143707 sorted Table column background overrides TableItem background | 3.2RC5 - run the snippet below, which sets the first column to be the sort column, and the second item's background to red - note that the red background does not appear in the second item's first column, as a result of the column's special "I'm being sorted" background - it seems like a custom set background should ov... | resolved fixed | 4bf9ead | ["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-04-13T18:31:15Z | 2006-05-25T15:13:20Z |
156,817 | Bug 156817 Background-Color of TreeItem should override Sort-Column-Color | Eclipse 3.2 This Snippet demonstrates the problem: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Tree t = new Tree(shell, SWT.FULL_SELECTION); t.setHeaderVisible(true); TreeColumn col1 = new TreeColumn(t... | resolved fixed | 81b80aa | ["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-04-13T18:29:09Z | 2006-09-10T20:26:40Z |
181,302 | Bug 181302 [Linux] SWT Deactivate event no longer fired when a Shell is deactivated | This is blocking TPTP's Automated GUI Recorder form recording on Shells in Linux. Eclipse SDK Build ID: I20070323-1616 Please see attached test case. To reproduce: 1) Import this plugin into Eclipse 2) Launch an eclipse application (to show example test case) 3) Select the Run Test Case Menu > Run Example option 4) You... | resolved fixed | 54e437b | ["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-04-12T21:53:21Z | 2007-04-05T19:06:40Z |
182,001 | Bug 182001 Whacky behaviour in the update manager with WPF drop of Eclipse on Windows Vista | Eclipse SDK Version: 3.3.0 Build id: I20070410-1043 (I first noticed this with 3.3M6) Windows Vista I've accessed the Europa update site. When I get to the tree of features, some are already selected. As I select/deselect features, other features are selected (i.e., their checkboxes get checked). It's basically unusabl... | resolved fixed | ed214cb | ["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 | 2007-04-12T18:14:45Z | 2007-04-11T19:33:20Z |
181,405 | Bug 181405 [Browser] Opening web page with applet causes Eclipse to hang | Build ID: I20061214-1445 Steps To Reproduce: 1. Open the attached html file in the Eclipse with the embedded web browser 2. Eclipse should hang with CPU at 100% More information: If you open the attached html file with IE or Firefox you do not get the hang. | resolved fixed | 89d7787 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-11T20:51:56Z | 2007-04-06T14:33:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.