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]
200,956
Bug 200956 WinXP: Shell draws focus on setVisible(true)
Build ID: I20070811-1447 Steps To Reproduce: If a shell got focus once in her lifetime and is hidden using setVisible(false) then calling setVisible(true) will cause it to immediately draw focus. I couldn't find a way to prevent this behavior. Note: On Linux, this works perfectly. Steps to reproduce: 1. Run the snippet...
resolved fixed
87e3bad
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-01-09T19:10:02Z
2007-08-23T14:40:00Z
177,589
Bug 177589 up/down arrows don't work in a combobox on Linux
Eclipse 3.3 M5eh (I20070222-0951) Up and down keyboard keys don't work in a combobox. To reproduce: 1. Open Find dialog in text editor. Search for something. Close the dialog. 2. Open Find dialog again. Type something else in Find combobox. Press down arrow key. Noting happens. Expected behavior is scrolling to the pre...
resolved fixed
8192bff
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-01-08T22:23:43Z
2007-03-15T17:33:20Z
211,949
Bug 211949 [Browser] Linux(SLED10), Eclipse crash when XPCOM error in Mozilla OnStateChange callback
null
resolved fixed
cb3ba7b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2008-01-03T18:16:42Z
2007-12-05T04:46:40Z
213,247
Bug 213247 Combo box in CVS commit wizard leaves garbage behind on resize
null
resolved fixed
595e830
["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-12-20T00:13:02Z
2007-12-18T01:06:40Z
205,736
Bug 205736 [OLE] MS Word OLE Crash
Eclipse build id or SWT version: M2 Platform(s) tested on: Windows XP SP2 Dutch Snippet title: MS Word OLE Crash Snippet code: When opening MS Word with the OLE support of SWT, it opens but after some random clicks (or run the spell checker) the window resizes and all menu's disapear. Then Word crashes. All office upda...
resolved fixed
d5b649a
["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleFrame.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-18T20:42:21Z
2007-10-08T13:26:40Z
213,200
Bug 213200 [Leopard] errors logged to console by CGPathGetCurrentPoint
Leopard is logging an error to the console when CGPathGetCurrentPoint is called on an empty path. This does not happen on Tiger. Error logged: <Error>: CGPathGetCurrentPoint: path 0x866600: no current point. Test Case: shell.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { Path path = new ...
resolved fixed
1f2aaff
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Path.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-17T17:39:00Z
2007-12-17T16:46:40Z
205,264
Bug 205264 Path.addArc method does not work as expected on Apple OS X
null
resolved fixed
a92e752
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Path.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-17T16:54:10Z
2007-10-03T05:40:00Z
205,866
Bug 205866 SWT.Settings - no notification on Vista
1. Hook a listener to SWT.Settings 2. Vista backdrop->right menu->Personalize->Window Color and Appearance 3. Change color scheme My assumption is that the listener should be notified. In the code below, message should be written to system out but never is. Following similar steps on XP it is. import org.eclipse.swt.SW...
resolved fixed
503e685
["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/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-14T21:12:23Z
2007-10-09T20:00:00Z
212,556
Bug 212556 [Contributions] [Contributions] view menu remains after invoking item
M4 If you activate any view menu item the view menu flickers away and comes back just as it was before. For instance, open the view menu of the Problems view and choose Configure Contents. After the dialog is opened, dismiss it, and you'll see the menu pop back into focus.
resolved fixed
aa884f1
["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-12-13T22:10:20Z
2007-12-11T13:33:20Z
212,823
Bug 212823 Calling Region.add with only 1 polygon point causes a segfault
Calling Region.add(int[]) with only 1 point in the array will cause a segfault on GTK 2.8.
resolved fixed
4e4ed4a
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Region.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-12T22:32:33Z
2007-12-12T22:53:20Z
212,671
Bug 212671 table.setToolTipText("") does not disable native tooltips
[I20071211-0010], Windows XP and Windows Vista Steps: 1. Hit Ctrl-3 to open the Quick Access Dialog 2. Type "er" 3. Hover over one of the cut-off entries -> Note that a native roll-over tooltip appears. My code calls table.setToolTipText(""), which should disable the native tooltips.
resolved fixed
5fccfd9
["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-12-11T22:30:26Z
2007-12-11T21:53:20Z
212,610
Bug 212610 Cannot delete text in Combo box
Open any dialog with a combo box (eg. create New Repository Location) and type some text in the combo box. Pressing Backspace or DEL will not delete the text.
resolved fixed
a5b13a5
["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-12-11T17:31:42Z
2007-12-11T16:20:00Z
210,995
Bug 210995 SWT Combo doesn't gain focus during choice selection in Eclipse 3.3/GTK
Build ID: M20070921-1145 Steps To Reproduce: 1. Load the snippet of code included and run it Eclipse 3.3.1 Linux GTK. 2. Make a choice selection on the combo on the left without selecting the body of the Combo control. 3. Notice that Focus Gained message is not printed to console and the UI feedback from the Combo cont...
resolved fixed
3d6268b
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "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-12-10T21:30:39Z
2007-11-26T23:33:20Z
206,682
Bug 206682 Combo with SWT.READ_ONLY doesn't fire mouseevents
null
resolved fixed
4808863
["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-12-05T15:52:04Z
2007-10-17T19:40:00Z
211,663
Bug 211663 [OLE] ActiveX/OLE Document support not working correctly in 3.4M3
null
resolved fixed
fef3f23
["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-12-04T00:12:22Z
2007-12-01T00:46:40Z
206,346
Bug 206346 GTK-BIDI: RTL support in ExpandBar
null
resolved fixed
24aed95
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-03T21:21:55Z
2007-10-15T17:40:00Z
208,427
Bug 208427 GTK-BIDI: RTL support in MenuItems
null
resolved fixed
0d47a69
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-03T20:38:23Z
2007-11-01T15:13:20Z
210,873
Bug 210873 Icons for tooltip balloons don't work
Run Control example Go to ToolTip tab Select the SWT.ICON_ERROR, SWT.ICON_INFORMATION, SWT.ICON_WARNING icons and then click visible; there's no icons seen
resolved fixed
d6ff58b
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-03T17:17:55Z
2007-11-25T22:33:20Z
210,861
Bug 210861 Text alignment for text box doesn't work
With SWT.MULTI, the text box ignores SWT.CENTER/SWT.RIGHT.
resolved fixed
46a68f0
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-03T16:24:39Z
2007-11-25T14:13:20Z
210,869
Bug 210869 Enabled on toolbar has no effect
Run Control example Go to 'toolbar' tab (you may have to stretch the window to get to this) Deselect 'enabled' You can still select menu items
resolved fixed
25c61b7
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/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-12-03T16:15:30Z
2007-11-25T22:33:20Z
210,894
Bug 210894 Examples that use StyledText crash on startup
Reproducible for me by running JavaViewer, TextEditor or ClipboardExample from the examples project. The crash always dumps something similar to the console: 2007-11-25 22:40:36.133 java[4337:80f] *** _NSAutoreleaseNoPool(): Object 0x1d2fa0 of class NSException autoreleased with no pool in place - just leaking Stack: (...
resolved fixed
7ce5971
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-03T16:04:04Z
2007-11-26T06:53:20Z
211,361
Bug 211361 GraphicsExample crashes
I ran GraphicsExample, and used 'next' to step through the cycles of animations. A couple after it was drawing a spirograph-like drawing, it crashed. Looking through the list, it looks like it crashed on the one after the StarPolyTab was shown; but that would have been the intro tab. I wonder whether doing a full cycle...
resolved fixed
ee8bf71
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Transform.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-03T15:46:34Z
2007-11-29T01:33:20Z
210,847
Bug 210847 SWT.ON_TOP on Shell doesn't appear to work
The ALWAYS_ON_TOP doesn't result in a window that's always on top.
resolved fixed
45f3f22
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-12-03T15:23:11Z
2007-11-24T21:33:20Z
211,220
Bug 211220 Add Browser to ControlExample
null
resolved fixed
1f128a2
["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/BrowserTab.java", "examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ControlExample.java", "examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/Tab.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-29T22:39:09Z
2007-11-28T14:26:40Z
210,942
Bug 210942 Some convenience methods for StyledText
Hello, I would appreciate some convenience methods in the StyledText-API. For instance, In an application I like to get the contents of a certain line. At the moment I can't see a method with which this would conveniently possible. At least a method get the offset of a end of line would be helpful here (currently, I ha...
resolved fixed
6f2ca7d
["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-11-28T20:10:11Z
2007-11-26T15:13:20Z
111,259
Bug 111259 [DND] Insertion mark in TreeViewer does not go away on GTK
In the logic example, on GTK, if you click-and-drop a part in the outline view, the insertion mark does not go away when you exit the viewer. You see the same problem even if you don't drop the part in the outline.
resolved fixed
01ce461
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TableDropTargetEffect.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/TreeDropTargetEffect.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-11-28T19:29:21Z
2005-09-30T19:53:20Z
211,194
Bug 211194 Rollover tooltips in owner-drawn Tree only shown after delay
null
resolved fixed
666a2f0
["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-11-28T18:53:28Z
2007-11-28T11:40:00Z
211,197
Bug 211197 Doubleclick does not work on owner-drawn TreeItem with rollover tooltip
null
resolved fixed
2377301
["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-11-28T17:50:02Z
2007-11-28T11:40:00Z
210,853
Bug 210853 Spiner.setEnabled doesn't work
Using spinner.setEnabled(false) doesn't result in the spinner being disabled
resolved fixed
4280063
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-26T21:52:21Z
2007-11-25T11:26:40Z
178,044
Bug 178044 Trees and Tables with owner draw don't show rollover effect (tooltip)
I20070313-1051 Trees and Tables with a PaintItem listener installed do not show tooltips when hovering over clipped items. To reproduce, run the ControlExample, install the PaintItem listener and expand the Tree / resize a Table header.
resolved fixed
ec9593c
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/NMTTCUSTOMDRAW.java", "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/Table.java", "bundles/org.eclipse.swt/Eclipse", "SW...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-26T21:22:45Z
2007-03-19T13:13:20Z
110,916
Bug 110916 Backspace stops working (due to mouse stuck down)
Every now an then my backspace buttom stops working. Restarting eclipse fixes the problem... for a while. No other applications exhibit this behaviour. There are no indications in the error log as to what might have happened. I'm running 3.2M2
resolved fixed
fa95259
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-26T17:41:14Z
2005-09-28T09:33:20Z
208,837
Bug 208837 [Browser] On Linux, Browser does not send focus/activation events
null
resolved fixed
33c8d47
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-22T21:35:46Z
2007-11-06T00:46:40Z
204,289
Bug 204289 Closing context menu programmatically does not work when shell not active
null
resolved fixed
6bb6ca0
["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-11-20T22:42:14Z
2007-09-21T15:53:20Z
210,412
Bug 210412 GC.setLineAttributes() uses "join" as "cap"
Build ID: M20071023-1652 Steps To Reproduce: 1. try to set line attributes in GC with a cap style other than the default More information: The code says "int cap = attributes.join" which should be "int cap = attributes.cap" Attached patch is based on current HEAD
resolved fixed
192f7b9
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/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.jav...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-20T18:44:27Z
2007-11-20T17:33:20Z
206,894
Bug 206894 Linux - Control.setEnabled disables more than it should
Build ID: M20060629-1905 Steps To Reproduce: Run the following SWT program. The button in the first column of the table and the text field in the second column should operate such that if the button is selected, the text field in the same row is enabled. If the button isn't selected, the text field is disabled. The pro...
resolved fixed
f2b99e9
["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-11-19T20:34:35Z
2007-10-19T13:20:00Z
210,214
Bug 210214 [OLE] Snippet265 leaks
null
resolved fixed
6f06552
["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet265.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-19T20:17:17Z
2007-11-18T18:20:00Z
209,854
Bug 209854 SWTException when loading large win32 ICO files
null
resolved fixed
f9a2560
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/LEDataInputStream.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-19T19:09:29Z
2007-11-14T19:53:20Z
209,650
Bug 209650 Cleanup after Windows browser control dispose is flawed
null
resolved fixed
5bda57c
["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-11-19T16:59:08Z
2007-11-13T16:06:40Z
206,432
Bug 206432 [Browser] Linux: SSL navigation is disabled when Mozilla profile directory does not exist
null
resolved fixed
44b9f44
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/AppFileLocProvider.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-16T20:16:37Z
2007-10-16T07:33:20Z
209,752
Bug 209752 MenuItem#toString() behaves differently across platforms.
SWT Build ID: 3.4M3. Here's a test case that passes on linux/gtk/x86_64 and fails on win32: --------------------------------------- package net.sf.swtbot; import junit.framework.TestCase; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt...
resolved fixed
c5807e2
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-14T23:05:02Z
2007-11-14T06:00:00Z
209,863
Bug 209863 Path leaks currentFigure and currentPoint when disposed
currentFigure and currentPoint should be freed in dispose
resolved fixed
3a7dc78
["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/graphics/Path.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-14T21:07:39Z
2007-11-14T19:53:20Z
209,339
Bug 209339 Modal shell loses focus when a second shell is opened.
This code hangs the UI since the modal shell does not have focus. public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display, SWT.SHELL_TRIM|SWT.APPLICATION_MODAL); shell.setText("Application Modal"); shell.setBounds(100, 100, 300, 100); shell.open(); Shell s = new S...
resolved fixed
2b7cc4b
["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-13T15:21:33Z
2007-11-09T14:53:20Z
120,744
Bug 120744 [CCombo] Using CCombo breaks default button behaviour in RCP view
I have an RCP application. In one of my views I had a Text control with a Button next to it and a Table under them. I set the button up as the default button for the view's top composite' shell - using code like this: myTopComposite.getShell ().setDefaultButton (myRetrieveButton); This worked as I expected. After typin...
resolved fixed
4b36413
["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-11-12T22:52:36Z
2005-12-13T21:40:00Z
209,543
Bug 209543 Call Shell.setFullScreen(true) make the shell invisible
Build ID: I20071101-2000 Steps To Reproduce: 1. run this snippet public class FullScreenSnippet { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new RowLayout()); Button btn = new Button(shell, SWT.PUSH); btn.setText("make fullscre...
resolved fixed
69091e0
["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-11-12T22:42:30Z
2007-11-12T20:40:00Z
209,468
Bug 209468 StyledText#setSelection() does not reveal caret at end of line
I20071107-1300 StyledText#setSelection() does not reveal caret at end of line. Steps: - CustomControlExample > StyledText - Size: 50 X 50 - set caret to before "One" - Set/Get API - setSelection to 58,58 - give focus to the text area without changing the caret location (e.g. click to the StyledText tab and then press t...
resolved fixed
14e951a
["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-11-12T17:50:30Z
2007-11-12T09:33:20Z
207,819
Bug 207819 JFace tests don't run on WPF
I tried the WPF build for I20071029-0010 but it, while eclipse came up and appeared to be running correctly, it was unable to even successfully start any of the automated tests.
resolved fixed
8b33c2f
["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/TableItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-09T21:07:23Z
2007-10-29T17:46:40Z
194,143
Bug 194143 WM_MOUSEWHEEL can send fractional deltas
The currently handlers for WM_MOUSEWHEEL in both Scrollable and Widget assume that the delta value for the scroll event will always be a multiple of OS.WHEEL_DELTA, or 120. Windows Vista changes this behavior, making WM_MOUSEWHEEL send "fractional" wheel deltas, which are slightly smaller than that. Watching the WM_MOU...
resolved fixed
51ab70b
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-09T20:49:55Z
2007-06-24T18:33:20Z
208,503
Bug 208503 SWT_AWT bridge on OS X reports incorrect message with failure
null
resolved fixed
6c51b90
["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/carbon/org/eclipse/swt/awt/SWT_AWT.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-08T22:22:39Z
2007-11-02T02:20:00Z
208,649
Bug 208649 cannot input china punctuation
Build ID: I20071101-2000 Steps To Reproduce: 1.open a java editor or svn plugin commit dialog 2.change to china input method 3.type, editor can accept china text, but cannot accept china punctuation. More information:
closed fixed
4fc2427
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/IME.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-08T19:03:46Z
2007-11-03T03:20:00Z
207,052
Bug 207052 Tree Listening to MeasureItem returns incorrect Client Area
Build ID: M20070921-1145 Steps To Reproduce: Run the following snippet: public class IncorrectMeasureItem { public static void main (String [] args) { final Display display = new Display (); Shell shell = new Shell (display); shell.setLayout (new FillLayout (SWT.VERTICAL)); final Tree tree = new Tree (shell, SWT.BORDER...
resolved fixed
f5fda8b
["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-11-08T15:03:52Z
2007-10-22T13:33:20Z
209,088
Bug 209088 Shell.getAlpha() returns inconsistent values
The javadoc doesn't seem to mention it, but I am guessing that setAlpha was meant to take a value from 0 (transparent) to 255 (opaque) to be consistent across platforms. On GTK and carbon getAlpha() returns an int from 0 to 255. On windows it returns a byte returned as an int, which can become negative. In shell.getAlp...
resolved fixed
f042739
["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-11-08T13:40:09Z
2007-11-07T21:13:20Z
206,714
Bug 206714 Combo#toString() behaves differently on linux/gtk/x86_64 and windows
Combo#toString() which is actually Widget#toString(), invokes Widget#getNameText(). Subclasses of Widget are supposed to override Widget#getNameText(), which returns a default of an empty string. Apparently, Combo#getNameText() on windows is implemented such that it returns Combo#getText(). Combo#getNameText() on linux...
resolved fixed
2d811a7
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-08T00:56:44Z
2007-10-18T06:46:40Z
209,039
Bug 209039 display.getMonitors() not implemented
only one monitor is returned on multi monitor systems.
resolved fixed
0a91b1b
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/wpf/org/eclipse/swt/internal/wpf/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-07T22:14:59Z
2007-11-07T15:40:00Z
209,028
Bug 209028 Table and List test failures
null
resolved fixed
483a803
["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-11-07T16:06:17Z
2007-11-07T15:40:00Z
208,675
Bug 208675 Image cheese when width of TreeColumn = 0
Run this snippet and hit the Button on the right side. Notice the image still showing. This is related to the fact that the second column is used as sortcolumn. public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new GridLayout(...
resolved fixed
c01f8c4
["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-11-07T12:54:46Z
2007-11-03T17:13:20Z
204,393
Bug 204393 TitleAreaDialog's banner image has extraneous white borders
null
resolved fixed
046b2b1
["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/Label.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-05T21:13:24Z
2007-09-23T23:26:40Z
203,370
Bug 203370 [Custom Widgets] Tab height calc wrong on WPF
3.4 M1 WPF The height of CTabFolder tabs is based on the font height plus additional trim space. On WPF, there is too much space above/below the tab label. This presumably is because we're getting the wrong value from the font height calc on WPF?
resolved wontfix
7359029
["bundles/org.eclipse.swt/Eclipse", "SWT/wpf/org/eclipse/swt/widgets/ToolItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-05T17:23:40Z
2007-09-13T21:46:40Z
207,927
Bug 207927 ITALIC and BORDER_* unreadable
null
resolved fixed
67b77f8
["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-11-05T15:40:39Z
2007-10-30T10:26:40Z
204,561
Bug 204561 Table Javadoc is conflicting with TableEditor
There seems to be a specification conflict between org.eclipse.swt.widgets.Table and org.eclipse.swt.custom.TableEditor. Table Javadoc states the following: "Note that although this class is a subclass of Composite, it does not make sense to add Control children to it, or set a layout on it." On the other hand, TableEd...
resolved fixed
6c09b50
["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-11-05T13:35:03Z
2007-09-25T14:20:00Z
208,566
Bug 208566 [64] cheese can appear if SetPoint is running
null
resolved fixed
bb26b87
["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-11-02T15:36:49Z
2007-11-02T16:13:20Z
207,662
Bug 207662 SWT.CHECK|SWT.VIRTUAL tables behave differently on Win32 and GTK/Linux
Build ID: 3.3 Steps To Reproduce: Run the attached snippet. Under Linux item number 2 and 3 aren't passed to the SetData Listener because they where "touched" using setChecked(true) and setChecked(false). Under Win32 item number 2 (setChecked(false)) is passed to the SetData Listener. The item which was setChecked(true...
resolved fixed
0711ea2
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-01T22:17:09Z
2007-10-27T10:13:20Z
208,017
Bug 208017 Eclipse crashes when trying to print first page of .java file into PDF
null
resolved fixed
e6a8a3c
["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-11-01T20:18:51Z
2007-10-30T16:00:00Z
208,188
Bug 208188 MenuItem#isEnabled() works differently across platforms
Build ID: I20070625-1500 Here's a test case that passes on linux/gtk/x86_64 and fails on win32. ---------------------------------------------------------------------- package net.sf.swtbot; import junit.framework.TestCase; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widg...
resolved fixed
faaf962
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-11-01T15:41:17Z
2007-10-31T05:53:20Z
208,007
Bug 208007 line wrap at page end makes page number disapear when printing
null
resolved fixed
1b18e11
["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-10-31T21:39:08Z
2007-10-30T16:00:00Z
207,558
Bug 207558 Line numbers are printed too low
N20071026-0010. The line numbers are printed too low (using Courier New Regular 10) compared to the text (see attached picture).
resolved fixed
cba914d
["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-10-31T18:12:12Z
2007-10-26T09:13:20Z
207,613
Bug 207613 [Leopard] Progress dialog does not properly close on Leopard
Build ID: 3.3.1 running on OS X 10.5 Leopard Steps To Reproduce: 1. Create an IRunnableWithProgress 2. Run using the workbench progress service 3. Wait for runnable to complete More information: The progress dialog will not close unless you move the mouse.
resolved fixed
dfde6c5
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Synchronizer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-30T21:15:20Z
2007-10-26T20:20:00Z
204,953
Bug 204953 [64] New project wizard does not work on Vista 64 bits
null
resolved fixed
271bf8e
["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-10-30T19:26:47Z
2007-09-28T20:06:40Z
207,628
Bug 207628 Keyboard selection does not work with context menus on Leopard
Eclipse 3.3.1 on OS X 10.5 Leopard If you bring up a context menu ... say the Source menu [Command-option-s], scroll down to say Override/Implement methods, and press enter, the action is not selected and instead, the editor gets the enter key. I've also noticed that when you press the up and down arrows to select a me...
resolved fixed
6858e06
["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-10-30T17:14:06Z
2007-10-26T20:20:00Z
202,782
Bug 202782 Indent in Column Header when sorting on Windows Vista
null
resolved fixed
1711d40
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TreeColumn.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-30T08:35:19Z
2007-09-10T10:26:40Z
204,571
Bug 204571 Eclipse process halted when interacting with tree.
Build ID: Build id: I20070625-1500 I'can't reproduce it reliably... it happened when I was interacting with the tree (in a CNF-based package explorer), and I was only able to see it because I always start eclipse with -Xdebug (so, I started another eclipse instance to see where it was locked). The stack where it gets h...
resolved fixed
a8a9e72
["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-10-30T07:39:45Z
2007-09-25T17:06:40Z
207,901
Bug 207901 custom drawn tree: 1st selection behaves oddly
Build ID: 3.3.1 M20070921-1145 I have a tree. It looks something like this, ignore the '*' for now: Text Header (i) Item long text (i) Item long text that continues * out here (i) Item more long text All of the items at the top level of the tree. The font on the Text Header item is large (2x normal & bold), but it has ...
resolved fixed
62cb06d
["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-10-30T06:13:34Z
2007-10-30T02:06:40Z
206,315
Bug 206315 GTK-BIDI: RTL support in CoolBar.
null
resolved fixed
98c4e6a
["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-29T21:55:38Z
2007-10-15T12:06:40Z
207,852
Bug 207852 Widget disposed error when running UI test suite on WinXP
This was introduced between N20071026-0010 and N20071027-0010. Widget is disposed org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3706) at org.eclipse.swt.SWT.error(SWT.java:3624) at org.eclipse.swt.SWT.error(SWT.java:3595) at org.eclipse.swt.widgets.Widget.error(Widget.java:441) ...
resolved fixed
85b050d
["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-10-29T21:10:09Z
2007-10-29T20:33:20Z
207,744
Bug 207744 [Contributions] Debug toolbar dropdown menu closes when submenu hidden
I20071029-0010 - Open Debug toolbar dropdown menu - move mouse to 'Debug As...' such that submenu shows up - move mouse away => dropdown menu closed
verified fixed
443e66e
["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/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-29T19:01:42Z
2007-10-29T09:26:40Z
207,605
Bug 207605 GTK-BIDI: RTL support in PrintDialog
Since we're fixing this for all dialogs, we need to fix the PrintDialog as well.
resolved fixed
2fe6f26
["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/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-26T21:44:36Z
2007-10-26T17:33:20Z
206,786
Bug 206786 GTK-BIDI: RTL support in ScrollBar.
null
resolved fixed
57b9842
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/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-10-26T21:43:04Z
2007-10-18T15:06:40Z
206,749
Bug 206749 GTK-BIDI: RTL support in MessageBox
null
resolved fixed
11ac2f3
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MessageBox.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-26T21:42:06Z
2007-10-18T12:20:00Z
206,609
Bug 206609 GTK-BIDI: RTL support in FontDialog
null
resolved fixed
9a40e4c
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FontDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-26T21:41:06Z
2007-10-17T11:20:00Z
206,722
Bug 206722 GTK-BIDI: RTL support in FileDialog.
null
resolved fixed
25622bd
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-26T21:38:55Z
2007-10-18T09:33:20Z
206,661
Bug 206661 GTK-BIDI: RTL support in DirectoryDialog.
null
resolved fixed
6cbfed1
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-26T21:37:49Z
2007-10-17T16:53:20Z
206,602
Bug 206602 GTK-BIDI: RTL support in ColorDialog
null
resolved fixed
6cef4b5
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Dialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-26T21:36:26Z
2007-10-17T11:20:00Z
207,266
Bug 207266 Target editor's content tab buttons disappear completely
null
resolved fixed
46885e5
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-26T15:50:57Z
2007-10-24T10:00:00Z
207,472
Bug 207472 "Dancing Scrollbar" in Tree
For a while I am seeing a weird bug, where the scrollbar thumb of a Tree shows on the bottom, although it should be on top. As soon as I move the mouse over the Tree, the thumb moves up to the correct position (see the two screen shots). I tried to get this into a snippet, but was unable to reproduce outside of RSSOwl....
resolved fixed
26a6786
["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-10-26T15:24:07Z
2007-10-25T16:33:20Z
117,580
Bug 117580 Modal behavior on GTK when I ask for modeless
If you do something simple like this on GTK: Shell shell = new Shell(parentShell, SWT.CLOSE | SWT.MODELESS); shell.open(); where the parent shell is a workbench window, you see a dialog and you can still access the workbench. So far so good. Now try it where the parent shell is a modal dialog, like the New Project wiza...
resolved fixed
e30f469
["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-10-25T15:12:16Z
2005-11-22T20:06:40Z
207,347
Bug 207347 Snippet279 draws bad (draw icon with GDI+ gc)
null
resolved fixed
a5498b0
["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-10-24T18:54:17Z
2007-10-24T18:20:00Z
206,743
Bug 206743 Tree with columns has drawing errors when resizing to a minimum
null
resolved fixed
a6f9842
["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-10-22T21:49:49Z
2007-10-18T12:20:00Z
206,806
Bug 206806 getItemCount() incorrect in Vista for VIRTUAL trees
When you ask an item's parent for it's count on Vista it will give you the count of the number of items that have had the SetData callback called, not the item count set by setItemCount(). In the snipped below when we change from a flat list to a tree we will get incorrect parent item counts when it is queried. This is...
resolved fixed
c307f97
["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-10-22T19:16:23Z
2007-10-18T17:53:20Z
205,795
Bug 205795 UNDERLINE_ERROR text style does not work for IME strings
null
verified fixed
ca108ad
["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-10-19T18:14:06Z
2007-10-09T08:53:20Z
205,928
Bug 205928 underline text style needs clarification
I20071009-0800. The Javadoc of the old 'underline' and the new 'underlineStyle' need clarification: how do they relate to each other? - does 'underline' need to be true if 'underlineStyle' is set? - what style is used if only 'underline' is true but no style provided? I suggest that - 'underline' must be set to 'true' ...
verified fixed
ac1d00f
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/TextStyle.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-18T19:25:38Z
2007-10-10T15:26:40Z
204,626
Bug 204626 [Browser] Intermittent crash on OS X in embedded browser when cancelling a download.
Build ID: I20070625-1500 Steps To Reproduce: 1. Open internal Web Browser View 2. Browse to a website that has a link to a file to download 3. Click the file link, save dialog should come up 4. Hit cancel 5. Repeat until crash occurs More information: The problem is in org.eclipse.swt.carbon.macosx.Safari in the method...
resolved fixed
3528d69
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-17T21:27:15Z
2007-09-26T01:26:40Z
205,983
Bug 205983 Mnemonics should not turn on until ALT is pressed
null
resolved fixed
38b82bb
["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-10-12T19:57:28Z
2007-10-10T21:00:00Z
205,459
Bug 205459 Exception in Mozilla browser code not caught, leads to crash
null
resolved fixed
c7e1ac2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOMObject.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-04T16:16:17Z
2007-10-04T15:00:00Z
198,673
Bug 198673 SWT: Program.getImageData() returns null when icon name has quotes.
Build ID: R-3.3-200706251500 Steps To Reproduce: My VLC application is registered for several extensions, but not all the ones it supports. In the registry, there is: VLC.aac, VLC.ac3, etc. Now VLC.ac3 is registered for the ac3 extension, and the getImageData() works. But for VLC.aac, getImageData() returns null. In th...
resolved fixed
df450ae
["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-10-03T21:18:43Z
2007-08-02T13:06:40Z
205,130
Bug 205130 Expanding/Collapsing tree nodes in Quick Windows closes window
- on Mac open the Quick Outline on some Java CU - expand/collapse any node wioth children Observe: a single click expands/collapses the node *and* closes the window. In addition single clicking on any tree item closes the window too (I'm not sure whether this is the correct behavior).
resolved fixed
b2b1219
["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-10-03T18:49:42Z
2007-10-01T23:06:40Z
205,063
Bug 205063 Compare viewer does not draw background colors for changes (StyledText)
null
resolved fixed
34ce88e
["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-10-01T19:40:54Z
2007-10-01T14:46:40Z
73,645
Bug 73645 Custom caret problems
M200409080800 (3.0.1) -open Java editor with source -turn off "Smart Insert Mode" via Edit menu Observe: the caret should have a gap in the center (that's OK, no problem here) - move caret horizontally with cursor keys Observe: sometimes caret "sticks" to old position and you get a new caret at the new position, so eff...
resolved fixed
828423f
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Caret.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-01T19:26:34Z
2004-09-10T09:53:20Z
205,099
Bug 205099 Creating a button clears mnemonics
public static void main (String [] args) { Display display = new Display (); final Shell shell = new Shell (display); shell.setLayout (new RowLayout ()); Table table = new Table (shell, SWT.NONE); for (int i=0; i<8; i++) { TableItem item = new TableItem (table, SWT.NONE); item.setText (i + " Item " + i + " that is real...
resolved fixed
3838c6e
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Group.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widge...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-10-01T19:00:15Z
2007-10-01T17:33:20Z
202,672
Bug 202672 Accessibility: ROLE_TABLE does not work correctly on GTK
Returning a role of ACC.ROLE_TABLE[*] in Accessible.getRole() currently confuses GTK's gnopernicus, and as a result it does not speak the name strings of table headers or cells. Until this bug is fixed, a workaround for this is to return ACC.ROLE_LIST for the table, and ACC.ROLE_LISTITEM for the table cells when SWT is...
resolved fixed
1e794f0
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-09-27T19:01:53Z
2007-09-07T18:33:20Z
204,008
Bug 204008 StyledText.doMouseWordSelect - NPE
Build ID: swt.version=3346 Steps To Reproduce: I've seen this exception several times in our logs but I cannot seem to reproduce the exception. I may be focus to/from a StyledText with selected text. It may be selected text word wrap. I wish I could help more. I cannot seem to reproduce it, but our clients can More inf...
resolved fixed
e71fa4d
["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-09-26T15:33:43Z
2007-09-19T16:40:00Z
204,330
Bug 204330 [Launcher] JVM crash on splash teardown on linux.gtk.x86
Run the attached testApplication (use the ap.product file to launch as an application). Get a JVM crash as the splash screen is torn down. The application does the following: public Object start(IApplicationContext context) throws Exception { Display display = PlatformUI.createDisplay(); display.dispose(); return IAppl...
resolved fixed
1cafb9b
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2007-09-24T13:55:07Z
2007-09-21T21:26:40Z