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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
176,167 | Bug 176167 Form's BusyIndicator hangs workbench on GTK | 3.3M5 Using the form editor's BusyIndicator hangs the workbench on GTK. Not using busy indication made the problem go away, the following was in the log: Xlib: unexpected async reply (sequence 0x83d9)! Xlib: unexpected async reply (sequence 0x83da)! Xlib: unexpected async reply (sequence 0x8e58)! Xlib: unexpected async... | resolved fixed | ac97e9d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-05T20:04:53Z | 2007-03-02T12:53:20Z |
167,301 | Bug 167301 AddFontResourceEx missing for ANSI in OS | According to MSDN, AddFontResourceEx is implemented as both Unicode and ANSI. However, it is unsupported in Windows 95/98/Me, only included in Windows 2000 and later. The older AddFontResource is implemented as both Unicode and ANSI. We currently implement AddFontResourceExW. Also, RemoveFontResourceExA is not implemen... | resolved fixed | a2be781 | ["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/graphics/Device.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-05T15:33:41Z | 2006-12-08T23:20:00Z |
162,578 | Bug 162578 [Browser] Changing status message in Ubuntu's built-in Firefox browser doesn't work | Hi, I used to use SWT browser on Linux with Mozilla 1.7.3 GTK2, and everything was OK, but when I switched to Firefox (the version which is available with Ububtu Dapper 6.06), a problem occurs: Either the JavaScript in my page (loaded in the Browser widget), cannot change the status text, or SWT does not handle the eve... | resolved fixed | 3d9c2cb | ["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-05T10:02:51Z | 2006-10-27T17:26:40Z |
180,977 | Bug 180977 Cannot get font foreground colors | On Windows at least the font selection dialog will allow us to select a font colour but the API does not allow us to access this colour. As a result we need to use seperate preferences for font style and colour which can be confusing to the user when they see the color in the selection dialog. | resolved wontfix | bc23efb | ["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-04T23:59:22Z | 2007-04-04T15:20:00Z |
178,757 | Bug 178757 [consistency] TableColum/TreeColumns last resize listener called when control is resized | If you add an resize listener to a Table/TreeColumn on Linux Gtk it is called when the control is resized. On MacOSX and WinXP this is not happening. | resolved fixed | 466dc17 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.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-04-04T21:26:47Z | 2007-03-22T10:40:00Z |
151,891 | Bug 151891 Table.computeSize returns wrong value on GTK | null | resolved fixed | ca532f8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.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-04-04T21:20:40Z | 2006-07-26T18:53:20Z |
180,821 | Bug 180821 Eclipse won't start due to error in System.Windows.FontStretch.FromOpenTypeStretch | Build: I20070403 This WPF build fails to start the workbench. There are hundreds of errors on stdout/stderr, and a number of errors in the log. Here is a sample of the errors that appear on stderr: LEAK -> 99=#FF5F3F5F type=System.Windows.Media.Color java.lang.Exception at org.eclipse.swt.internal.wpf.OS.Color_FromArgb... | resolved fixed | 59c942d | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/graphics/FontData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-04T18:26:53Z | 2007-04-03T22:40:00Z |
180,376 | Bug 180376 Eclipse/SWT crashes the JVM | null | resolved fixed | cdbd1ce | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-04-04T16:13:14Z | 2007-04-01T15:06:40Z |
180,773 | Bug 180773 CTabFolder's getSelection() javadocs is incorrect | The current javadocs says that an empty array will be returned if nothing has been selected. In reality, the return type is a CTabItem (so returning an array is impossible to begin with), and the actual return value for a CTabFolder with no selection is null. | resolved fixed | 53107e2 | ["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-04-03T20:10:39Z | 2007-04-03T19:53:20Z |
180,615 | Bug 180615 too many paint events have been sent out when key down in Canvas | Build ID: I20070306-1200 Steps To Reproduce: 1. Write a simple example using Canvas 2. Listen to key down and paint event 3. Holding down the arrow down key, you will find too many paint events have been sent out, key down event and paint event are alternate. 4. If you run this in build I20070222-0951, it only sends ou... | verified fixed | b8d6fab | ["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-04-03T18:07:05Z | 2007-04-03T06:00:00Z |
180,540 | Bug 180540 Default behaviour for FileDialog different on Vista | I'm using Windows Vista with Eclipse 3.3M6 WPF running. When you try to import a team project set and click the "browse" button to locate the psf file, it shows a "Save As" Dialog. I dug into the implementation org.eclipse.team.internal.ui.wizards.ImportProjectSetMainPage and discovered that they are using the single-a... | resolved fixed | 67fc3a6 | ["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-04-03T14:22:35Z | 2007-04-02T18:53:20Z |
177,123 | Bug 177123 Disposed TableEditor recieves resize event and crashes | TableEditor.ControlMoved is called for disposed editor. It calls TableEditor._resize()(in the last version "_resize" is renamed to "layout"). void _resize () { if (table.isDisposed()) return; if (item == null || item.isDisposed()) return; int columnCount = table.getColumnCount(); if (columnCount == 0 && column != 0) re... | resolved fixed | 25905b4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ControlEditor.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/TableT... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-31T15:13:49Z | 2007-03-13T10:00:00Z |
180,204 | Bug 180204 Tree with style SWT.VIRTUAL | SWT.CHECK doesn't correctly check nodes without children | Build ID: M20070212-1330 Steps To Reproduce: 1. see attached code sample 2. run code sample 3. you should see a tree where every node which ends with "2" has no children. 4. the nodes without children have no checkmark, even though the code explicitely does item.setChecked(true) for every node 5. minimize/maximize the ... | verified fixed | 04e0144 | ["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-03-30T20:17:31Z | 2007-03-30T13:06:40Z |
180,221 | Bug 180221 Combo sends out multiple MouseEnter/MouseExit events | If you add a Listener for MouseEnter and MouseExit events to a Combo, you will get an Enter/Exit when you go over the box and another one when you go over the drop down arrow button. | resolved fixed | 275c013 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.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/Expa... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-30T15:59:09Z | 2007-03-30T15:53:20Z |
180,181 | Bug 180181 Javadoc warnings in N20070330-0010 | /builds/N200703300010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:2581: warning - Tag @see: Class or Package not found: FULL_SELECTION /builds/N200703300010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java... | resolved fixed | 815d8a0 | ["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-03-30T13:25:08Z | 2007-03-30T13:06:40Z |
179,794 | Bug 179794 Screen cheese in ControlExample when resizing Table with PaintItem listener | I20070327-0800 - ControlExample > Table - enable PaintItem listener - click Size > 50 X 50 => original table area is not redrawn | resolved fixed | 8cdddf7 | ["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-03-28T19:54:05Z | 2007-03-28T16:40:00Z |
176,792 | Bug 176792 [OLE] org.eclipse.swt.internal.ole.win32.ComObject misbehavior in multithreaded application | org.eclipse.swt.internal.ole.win32.ComObject constructor accesses to Callbacks and ObjectMap static fields. In multithreaded applications this sometimes leads to org.eclipse.swt.SWTError exceptions with message "No more callbacks". Solution Enclose constructor code in synchronized block public COMObject(int[] argCounts... | resolved fixed | fed4205 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/internal/ole/win32/COMObject.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-27T21:41:08Z | 2007-03-09T08:46:40Z |
179,177 | Bug 179177 List.setTopIndex() should not leave excess space at bottom | On OS X, when CCombo calls list.setTopIndex and the number of items in the drop down is smaller than visibleItemCount, the list turns on its scrollbars and ends up in a strange looking state. There is an easy fix for this -- specifically, checking to make sure that top index <= (list.getItemCount() - visibleItemCount).... | resolved fixed | 59a77a7 | ["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"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-27T21:28:51Z | 2007-03-25T05:20:00Z |
179,448 | Bug 179448 Japanese monospace/fixed witdth fonts such as Osaka-Mono are not shown properly. | Environment: Mac OSX 10.4.9/ Eclipse 3.3M6 on Japanse Mac OSX. Java editor does not display Japanese fonts properly while scrolling editor window or editing source code text. Procedure to reproduce: 1. Launch Eclipse 2. Go to Preferences>General>Appearance>Colors and Fonts, and see 'Basic' category in the right pane. 3... | resolved fixed | bd7e3d9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-27T19:14:46Z | 2007-03-27T07:20:00Z |
169,293 | Bug 169293 [browser] AD pop-up doesn't show if flash plug-in not installed.(No OpenWindow listener) | null | verified fixed | 2af93db | ["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-03-27T16:37:48Z | 2006-12-31T04:40:00Z |
14,654 | Bug 14654 [typing] Single line selection on triple-click | This is a common and convenient behavior for text editors/IDEs which is missing. Would be nice to have it. Switching to keyboard and doing "shift+arrow down" seems like a lot more effort for achieving the same effect. | verified fixed | 56d7d44 | ["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-03-26T21:09:57Z | 2002-04-25T18:40:00Z |
178,134 | Bug 178134 [browser] Mozilla: reimplement hooking of DOM listeners | null | resolved fixed | 0b913a5 | ["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-03-26T20:42:24Z | 2007-03-19T18:46:40Z |
178,735 | Bug 178735 [DND] Stops working by simply adding an EraseItem Listener in Tree | Tested with 3.3 M5 and I20070321-0010 (seems to fail on Vista too). Consider this snippet: import org.eclipse.swt.SWT; import org.eclipse.swt.dnd.DND; import org.eclipse.swt.dnd.DragSource; import org.eclipse.swt.dnd.DragSourceEvent; import org.eclipse.swt.dnd.DragSourceListener; import org.eclipse.swt.dnd.DropTarget; ... | resolved fixed | d166183 | ["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-03-26T18:57:39Z | 2007-03-22T07:53:20Z |
179,161 | Bug 179161 Program.findProgram(String extension) should gracefully handle long input | The RegistryKey .net class does some pre-validation before actually hitting the registry. It would be nice to do something similar in the java layer before calling OS.RegistryKey_OpenSubKey - ideally not only in Program.findProgram but as a common sanity check. I believe the non-wpf win32 version returns null. e.g. Str... | resolved fixed | 1852959 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/wpf/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-03-26T14:37:37Z | 2007-03-24T18:13:20Z |
177,389 | Bug 177389 CTabItem: Tabs on bottom draw with a diagonal line | We are always assuming tabs on top in the 3.3 presentation. Screenshot to follow | verified fixed | 3ee0e96 | ["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-03-22T20:01:42Z | 2007-03-14T19:20:00Z |
172,832 | Bug 172832 GC.getClipping( ) difference GTK / Windows | Build ID: M20060629-1905 Steps To Reproduce: 1. Launch snippet48 (image scrolling) on a Windows platform and observe gc.getClipping() value each time a paint event occurs. 2. Launch snippet48 (image scrolling) on a Linux Gnome platform and observe gc.getClipping() value each time a paint event occurs. 3. On the Linux, ... | resolved fixed | beac15d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-22T18:25:56Z | 2007-02-05T07:20:00Z |
178,705 | Bug 178705 Javadoc warnings in I20070321-1800 | /builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD /builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/comm... | resolved fixed | fdde1d5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/MovementListener.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-22T16:17:29Z | 2007-03-22T02:20:00Z |
178,326 | Bug 178326 Last tab on the right of CTabFolder draws badly. | null | verified fixed | 1cbe75f | ["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-03-22T16:12:23Z | 2007-03-20T17:00:00Z |
177,210 | Bug 177210 Stack overflow in StyledTextRenderer | change the Java Editor Font to 11pt Segoe UI font and Eclipse crashes with a stack overflow Here's the stack: java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java:1158) at org.eclipse.swt.graphics.TextLayout.computeRuns(TextLayout.java:105) at org.eclipse.swt.graphics.TextLayout.getLineCount(TextL... | resolved fixed | adfaa52 | ["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/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-03-21T20:04:15Z | 2007-03-13T21:06:40Z |
178,597 | Bug 178597 Error Message in Console (gtkcellview.c) | I20070320-0010 I get the following message when starting up the ControlExample: (SWT:9891): Gtk-CRITICAL **: file gtkcellview.c: line 707: assertion `info != NULL` failed | resolved fixed | da3475d | ["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-03-21T19:02:24Z | 2007-03-21T18:00:00Z |
178,325 | Bug 178325 ControlExample Tree tab forgets "Moveable Columns" attribute | 3.3M6 test build - run the control example, go to the Tree tab - select all of the checkboxes in the "Other" group - change the Tree's style to SWT.MULTI - note that all of the checkboxes in the "Other" group except for "Moveable Columns" stay checked - on the Table tab this item stays checked with these steps | resolved fixed | 5d03846 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TreeTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-21T15:45:54Z | 2007-03-20T17:00:00Z |
174,180 | Bug 174180 Table.getItem(Point) always returns null when first column is 0 pixels wide | Build ID: M20060921-0945 Steps To Reproduce: This snippet shows the bug. It should print out the item to stdout when hovering, but when the width is 0, it always gets null. This snippet works properly on Windows and GTK. import org.eclipse.swt.SWT; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.events... | resolved fixed | 521690c | ["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-03-21T15:07:58Z | 2007-02-14T16:20:00Z |
178,426 | Bug 178426 [DND] DragSourceEffect creates cheese | Build ID: I20070222-0951 Steps To Reproduce: 1. Run the attached snippet. 2. Open another window (ie. a cmd shell) and place it just to the right of the button in the snippet. 3. Start dragging the button while the cmd shell is still on top of the swt snippet shell Bug: notice there is cheese left behind where the imag... | resolved fixed | 30a7780 | ["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-03-20T22:59:07Z | 2007-03-20T19:46:40Z |
178,180 | Bug 178180 SWT browser in linux should load plugins under MOZ_PLUGIN_PATH | Build ID: 3.3.0.v3329 Steps To Reproduce: Can not config where to put plugins. Need a system variable to customize it. More information: | resolved fixed | 309b926 | ["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/browser/SimpleEnumerator.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/SingletonEnumerator.jav... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-20T20:07:49Z | 2007-03-20T05:53:20Z |
178,364 | Bug 178364 Type-o in Snippet260 | Snippet 260 has a type-o: System.out.println("Count not instantiate Browser: " + e.getMessage()); should read: System.out.println("Could not instantiate Browser: " + e.getMessage()); | verified fixed | e170e2b | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet128.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet136.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet137.java", "examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet15... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-20T18:11:59Z | 2007-03-20T17:00:00Z |
177,885 | Bug 177885 DBCS3.3: corruptions in editor on WindowsVista | If "Show whitespace characters" is turned on, editor display corruption by scrolling or double clicking. Driver: eclipse-SDK-3.3-I20070313-1051, Sun JVM 1.5.0_11. WindowsVista Business Japanese (Windows Aero is turned on) steps to recreate 1- turn on "Show whitespace characters" at Preferences > General > Editors > Tex... | closed fixed | dd68755 | ["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-03-20T18:10:14Z | 2007-03-17T08:26:40Z |
178,185 | Bug 178185 Tabs in Debug configurations are messed up | Run > Open Run Dialog... from the top menu. The tabs in launch configurations look messed up. I get the following exception below upon opening: eclipse.buildId=I20070320-0010 java.version=1.5.0_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -startu... | resolved fixed | b04c6be | ["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-03-20T14:57:17Z | 2007-03-20T05:53:20Z |
178,115 | Bug 178115 Javadoc warnings in I20070319-1005 | /builds/I200703191005/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD /builds/I200703191005/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse... | resolved fixed | 4d16ce5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/MovementListener.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-19T20:55:32Z | 2007-03-19T18:46:40Z |
177,858 | Bug 177858 Contributions to CTabFolder, CTabItem: add highlight, remove ellipses, icon always showing, right edge of tab rounded | null | verified fixed | 945c1cc | ["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-03-19T18:06:29Z | 2007-03-17T00:06:40Z |
176,719 | Bug 176719 Display.getActiveShell() returns different results on Windows compared to Linux | Build ID: M20060921-0945 Steps To Reproduce: I'm using a combo box control and have implemented the modifyText() method of a ModifyListener. In that method I get the active shell by calling PlatformUI.getWorkbench().getDisplay().getActiveShell(). On Windows XP this returns a Shell, but on Linux gtk it returns null. Sho... | resolved fixed | e761358 | ["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"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-16T21:46:53Z | 2007-03-08T16:06:40Z |
177,223 | Bug 177223 [DND] DropTargetEffect API | Build ID: I20070209-1006 In the DropTargetEffect class method Item #getItem(int x, int y) has package level access. Can the access modifier be changed to either protected or public level access so extending class may override the behavior and provide their own handling. #getItem() is called by the framework to populate... | resolved fixed | 346d32d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/common/org/eclipse/swt/dnd/DropTargetEffect.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-16T20:21:14Z | 2007-03-13T21:06:40Z |
170,393 | Bug 170393 CTabFolder display bugs | Some display bugs in CTabFolder: 1. When resizing this window to be thinner, and then thicker, the upper right pixel (the "rounding-corner-pixel" in CtabFolder #1 in snippet) creates pixel cheese. 2. There is no "rounding-corner-pixel" in the bottom right corner when the CTabFolder position is set to SWT.BOTTOM which s... | resolved fixed | 23cd446 | ["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-03-16T19:39:19Z | 2007-01-13T20:26:40Z |
177,531 | Bug 177531 Custom draw problems with focus item in Tree and Table | null | resolved fixed | 2cba2e6 | ["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-03-16T14:47:48Z | 2007-03-15T12:00:00Z |
176,115 | Bug 176115 Combo with SWT.READ_ONLY does not trigger ModifyEvent | Build ID: 3.3 M5 Steps To Reproduce: 1. Create a combo box with SWT.READ_ONLY property and prepopulate it with some data 2. Call addModifyListener on it. Do something in modifyText(). 3. Run your sample and pick an element in the combo box. modifyText() never gets called. More information: This used to work on XP and S... | verified fixed | 1c870e8 | ["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-03-15T22:30:56Z | 2007-03-01T23:00:00Z |
176,609 | Bug 176609 custom drawn Table with SWT.Virtual items performs to much paint-events | Build ID: M20060911-0945 Steps To Reproduce: custom drawn Table with SWT.Virtual items performs to much paint-events NOTE: TESTED ONLY ON WIN32 PLATTFORM 1. Create display - shell - and a Table widget with SWT.VIRTUAL style 1.1 add 2 columns and some items to the table 2. add listeners for customdrawing: table.addListe... | resolved fixed | 401f04d | ["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-03-13T17:13:11Z | 2007-03-07T15:06:40Z |
177,065 | Bug 177065 ToolItem Image not painted disabled on Mac OS X (when the ToolItem is set to be disabled) | Build ID: I20070222-0951 Steps To Reproduce: 1. Create a ToolItem. 2. Set its image to an existing Image using ToolItem#setImage(Image). 3. Disable the ToolItem using ToolItem#setEnabled(boolean) (e.g. toolItem.setEnabled(false)). More information: The visual appearance of the Image of the ToolItem always suggests that... | resolved fixed | 159be9a | ["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/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-13T15:39:25Z | 2007-03-12T20:06:40Z |
176,417 | Bug 176417 SWT Tree#setTopItem(TreeItem) on Mac OS X doesn't take the header height into account | Build ID: I20070222-0951 Steps To Reproduce: 1. Initialize a Tree instance. 2. Make sure the Tree instance from step 1. is configured to have its header visible using Tree#setHeaderVisible(boolean) 3. Initialize a TreeColumn instance parented by the Tree instance from step 1. 4. Populate the Tree instance from step 1 w... | resolved fixed | c49c0b0 | ["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-03-13T15:00:43Z | 2007-03-05T21:26:40Z |
176,510 | Bug 176510 SWT (vertical) ScrollBar of Tree on Mac OS X will not fire SWT.Selection on mouse-wheel movements | Build ID: I20070222-0951 Steps To Reproduce: 1. Initialize a Tree instance and configure it so that its vertical scroll bar is visible, enabled and actually scrolls through the contents of the Tree (i.e. there should be more TreeItems than fitting the visible/client area of the Tree). 2. Setup listening for SWT.Selecti... | resolved fixed | f3b46c5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-13T14:52:51Z | 2007-03-06T16:53:20Z |
175,707 | Bug 175707 removing MeasureItem listener and clearing items inverts table | - run the snippet below and push the button public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); shell.setBounds(10, 10, 220, 290); shell.setLayout(new GridLayout()); final Table table = new Table(shell, SWT.NONE); table.setLinesVisible(true); final Listener ... | resolved fixed | 0b1980a | ["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-03-12T19:25:19Z | 2007-02-27T15:26:40Z |
176,594 | Bug 176594 Crash with an SWT program | null | resolved fixed | 16d9334 | ["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-03-09T22:41:52Z | 2007-03-07T12:20:00Z |
139,987 | Bug 139987 [browser] unable to copy&paste text in browser widget | It isnt possible to copy&paste text from / to browser widget. E.g. you can't select text from the shown website and copy it to another application or paste existing clipboard content into <input type="text"... or <textarea>. You can't select text from the shown website at all. I've tried both command-c (apple-c) and th... | resolved fixed | f35602d | ["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-03-05T22:18:43Z | 2006-05-03T15:26:40Z |
175,870 | Bug 175870 Eclipse gets SIGSEGV | null | resolved fixed | cf0ef48 | ["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-03-02T20:59:11Z | 2007-02-28T19:13:20Z |
151,454 | Bug 151454 custom draw resulting from checkbox click does not appear (motif) | - run the snippet below - click the item's checkbox, which changes how the item custom draws itself - the MeasureItem and PaintItem callbacks in the snippet do get invoked as expected, but the 'X' image that is painted in PaintItem does not appear until the item is damaged public static void main(String[] args) { Displ... | resolved fixed | d01e396 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java", "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/Tree.java", "bundles/org.eclipse.swt/Ecl... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-03-01T22:06:45Z | 2006-07-21T19:26:40Z |
176,032 | Bug 176032 NPE in Mozilla create | I am using last night's nightly build and I received an NPE. I had just un-maximized the editor area and had my cursor over a java file. eclipse.buildId=N20070301-0010 java.fullversion=J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20061001 (JIT enabled) J9VM - 20060915_08260_lHdSMR JIT - 20060908_1811_r8 GC - 20060906_... | resolved fixed | b765c2d | ["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-03-01T17:09:16Z | 2007-03-01T14:40:00Z |
174,395 | Bug 174395 [Browser] SWTError (XPCOM error -2147467259) when using the SWT 3.3 Broswer widget on Linux with Mozilla 1.7.8 | SWTError (XPCOM error -2147467259) when using the SWT 3.3 Broswer widget on Linux with Mozilla 1.7.8 When using the eclipse-SDK-I20070123-1715 driver, creaating a SWT Browser widget causes the following exception: org.eclipse.swt.SWTError: XPCOM error -2147467259 at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:13... | closed fixed | 96d4c6f | ["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/XPCOMInit.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-23T18:55:37Z | 2007-02-16T01:40:00Z |
173,782 | Bug 173782 [Browser] Excessive memory from Browser widget on GTK | Build ID: I20070209-1006 (3.3M5) Steps To Reproduce: 1. Open a system monitor application (I used System Monitor on Gnome). 2. Open a Task editor from the Task List (the Bug tracker is Bugzilla). 3. Notice that resident memory usage increases by 100+ MB. 4. Repeat 2 and 3 a few times. Each added Task editor increases m... | resolved fixed | 2e01816 | ["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/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/SingletonEnumerator.java", "bund... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-22T21:50:28Z | 2007-02-11T13:20:00Z |
173,371 | Bug 173371 [OLE] OleClientSite fails open document if Microsoft Word is not installed | The OleClientSite constructor which takes a File, in one particular code path, attempts to look up a CLSID for "Word.Document" (the Microsoft Word ProgID). It's doing this to determine whether to use the default CONTENTS stream in an OLE storage, or to use "WordDocument", which is where Word puts it's own stuff. The co... | resolved fixed | 13409fc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-21T20:42:46Z | 2007-02-07T23:13:20Z |
162,015 | Bug 162015 infinite loop of repaint events on canvas view in plugin | setting up a view with a canvas, I get a infinite loop of repaint events, if I set the background color of the canvas in the paint adapter. The problem does not occur on WinXp. I created a minimal example plugin, but I dont know how to attach it to the report. However, the following lines of code in the paint adapter c... | resolved fixed | 8afcdcd | ["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-02-20T21:22:24Z | 2006-10-23T21:46:40Z |
165,106 | Bug 165106 [consistency] Combo.setItems(...) | On OS X when Combo.setItems(...) is invoked the text is not removed. On GTK when Combo.setItems(...) is invoked the text is removed. I haven't tested ths on XP. This was tested on the Eclipse integration build for 20061114. Attaching test case... | resolved fixed | f989671 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-20T21:02:29Z | 2006-11-19T23:46:40Z |
171,562 | Bug 171562 IllegalArgumentException when resizing a sashform with a table within | 3.3M2 This has been reported by a user of SWT on OSX after resizing a SashForm with a Table within it. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3391) at org.eclipse.swt.SWT.error(SWT.java:3330) at org.eclipse.swt.SWT.error(SWT.java:3301) at org.eclipse.swt.graphics.Re... | resolved fixed | 60f5828 | ["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-02-20T20:35:10Z | 2007-01-24T17:33:20Z |
174,569 | Bug 174569 Baseline for new Search field text doesn't match Mac platform | Build ID: I20070209-1006 Steps To Reproduce: Just compare to a native Cocoa search field More information: | resolved fixed | 4baec44 | ["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", "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-02-20T17:50:27Z | 2007-02-18T03:40:00Z |
77,174 | Bug 77174 Reparenting support on MacOS X | Currenly reparenting is not supported on MacOS X/Carbon implementation. | resolved fixed | cea7ad4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/or... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-20T16:58:05Z | 2004-10-28T10:40:00Z |
173,573 | Bug 173573 Disposing image during printing crashes SWT on MacOS | Build ID: 3.2.1 build v 3235 Steps To Reproduce: Run this program - you can just hit Preview to make it die, don't actually have to use a real printer. import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.*; import org.eclipse.swt.printing.*; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets... | resolved fixed | 09a07ac | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Image.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-02-19T19:11:24Z | 2007-02-09T00:13:20Z |
174,565 | Bug 174565 [Patch] SWT Javadoc: Some typos/minor errors (Part 3) | Several more typos/minor errors in the public SWT Javadoc. Please see the attached patch (win32 and common only). | resolved fixed | 14236e8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/VisibilityWindowListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WindowEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TableDragSource... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-19T18:07:05Z | 2007-02-18T00:53:20Z |
174,130 | Bug 174130 Transparent PNG corruption with SWT 3.2 | When upgrading from SWT 3.1 to SWT 3.2 we have a problem with displaying PNG images that contain transparent regions. The transparent pixels often become corrupt and at times we see a "shadow" of previously displayed images in the background. | resolved fixed | c774e3f | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/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-02-16T22:39:27Z | 2007-02-14T08:00:00Z |
174,467 | Bug 174467 Drag source image effect does not appear on OSX | null | resolved fixed | 3ab56b5 | ["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-02-16T22:10:31Z | 2007-02-16T18:20:00Z |
112,724 | Bug 112724 [OLE] OleClientSite.doVerb cause JVM crash | null | resolved fixed | 4cee151 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-16T21:51:05Z | 2005-10-15T01:33:20Z |
133,161 | Bug 133161 Table/Tree inconsistency with sorted column bg color when adding PaintItem listeners | The Tree has the sorted column background colour, but the Table does not, when adding PaintItem/MeasureItem/EraseItem listeners. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final int columns = 3; final int ite... | resolved fixed | 7c6a6a5 | ["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-02-14T01:18:06Z | 2006-03-24T17:06:40Z |
173,666 | Bug 173666 Expandbar treats any mouse click as a left click | Build id: I20070208-2030 Steps: 1. Open Control example 2. Choose 'ExpandBar' tab 3. Enable 'Popup Menu' 4. Right click on a title bar, such as "What is your favorite button?" Notice that the right click is understood and a popup menu appears, but the click is also treated as a left click and causes the bar to expand/c... | resolved fixed | f69868f | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/expand/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-02-13T17:01:42Z | 2007-02-09T16:53:20Z |
172,843 | Bug 172843 [Program] Notes bookmark URL cannot be launched by swt for Linux-GTK | On Linux, swt for gtk assumes all the file names and urls contain a '.'. So org.eclipse.swt.program.Program.launch will check if fileName contains '.' first. For the filenames with '.', swt will call gnome's native function to launch this file. Or else, this fileName is considered as a program and executed by Compatibi... | verified fixed | 425813d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/motif/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-02-12T20:00:40Z | 2007-02-05T10:06:40Z |
170,907 | Bug 170907 Right click a shell of SWT.NO_FOCUS and ON_TOP to bring up a context menu will trigger a shell deactivated event | Build ID: M20070112-1200 Steps To Reproduce: 1. New a shell with SWT.NO_FOCUS|ON_TOP from the workbench 2. Add shell listener to this shell to listen shellDeactivated event 3. Add a context menu to this shell 4. On right click the shell, while showing the context menu, a shellDeactivated event is triggered. More inform... | resolved fixed | 13c959d | ["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/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-12T19:57:36Z | 2007-01-18T14:20:00Z |
173,089 | Bug 173089 SWT Toggle Buttons on CoolBar keep pressed. | It isn't a critical bug. Even in Eclipse 3.2.1 Build id: M20060921-0945 you can reproduce it. Move your mouse over any coolbar with toogle buttons. Now press your second mouse button (suddenly, the right button) and, without release it, you can see that only that CoolBar buttons will be affected. Now, without release i... | resolved fixed | e058e63 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-12T18:21:04Z | 2007-02-06T16:40:00Z |
173,846 | Bug 173846 Table's FULL_SELECTION does not work correctly on custom draw table with background color | Clicking on area that is not on first column does NOT select the row. This happens for custom-draw table, with FULL_SELECTION style and background color. Run this example. Click on a table row on any column, except first. See that row is NOT selected. Only when click is on item's text itself, the row is selected. Now, ... | resolved fixed | 0065087 | ["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-02-12T15:51:49Z | 2007-02-12T11:33:20Z |
132,304 | Bug 132304 Table: FULL_SELECTION focus outline too short when background image set | SWT-win32, v3228 The focus rectangle is not wide enough when a background image is set on a FULL_SELECTION table. See snippet and screenshot. --- import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class TableFocusTest { public static vo... | resolved fixed | 4dfb9b2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-09T22:22:11Z | 2006-03-17T10:06:40Z |
173,670 | Bug 173670 Disabling Controls does not prevent popup menu from functioning | Build id: I20070208-2030 Steps: 1. On a mac, open a control such as Group 2. Check "Popup Menu" and uncheck "Enabled" 3. Right click in the Group area. Notice that a popup menu appears. On other platforms (Windows, Linux) disabling a control also prevents the popup menu from appearing. On the mac, this is apparent with... | resolved fixed | bd612a2 | ["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-02-09T19:16:33Z | 2007-02-09T16:53:20Z |
172,918 | Bug 172918 Drag not working in I20070205-0009 | Dragging views doesn't work in this build. Occasionally you'll get the ability to drag a view to a new place but what happens is that a different view is dragged. After this you cannot drag at all - you get the drag rectangle with the X cursor. It is sometimes the case that you're in this state right from the get-go. | resolved fixed | 038b9c7 | ["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-02-07T19:51:11Z | 2007-02-05T21:13:20Z |
172,888 | Bug 172888 Caret disapears on 'Go to Line...' | null | verified fixed | c067849 | ["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-02-05T23:48:06Z | 2007-02-05T18:26:40Z |
144,709 | Bug 144709 toolkit.createText for SWT.MULTI widgets don't draw a border as they should on OS X | FormToolkit created multi-line text fields don't draw a border | verified fixed | 32ca2a3 | ["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-02-02T22:37:10Z | 2006-05-31T15:40:00Z |
154,944 | Bug 154944 Holding mouse down on Table blocks Display.asyncExec and syncExec | Hold the mouse down on a table so that a MouseDown event isn't triggered (don't move the mouse or release the button). All runnables submitted with Display.asyncExec and/or Display.syncExec pile up in the queue until the MouseDown is triggered. This only appears to be an issue with Table. Here's a sample: -------------... | resolved fixed | cabce7a | ["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-02-02T22:20:56Z | 2006-08-23T21:53:20Z |
169,048 | Bug 169048 NullPointerException in Scrollable when parent=null | SWT 3230 GTK (no NPE on win32): Move the scrollbar in this snippet: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(SWT.H_SCROLL); ScrollBar hscroll = shell.getHorizontalBar(); hscroll.setMinimum(0); hscroll.setMaximum(500); shell.setBounds(50, 50, 300, 200); shell.open... | resolved fixed | 291191e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scrollable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-01T22:26:04Z | 2006-12-25T18:06:40Z |
166,483 | Bug 166483 [Progress] Random shells come to the front when compare editor shows progress dialog | [I20061128-0800] Sometimes, when opening a compare editor from the sync view, other random shells (e.g. Firefox, Notes...) come to the front. This seems to be related to showing progress in a dialog. It does not happen if the compare results are displayed fast enough. | resolved fixed | 7fcc91e | ["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-02-01T20:08:54Z | 2006-12-01T13:33:20Z |
172,537 | Bug 172537 No coloured cursor on GTK | null | resolved fixed | 3c08b85 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-02-01T18:32:28Z | 2007-02-01T17:13:20Z |
172,175 | Bug 172175 [DND] StyledText.getSelection() not valid during DnD? | null | verified fixed | 6898cc9 | ["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-01-31T21:47:13Z | 2007-01-30T15:13:20Z |
167,744 | Bug 167744 Vista Tracker incredibly slow | Using the Vista Aero theme try dragging a view with its own stack (for the best effect use the bottom stack in the Java perspective or anyother one with a few tabs). You should see an XOR rect as the insertion feedback. On my dual 3Ghz processor / 3GB box it's about 1/2 a sec per rectangle draw. This drawing is done by... | resolved fixed | 20653c6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tracker.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-01-31T16:53:36Z | 2006-12-12T21:46:40Z |
172,179 | Bug 172179 Display.post(Event) with SWT.MouseMove moves to wrong location | Build ID: M20060921-0945 Steps To Reproduce: Create a simple SWT application (one is attached) that uses Display.post(Event) with Event type SWT.MouseMove to move the mouse to each x and/or y display coordinate. After each move, use Display.getCursorLocation() to find out where the cursor actually ended up. You will fi... | closed fixed | 15e21f2 | ["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-01-30T23:47:22Z | 2007-01-30T15:13:20Z |
158,746 | Bug 158746 Canvas#scroll forces an update - any way around this besides setRedraw(false) | null | resolved fixed | 3588f4a | ["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-01-30T21:56:43Z | 2006-09-26T14:13:20Z |
172,001 | Bug 172001 Javadoc warnings in N20070129-0010 | /builds/N200701290010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java:1567: warning - @param argument "string" is not a parameter name. | resolved fixed | 3327002 | ["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-01-29T17:08:27Z | 2007-01-29T14:13:20Z |
171,358 | Bug 171358 [browser] exception thrown when JS call "confirm" in a frameset structure | Build ID: Eclipse 3.3 M4 Steps To Reproduce: Env: - Suse Linus ED10 - XULRUnner 1.8.0.1 shipped with sled10 - Eclipse 3.3M4/Eclipse 3.2.2 1. Open Eclipse, show view "Intenet Web Browser". 2. Visit a web page with frameset structure.(See attached sample html files) 3. Click the "confirm" button. 4. An exception is thown... | verified fixed | 6d236d6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/PromptService.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-01-26T22:33:21Z | 2007-01-23T08:13:20Z |
168,384 | Bug 168384 Problem with grayed disabled button image | SWT 3.3M4 seems to have problems with making button images gray when button is disabled. I attach here two images, one with SWT 3.3M4 and one with 3.2.1. | resolved fixed | b0714f0 | ["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-01-25T16:01:12Z | 2006-12-18T05:33:20Z |
170,571 | Bug 170571 Warnings in SWT launcher sample | There are two warnings in org.eclipse.swt.examples.launcher in HEAD. I will provide a patch. | resolved fixed | 7d60199 | ["examples/org.eclipse.swt.examples.launcher/src/org/eclipse/swt/examples/launcher/LauncherPlugin.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-01-24T18:52:26Z | 2007-01-16T01:13:20Z |
150,751 | Bug 150751 In GTK, setBackgroundImage and setBackgroundMode failed when children setForeground | gtk version: 2.4.9 I want a label with colored foreground and a background image that inherit from its parent, but failed. public class TestLabelBackground { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setBackgroundImage(new Image(null, TestLabelBack... | resolved fixed | 7898e50 | ["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"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-01-23T22:55:55Z | 2006-07-16T14:26:40Z |
170,973 | Bug 170973 [Program] Error when opening word and excel documents | To reproduce using Word: - Set external editor for .doc files to "Microsoft Word Document" in file association preferences - Select a word document in Navigator (file can be linked or directly contained within the project) and open - Word will open but displays an error "Word experienced an error trying to open the fil... | resolved fixed | 9169eab | ["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-01-23T16:27:59Z | 2007-01-18T19:53:20Z |
171,278 | Bug 171278 patch for org.eclipse.swt.win32.wce_ppc.arm/build_custom.xml | to address compile error Sonia and I looked at the custom build script and it is missing some elements that exist in the generated build scripts. Please release the patch and I will start a test build to ensure that the build doesn't fail tonight. | resolved fixed | cd3e82e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/common_j2me/org/eclipse/swt/internal/Library.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-01-23T04:41:12Z | 2007-01-22T18:20:00Z |
155,817 | Bug 155817 [Viewers] Treeview expand/collapse ignores somewhat quick + and - clicks (doubleclicks) | - eclipse-SDK-3.2-win32.zip - Windows XP - Sun JDK 1.5.0 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64) Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode) Clicking on + then - in a tree view ignores successive clicks if they are less than about half a second apart. This is not a problem in nat... | verified fixed | 3759191 | ["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-01-22T17:33:29Z | 2006-08-31T13:13:20Z |
170,813 | Bug 170813 getSelection() method for VIRTUAL Tree returns max. eight items | null | resolved fixed | 958ee7a | ["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-01-18T13:52:56Z | 2007-01-17T18:53:20Z |
170,900 | Bug 170900 javadoc warnings in N200701180010 | /builds/N200701180010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/TreeDragSourceEffect.java:43: warning - @param argument "table" is not a parameter name. /builds/N200701180010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/com... | resolved fixed | faa9501 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/TreeDragSourceEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/DragDetectEvent.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-01-18T13:19:20Z | 2007-01-18T14:20:00Z |
170,785 | Bug 170785 Table Headers getting random images on Vista when cycling through sort indicator | null | resolved fixed | f47b3e2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-01-17T20:09:42Z | 2007-01-17T16:06:40Z |
167,748 | Bug 167748 Program class incorrectly escapes already-escaped characters on Mac | I20061212-0010 If I open help from a welcome link for a specific topic, for example, everything shows up fine except for the images in the topic. I get the placeholder image icons. If I sync with toc and click on the topic in the toc, the images show up. | resolved fixed | 0b2d32b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/carbon/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2007-01-16T19:49:08Z | 2006-12-12T21:46:40Z |
167,656 | Bug 167656 Text widget has inconsistent font sizes on the mac | Some of the section descriptions in the plugin editor are cut off. The fonts used in these sections also seem to be a bit large and may be contributing to the problem. I'm not sure if this should be logged against UA or PDE... screencap of one such section forthcoming. | resolved fixed | 08808ec | ["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-01-16T17:17:33Z | 2006-12-12T16:13:20Z |
170,463 | Bug 170463 javadoc warning in N20070115-0010 | null | resolved fixed | 1aebb88 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/common/org/eclipse/swt/dnd/DropTargetEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/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-01-15T22:15:13Z | 2007-01-15T14:06:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.