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]
313,740
Bug 313740 Unable to select any window when JFace warning dialog and file browse dialog are both open
Build Identifier: 3.4.2.M20090107-0800 If you open the preference page, then from there click on a Browse button to open a file browser dialog, then trigger some event that causes an org.eclipse.jface.dialogs.MessageDialog.openWarning() call to happen, you end up with a warning dialog under the file browser, and neithe...
resolved fixed
74958a3
["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/DirectoryDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/FileDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/c...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-07-08T21:45:35Z
2010-05-20T15:40:00Z
309,269
Bug 309269 [Widgets] Table selection event does not return a correct table item
Build Identifier: M20090211-1700 Here's a snippet: import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Listener; import org.eclipse.swt.widgets.Shell; im...
resolved fixed
90f6257
["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
2010-07-08T20:56:52Z
2010-04-15T08:26:40Z
315,932
Bug 315932 [printing] Print selection prints whole file
Build Identifier: I20100520-1744 If you open a xmxl file, select some lines , press <CTRL>+P and select "Selected Text" at the printer dialog, the hole xml file will be printed. This is especially annoying if you print at a network printer (in separate room) and the xml file has a size of about 2MB. Reproducible: Alway...
resolved fixed
861b5d3
["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
2010-07-07T14:07:46Z
2010-06-07T05:53:20Z
294,761
Bug 294761 Gripper icon on Mac status bar should be transparent
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) Build Identifier: M20090211-1700 The gripper icon on the right hand side of the status bar, used for resizing windows on the Mac, is not transparent like the native one is. This looks bad, especiall...
resolved fixed
d53aedc
["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/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-07-07T12:06:31Z
2009-11-10T16:20:00Z
316,938
Bug 316938 Incorrect signature for OS.XGetWindowProperty
OS.XGetWindowProperty has an incorrect signature, it uses longs in some places that should be ints. I will attach a patch. This causes problems for file open on solaris.
resolved fixed
7cbb5d1
["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"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-07-06T21:19:41Z
2010-06-15T16:40:00Z
314,243
Bug 314243 [Widgets] Tooltip for tool item in inactive shell not updated when mouse moved to other item
3.5.2 and I20100523-0800 Cocoa The tooltip for a tool item in an inactive shell is not updated when the mouse is moved to an other item in same group. Steps: - Control Example > ToolBar - Set/Get API - hover over fist item of example toolbar => hover is SWT.PUSH - move mouse horizontally to third item => hover is still...
resolved fixed
ca083c1
["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
2010-07-06T16:46:30Z
2010-05-25T12:20:00Z
315,894
Bug 315894 non composable key combinations erases first char in text editors
On a mac entering characters via composition (i.e. a character like combination of ~ and n, to produce n) works fine for combinations that produce a combined char, but for non existing combinations, the first entered character is instead erased. This happens in editors, but not in fields in dialogs. Reproducible: Alway...
resolved fixed
b736b43
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-07-06T16:24:46Z
2010-06-06T02:06:40Z
294,860
Bug 294860 Left arrow buttons point to the right (Carbon)
In SWT Carbon the arrows used in the Arrow Buttons always point to the right. Up and Down arrows are correct. The problem still exists in the latest.
resolved fixed
3a18703
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-07-01T07:38:38Z
2009-11-11T11:46:40Z
313,121
Bug 313121 Font dialog doesn't return selected Font (when opened after MULTI Text)
The Font Dialog doesn't return the selected Font. public class FontDialogBug { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new RowLayout()); final Text t = new Text(shell, SWT.MULTI|SWT.BORDER); t.setText("Hello"); Button button...
resolved fixed
2ea65a5
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTextView.java", "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/Text.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-06-30T16:54:25Z
2010-05-17T12:40:00Z
317,390
Bug 317390 Editors hang for several seconds when processing input when Windows On-Screen Keyboard accessory is running
null
resolved fixed
66bf34f
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-06-30T15:19:55Z
2010-06-21T00:26:40Z
313,593
Bug 313593 [Accessibility] Implement retrieval of visible children
Cocoa accessibility supports returning the visible children for things like tables, lists, menubars and menus. There is a comment in Accessible.java that says "SWT has no visible children API", but Carolyn says that one was added just for the Mac support. We need to change Accessible to call it and return the right val...
resolved fixed
9a0da4b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-06-28T17:43:26Z
2010-05-19T17:26:40Z
317,782
Bug 317782 TextTransfer generates incorrect UTF16 in pasteboard when copying strings from SWT application
Build Identifier: 3.5.2 If we copy a string from SWT based application and then paste it to a native Carbon application, the native Carbon application could not get the correct data if inFlavorType is set to kUTTypeUTF16PlainText. This works with 3.4.2. If we roll back the changes in TextTransfer.java to 3.4.2, the cop...
resolved fixed
f52276b
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/carbon/org/eclipse/swt/dnd/TextTransfer.java", "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/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-06-28T17:33:44Z
2010-06-24T09:00:00Z
317,051
Bug 317051 reducing item count can send Selection event
- happens only on Table, not on Tree - run the snippet below, wait for a few seconds, and you'll see that a Selection event is received when the Table's item count is set to 4 -> on win32 and gtk this Selection event does not happen (haven't tried Carbon) - it may be another case of ignoreSelect = true/false needed aro...
resolved fixed
2c4d362
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-06-28T17:02:05Z
2010-06-16T14:53:20Z
316,811
Bug 316811 change all "Safari" references to "WebKit"
- this would be more accurate, and consistent if a WebKit-for-Windows Browser was ever implemented
resolved fixed
7692871
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclips...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-06-25T20:49:40Z
2010-06-14T18:26:40Z
312,830
Bug 312830 [Mozilla] XPCOM error when removing DOM listeners should not crash
When showing the Welcome page at startup, if a Mozilla-based Browser is successfully created but then fails on the subsequent setText() call the workbench is immediately brought down. This disposes the Browser, which unhooks its DOM listeners. However the setText() failure can leave the underlying browser in an inconsi...
resolved fixed
6c6ae9e
["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
2010-06-25T20:06:11Z
2010-05-13T19:46:40Z
314,914
Bug 314914 Confusing GridData javadoc
GridData class docs sez: " * </pre> * The second is to take advantage of convenience style bits defined * by <code>GridData</code>: * <pre> * button1.setLayoutData(new GridData(GridData.HORIZONTAL_ALIGN_FILL | GridData.GRAB_HORIZONTAL)); * </pre> * </p> * <p>" But when you look at docs for those styles, we have: * Not ...
resolved fixed
a911220
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/GridData.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-06-02T16:06:29Z
2010-05-28T18:06:40Z
315,326
Bug 315326 SIGSEGV in _G_OBJECT_TYPE during moveAbove
Build Identifier: I20100520-1744 Using moveAbove to move a Label in a Composite after a Label from that Composite has previously been disposed results in a segfault in the circumstances described in "Steps to Reproduce". The test case works fine with Eclipse 3.5.1 (M20090917-0800), SWT jarfile org.eclipse.swt.gtk.linux...
resolved fixed
6894208
["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
2010-06-02T16:00:10Z
2010-06-02T00:53:20Z
314,432
Bug 314432 [hovering] First click on not yet enriched hover closes hover immediately
3.6 RC2, broken during 3.6 M3 (works in 3.5.2) When I click a link in a not yet enriched hover (be fast to make sure it doesn't get enriched before you click), then the hover shell closes immediately and does not give the focus back to the editor. Steps to reproduce: 1. paste this into Package Explorer of new workspace...
verified fixed
ddf97ad
["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
2010-05-26T20:13:45Z
2010-05-26T10:33:20Z
313,594
Bug 313594 Word unexpectedly selected when user types ctrl+arrow in editor and using screen reader
3.6RC1 Note that this behavior only happens when a screen reader is running. One of the new Accessibility API's we have provided in 3.6 is "what is the word at this offset?" I was surprised to see that when JAWS or AccProbe use this API, a word in the editor becomes selected. It happens every time the editor gets focus...
resolved fixed
62166b2
["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
2010-05-26T15:41:34Z
2010-05-19T17:26:40Z
314,064
Bug 314064 [Doc] API doc of Program.launch (String, String) has to be modified
The API doc of Program.launch (String fileName, String workingDir) incorrectly mentions that it returns exception "ERROR_INVALID_ARGUMENT when workingDir is not valid". This is specified on Windows, Photon & Motif platforms, and the remaining platforms has correct documentation.
resolved fixed
17410f7
["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
2010-05-25T10:31:28Z
2010-05-24T08:33:20Z
313,711
Bug 313711 API inconsistencies between dispose() and isDisposed()
HEAD The dispose() and isDisposed() methods of e.g. Widget and Resource have inconsistent APIs. - isDisposed() says: * When a widget/resource has been disposed, it is an error to * invoke any other method using the widget/resource. - dispose() does not state any restrictions and does not declare that it throws an excep...
resolved fixed
5332523
["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/Resource.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Color.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Cursor.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-24T11:58:43Z
2010-05-20T12:53:20Z
314,079
Bug 314079 wrong constant value in SWT.OrientationChange javadoc
null
resolved fixed
887c3f5
["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
2010-05-24T09:39:16Z
2010-05-24T08:33:20Z
314,066
Bug 314066 Add missing flags (<code>, @see, @return, @param) in javadoc
null
resolved fixed
e99cb86
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolderRenderer.jav...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-24T08:49:09Z
2010-05-24T08:33:20Z
313,937
Bug 313937 Composite on Motif contains println
null
resolved fixed
a8f6b41
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-21T20:18:06Z
2010-05-21T16:40:00Z
312,315
Bug 312315 TableItem/TreeItem.getBounds() needs more explicit documentation
While fixing 309753 there was some confusion on my part about what TreeItem.getBounds() is really returning. It should return the bounds of the text portion of the item, but it's not clear from the javadoc that that is the case. If there is an image set for the item it isn't part of the bounds. Likewise, there's no doc...
resolved fixed
0a763d9
["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-21T18:08:03Z
2010-05-10T16:46:40Z
311,817
Bug 311817 Strings in Relation class need to be localized
Strings in Relation class need to be localized. static final String[] localizedRelationTypeString = { "controlled by", "controller for", "described by", "description for", "embedded by", "embeds", "flows from", "flows to", "label for", "labelled by", "member of", "node child of", "parent window of", "popup for", "subwi...
resolved fixed
07931ca
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Relation.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-20T20:30:42Z
2010-05-06T04:26:40Z
313,787
Bug 313787 Internal fixes for StyledText (getWordNext() and getWordPrevious())
null
resolved fixed
f99e101
["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
2010-05-20T18:48:59Z
2010-05-20T18:26:40Z
312,927
Bug 312927 CTabItem role description not the same as TabItem
The role of a CTabItem is AXRadioButton., which is correct, but the description should be "tab" instead of "radio button".
resolved fixed
3a15463
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-20T14:17:07Z
2010-05-14T15:13:20Z
312,346
Bug 312346 StyledText doesn't report a text style when requesting the end of the line.
In StyledText's implementation of getTextAttributes() at line 6712 (roughly) it's possible for the method to return without returning a TextStyle object in e.textStyle. On the Mac this causes VoiceOver to interpret a line ending as a font change because the character before and character after have font information ret...
resolved fixed
5e0cc03
["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
2010-05-19T22:05:58Z
2010-05-10T22:20:00Z
313,444
Bug 313444 [Accessibility] Font attributes are repeated at the beginning of lines
I20100516-0800 When voiceover is turned on, font attributes of text will be read out at the start of a line even when the font hasn't changed over a run of text. To reproduce: 1. Make sure text attributes are being read out. In VoiceOver Utility, select Verbosity -> Text, and make sure 'When text attributes change:" sa...
resolved fixed
a21b701
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-19T21:52:57Z
2010-05-18T22:00:00Z
313,424
Bug 313424 NPE in Control.invalidateVisibleRegion when expanding/collapsing tree node
3.6 M7 - Cocoa - 32-bit In RTC, - select a change set in the Pending Changes view (uses an owner-draw Tree) - hit F2 to open the edit field (a child text field) - click the expand/collapse triangle for the change set - it fails with: java.lang.NullPointerException at org.eclipse.swt.widgets.Control.invalidateVisibleReg...
resolved fixed
ea5e7e4
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-18T22:03:42Z
2010-05-18T19:13:20Z
313,223
Bug 313223 StyledText slow to update due to deferred flushing
I20100511-0800 The content of a StyledText doesn't keep up with your keystrokes. You can see this in CustomControlExample. 1. Launch CustomControlExample. 2. Switch to StyledText. 3. Check the HORIZONTAL_FILL and VERTICAL_FILL checkboxes. 4. Start typing at a fast pace. The text doesn't appear immediately. It seems to ...
resolved fixed
52aac57
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "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/Shell.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-18T21:17:06Z
2010-05-17T18:13:20Z
312,734
Bug 312734 Incorrect GC colors on Table's PaintItem event when row selected + no EraseItem
Build Identifier: SWT3647 When a table has a PaintItem listener but no EraseItem listener, the PaintItem's event.GC will not have the correct Foreground and Background color. Run the snippet below and select the first row of each table. When in focus, the table without the EraseItem will have wrong colors. Reproducible...
resolved fixed
a211541
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-18T17:42:47Z
2010-05-13T00:20:00Z
313,197
Bug 313197 NPE in Table.sendDoubleSelection when double-clicking on the right of an item
HEAD, Cocoa - run Snippet113, which creates a Table with SWT.CHECK style - double-click on the right of an item (not in the item text) => NPE Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.widgets.Table.sendDoubleSelection(Table.java:2975) at org.eclipse.swt.widgets.Display.windowProc(Disp...
resolved fixed
64fd49e
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-18T16:46:21Z
2010-05-17T18:13:20Z
309,907
Bug 309907 The text of ToolTip is a black bubble on OS linux Ubuntu 10.04 beta2
null
resolved fixed
9d10ebc
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolTip.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-17T20:13:49Z
2010-04-21T08:53:20Z
312,956
Bug 312956 GC#textExtents(String) throws ArrayIndexOutOfBoundsException with GDI+ and if '\r' is present in the string
Try the following snippet: import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.events.PaintListener; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class TestSnippe...
resolved fixed
ec4ef5c
["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
2010-05-17T19:47:57Z
2010-05-14T18:00:00Z
313,182
Bug 313182 Need command-line option to turn off IA2
null
resolved fixed
5ffa280
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-17T18:29:20Z
2010-05-17T15:26:40Z
312,810
Bug 312810 Remove code that was inadvertently committed
null
resolved fixed
d962459
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-13T16:14:55Z
2010-05-13T17:00:00Z
311,809
Bug 311809 [Accessibility] Accessible relations don't show up in accessibility inspector
I20100504-0800 The two examples for relations aren't working on Cocoa. AccessibleRelationsExample and AccessibleRelationsExample2 demonstrate the addRelation method, and on Cocoa this means that the Accessible in RELATION_LABEL_FOR should show up as an element in the NSAccessibilityServesAsTitleForUIElementsAttribute l...
resolved fixed
940e0a0
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-12T22:13:04Z
2010-05-05T22:53:20Z
312,722
Bug 312722 Missing AddRef in new Relation
null
resolved fixed
3b10046
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Relation.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-12T21:42:11Z
2010-05-12T21:33:20Z
307,991
Bug 307991 IE browser zone elevation blocks standard browser UI
null
resolved fixed
74bc3bf
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-12T19:57:29Z
2010-04-02T14:53:20Z
312,359
Bug 312359 77% of CPU used doing nothing
null
resolved fixed
289fd35
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-12T17:34:08Z
2010-05-11T01:06:40Z
312,528
Bug 312528 Missing AddRef in new Accessible(parent)
null
resolved fixed
cb166f4
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-12T15:35:15Z
2010-05-12T04:53:20Z
118,049
Bug 118049 [CCombo] CCombo in form : dropdown scrolling causes parent shell to scroll too
When scrolling vertically in the drop down, either with the keyboard keys or a click on the scroll bar, if the CCombo is in a form nested in a Shell that also has a vertical scroll bar, the shell scrolls in the sameway the CCombo drop down does.
resolved fixed
8c8a165
["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
2010-05-11T10:19:40Z
2005-11-25T12:00:00Z
309,753
Bug 309753 NPE in Tree#sendMeasureItem()
I20100412 I have code that is running fine on 3.5 (cocoa x86_64), when I move to 3.6 I get the following NPE. If I run this code on 3.6 on other platforms, it runs fine. This indicates to me that there is a problem in the Cocoa implementation that is probably a regression. java.lang.NullPointerException at org.eclipse....
resolved fixed
5c4eec1
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-10T16:50:29Z
2010-04-20T02:20:00Z
277,098
Bug 277098 Line numbers rendered too low
null
resolved fixed
13a90f5
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "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
2010-05-07T19:40:38Z
2009-05-20T09:00:00Z
312,112
Bug 312112 Spec for Accessible.sendEvent should mention that eventData can be null
null
resolved fixed
8e9a6c0
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-07T19:07:42Z
2010-05-07T19:20:00Z
311,973
Bug 311973 StyledText's AccessibleTextExtendedListener#getText() problems for TEXT_BOUNDARY_WORD
StyledText is returning some wrong values in AccessibleTextExtendedListener#getText() when the boundary type is TEXT_BOUNDARY_WORD. For example, "hello world" the word at 6 (count=0) was returning "hello" I saw the problem running linux's accerciser tool.
resolved fixed
fcb9641
["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
2010-05-07T18:40:24Z
2010-05-06T21:06:40Z
312,097
Bug 312097 NVDA does not work with Eclipse Java editor
null
resolved fixed
6cedeab
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-07T16:49:08Z
2010-05-07T16:33:20Z
311,974
Bug 311974 WebKitGTK's minimum version should be 1.2.0
null
resolved fixed
e5d5524
["bundles/org.eclipse.swt/Eclipse", "SWT", "WebKit/gtk/org/eclipse/swt/browser/WebKit.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-07T14:18:45Z
2010-05-06T21:06:40Z
288,669
Bug 288669 [Widgets] Modal state of Shells ignored after a dialog has popped up
null
resolved fixed
2f4d1b2
["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
2010-05-07T03:09:32Z
2009-09-04T18:46:40Z
298,744
Bug 298744 [Program] Opening URLs in external browser fails with GLib 2.20
null
resolved fixed
98e192d
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-07T02:59:05Z
2010-01-04T13:00:00Z
309,570
Bug 309570 Regression on SWT Cocoa Table header between 3.6M4 and 3.6M5
With SWT Cocoa 3.6M4, the Snippet 311 (show a menu in a table header) works correctly. However, with SWT Cocoa 3.6M5 and later, right clicking on the table header brings up the tableMenu rather than the headerMenu. Something in the calculation of where the click occurred (header vs table) has regressed in 3.6M5. Right ...
resolved fixed
86fca25
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-06T20:42:20Z
2010-04-17T13:13:20Z
311,819
Bug 311819 StyledText getTextAttributes should always return font & colors
Screen readers don't want to assume (or figure out) what the default font & colors of an IAccessibleText are. So we need to return something for them, even if there are no styles. Something like this (did not test): if (!isListening(LineGetStyle) && st.renderer.styleCount == 0) { e.textStyle = new TextStyle(st.getFont(...
resolved fixed
5d481eb
["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
2010-05-06T19:34:35Z
2010-05-06T04:26:40Z
291,326
Bug 291326 [SWT/AWT] Freeze when making a sync SWT call in response to certain Swing events
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: swt-N20090930-2000-cocoa-macosx-x86_64 Calling synchronously SWT from the AWT event dispatch thread can result in a freeze of the application. This happens when SWT is waiting synchronously after AWT. ...
resolved fixed
c8de18f
["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
2010-05-06T18:37:34Z
2009-10-05T10:53:20Z
311,687
Bug 311687 Link does not wrap without vertical fill
3.5 and I20100504-0800 The link widget does not properly wrap on Cocoa. If you open the ControlExample, select Size > Preferred, Horizontal Fill, and then make the window narrow, the Link wraps on WinXP and GTK, but doesn't wrap on Cocoa. When Vertical Fill is also checked, it also works properly on Cocoa. This bug can...
resolved fixed
c01029f
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-06T18:35:07Z
2010-05-05T09:00:00Z
311,881
Bug 311881 NPE in Link traversal code
null
resolved fixed
9091daa
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-06T14:41:41Z
2010-05-06T12:46:40Z
311,631
Bug 311631 [Accessibility] VoiceOver doesn't read the title of tabs in a tab group
I20100429-1549 VoiceOver isn't reading the title of a tab. 1. Launch ControlExample 2. Turn on VoiceOver. 3. Click on a tab You hear "selected tab xx of 25" but the title isn't announced. Compare with System Preferences -> Keyboard (for example), where the name of the tab is announced when you click on it. This is a st...
resolved fixed
225a555
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TabItem.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-05T17:12:22Z
2010-05-04T21:53:20Z
310,636
Bug 310636 problems with toolitem setHotImage and setDisabledImage on cocoa
1) run snippet 47 It sets image, hot image and disabled image for toolitem. But on cocoa, hot image is always shown. Also, the disabled hot image is shown as the disabled image for the toolitem. Snippet works fine on Windows. Reproducible with 3.6 HEAD.
resolved fixed
3e20747
["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", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-05T16:40:44Z
2010-04-27T14:53:20Z
311,746
Bug 311746 Orca/Eclipse focus problems switching apps
From the orca mailing list: ------------------- I don't know who is the guilt, orca or eclipse. Probably both! To reproduce try the following: 1. lanch eclipse. I'm running build i20100504 but the problem can be reproduced with previous versions. 2. choose a workspace. 3. Open the editor with some content. 4. Switch to...
resolved fixed
dec3c34
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/accessibility/gtk/ATK.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-05T15:28:09Z
2010-05-05T14:33:20Z
311,632
Bug 311632 AccessibleObject interfering with default accessibility of Text (with Orca)
SWT creates an AccessibleObject when the free Label relation is added. This causes a lot of code to start running in AccessibleObject even though there is no listener added to Accessible object associated to the text field in the sample below. For example, AcessibleObject.atkText_get_character_at_offset() is called as ...
resolved fixed
a896a1d
["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
2010-05-05T14:10:36Z
2010-05-04T21:53:20Z
291,749
Bug 291749 [Widgets] Links in Link widget not selectable via keyboard (no focus ring)
null
resolved fixed
63e6a90
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-05T10:44:52Z
2009-10-08T13:53:20Z
311,602
Bug 311602 Wrong super method called in AccessibleObject
atkHypertext_get_link_index and atkText_set_caret_offset call wrong super.
resolved fixed
fff12e8
["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
2010-05-04T18:28:45Z
2010-05-04T19:06:40Z
311,462
Bug 311462 Timer does not run when FileDialog is open
import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; public class PRxx { public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new GridLayout(1, false)); display.timerExec(100, new Runnable() { p...
resolved fixed
95f3d17
["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
2010-05-04T16:05:51Z
2010-05-04T02:26:40Z
311,466
Bug 311466 Leaking accessible object
AccessibleFactory.createAccessible() should call gtk_widget_get_accessible() instead of atk_object_factory_create_accessible(). If it calls the former, the created atkobject has to be freed. This does not happen currently. The later is disposed when the widget is disposed.
resolved fixed
171f5b1
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleFactory.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-04T15:58:44Z
2010-05-04T02:26:40Z
311,303
Bug 311303 IAccessible2::role is supposed to pass the MSAA role through
null
resolved fixed
a4257dd
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-04T02:46:04Z
2010-05-02T06:00:00Z
311,292
Bug 311292 QI shouldn't return S_OK for IAText if there are only attributeListeners
null
resolved fixed
31a67d2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-04T02:42:59Z
2010-05-01T21:40:00Z
311,302
Bug 311302 NPE getting address of a Relation
Set Accessible.DEBUG = true, then run LiveRegionExample and then run JAWS. NPE in Accessible.get_relation on the statement relation.objIAccessibleRelation.getAddress() because relation.objIAccessibleRelation is null. This is because relation.objIAccessibleRelation is created when AddRef is called, and it doesn't get ca...
resolved fixed
09769cb
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Relation.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-04T02:39:37Z
2010-05-02T03:13:20Z
282,229
Bug 282229 The scroll in any editor is painfully slow on OS X
Build ID: I20090611-1540 Steps To Reproduce: 1. Create Java project 2. Create long Java class 3. Try to scroll. More information:
resolved fixed
bd06d2d
["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "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/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/...
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-04T01:36:47Z
2009-07-02T02:00:00Z
310,648
Bug 310648 Allow arrow up/down keys to open dropdown-menu in toolitem
Happens in 3.6 HEAD Cocoa 1) Run the snippet given below. 2) Traverse to the toolitem with a dropdown menu. 3) Now, use the arrow-down or arrow-up key to open the drop-down menu. result: the focus traverses to the next toolitem. expected: The drop-down menu opens in windows and gtk. Same behavior can be seen in the ecl...
resolved fixed
dd6239b
["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
2010-05-03T23:54:24Z
2010-04-27T14:53:20Z
305,433
Bug 305433 [Gtk] unexpected MouseExit event for Shell causes bad interaction with JFace ToolTip on 3.6
I have noticed that when I click the "i" button the displayed tooltip is often times hidden when I try to navigate to it to scroll or to press the Learn more link. Suggestion to improve interaction: * Only hide tooltip when moving the mouse over the tooltip and out again. Do not hide if the mouse is moved over other co...
resolved fixed
db03f12
["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
2010-05-03T21:18:18Z
2010-03-11T01:13:20Z
310,932
Bug 310932 Poor table scrolling performance on motif aix ppc platform due to multiple XQueryColor calls per widget
Build Identifier: 20090619-0625 Using the OpenText's (www.opentext.com) remote connection technology called ExceedOnDemand, we run an eclipse rcp application which has scroll performance problems (15-30 seconds on a 5000 row table) which make it unusable. Even natively, the performance is much slower than linux/gtk. Af...
resolved fixed
60a955b
["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/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-03T19:40:50Z
2010-04-29T00:13:20Z
311,129
Bug 311129 [Browser][Mozilla]Code refactoring of Parse method in nsID class
Build Identifier: I20080617-2000 The Parse method will create 36 new String objects for each new nsID object. So there will be thousands of temp String objects during the creation of a single browser instance. public nsID(String id) { Parse(id); } public void Parse (String aIDStr) { if (aIDStr == null) throw new Error ...
resolved fixed
8bf573e
["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsID.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-03T19:33:25Z
2010-04-30T04:00:00Z
311,216
Bug 311216 DirectoryDialog does not remember last selected directory
For 3.6m7 I fixed a bug where FileDialogs didn't remember the last selected directory on subsequent calls to open(). DirectoryDialogs have the same bug, and I missed it when I fixed FileDialog. See the original FileDialog bug for steps to reproduce. They apply here, too.
resolved fixed
a6f6f0c
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DirectoryDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-05-03T18:21:29Z
2010-04-30T17:53:20Z
311,231
Bug 311231 Warnings printed to console when running AccessibleValueExample
null
resolved fixed
9d1ef85
["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
2010-05-03T17:14:48Z
2010-04-30T17:53:20Z
311,228
Bug 311228 Orca always reads first page in CTabFolder
1) Open several editors in Eclipse 2) Give focus to the CTabFolder by pressing Ctrl+Shift+Tab 3) Move through the tabs using the arrow keys The title spoken is always for the first page.
resolved fixed
7152a68
["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
2010-05-03T17:01:08Z
2010-04-30T17:53:20Z
310,912
Bug 310912 orca reads StyledText line twice
Ubuntu 10.04 with Assistive Technologies on. Eclipse 3.6M7 candidate. Open a java class. Move the caret from one line to another. Note that orca reads the line twice.
resolved fixed
3743459
["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
2010-04-28T21:38:57Z
2010-04-28T21:26:40Z
310,707
Bug 310707 [64] printing to file twice crashes
3.6M7 test build - observed on 64-bit Vista, does not happen on same machine with 32-bit eclipse - have not tried it on 64-bit Windows 7 or XP - open any file in eclipse - invoke File -> Print... - check "Print to File", press Print - enter any name, OK --> file is written, fine - invoke File -> Print... again - "Print...
resolved fixed
bfbf576
["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/win32/org/eclipse/swt/printing/PrintDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-28T19:15:26Z
2010-04-27T20:26:40Z
310,660
Bug 310660 AIOOBE in TextLayout makes it impossible to commit to CVS
3.6M7 test build - observed on HPUX but likely happens on all motif platforms - should be fixed for 3.6M7 - open the Error Log view - check any resource out of CVS - modify and save it, right-click it, invoke Team->Commit - nothing happens, except that the following is written to the Error Log view: org.eclipse.swt.SWT...
resolved fixed
4eace6e
["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-27T18:28:16Z
2010-04-27T17:40:00Z
283,503
Bug 283503 Eclipse crashes at org.eclipse.swt.internal.win32.OS.ScriptGetLogicalWidths
null
resolved fixed
d202617
["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
2010-04-26T16:17:02Z
2009-07-15T09:26:40Z
310,401
Bug 310401 Combo shows only 5 items if items are set after first layout
I20100424-2000 Combo shows only 5 items if items are set after first layout, see snippet below. This is visible in the SDK in the Find/Replace dialog (fields show only 5 items until you resize the dialog). import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; public class ModifiedSnippet26 { public static void ma...
resolved fixed
47d0546
["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
2010-04-26T14:54:23Z
2010-04-26T00:00:00Z
310,290
Bug 310290 [Browser] setting mozilla's proxy host/port values should not be persisted
The setting of these values via a java property should only be in effect for the current session, they should not be persisted in the mozilla preferences, as they may not apply to future sessions.
resolved fixed
18ce373
["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
2010-04-23T18:25:02Z
2010-04-23T13:40:00Z
310,083
Bug 310083 AccessibleTextEvent needs @since tags for new API fields
HEAD AccessibleTextEvent needs @since tags for the new API fields. An while you're at it: The @since tag in org.eclipse.swt.custom.BidiSegmentEvent.segmentsChars has a typo (@ missing).
resolved fixed
1fe35b2
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/common/org/eclipse/swt/accessibility/AccessibleTextEvent.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-22T13:28:42Z
2010-04-22T09:53:20Z
107,337
Bug 107337 SWT Browser.refresh() does not fire ProgressEvent
I am using Eclipse 3.1 on Windows XP Pro SP2. I have adapted the Web Browser SWT example for use in a plugin I am developing, and noticed that the Browser.refresh() method does not fire a ProgressEvent. However, using the native browser refresh hot key (F5) does fire the event.
resolved fixed
589dae5
["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
2010-04-20T20:49:03Z
2005-08-18T15:46:40Z
288,824
Bug 288824 [Widgets] Problems with repeating events of Spinner widgets on Linux/GTK
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1) Gecko/20090707 Iceweasel/3.5 (Debian-3.5-1) GTB5 Build Identifier: I20090611-1540 When the buttons on a spinner with digits are a selecting the spinner jumps quickly to its maximum or minimal values on Linux using GTK version. For Snipped190, it happens on...
resolved fixed
102d9e0
["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/Spinner.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-20T09:15:31Z
2009-09-08T14:26:40Z
308,270
Bug 308270 [Program] VM crash in SWT native code while importing preferences
Build Identifier: I20100312-1448 I created a new workspace and tried to import my preferences. This resulted in a VM crash. hs_err log and preferences file attached. Reproducible: Always Steps to Reproduce: 1. Create a new workspace 2. Attempt to import the attached preferences files
verified fixed
83b6263
["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/gtk/org/eclipse/swt/program/Program.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-20T03:42:13Z
2010-04-06T21:40:00Z
291,253
Bug 291253 [Widgets] setting minimum size on an ON_TOP Shell makes it unable to grow
From the swt newsgroup (post + snippet below), I also see it on RHEL4. If line "shell2.setMinimumSize(MIN_SIZE, MIN_SIZE);" is commented out then the ON_TOP Shell is able to grow. " I'm trying to create a borderless shell (NO_TRIM) with a minimum size on Linux. When I do this, resizing the window to be *larger* doesn't...
resolved fixed
83a663e
["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
2010-04-19T20:16:33Z
2009-10-02T21:46:40Z
303,818
Bug 303818 Spinner value hidden if having 2 Spinners in a Composite
Snippet: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new GridLayout()); Spinner spinner = new Spinner(shell, SWT.BORDER); spinner.setSelection(100); spinner = new Spinner(shell, SWT.BORDER); spinner.setSelection(100); sh...
resolved fixed
cac6973
["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Spinner.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-19T17:21:12Z
2010-02-24T22:20:00Z
308,496
Bug 308496 NullPointerException at org.eclipse.swt.browser.IE.handleDOMEvent
Build Identifier: 3.6 M6 Release The SWT Browser generates a NullPointerException at org.eclipse.swt.browser.IE.handleDOMEvent when IE is the embedded browser. This behavior can be seen using the login page at www.facebook.com Reproducible: Always Steps to Reproduce: 1.Launch and instance of the SWT Browser 2.Navigate ...
resolved fixed
73867f2
["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
2010-04-16T18:40:42Z
2010-04-08T15:20:00Z
247,216
Bug 247216 Display.post(Event) - problem with ALT+SHIFT+INSERT
Build ID: I20080617-2000 Steps To Reproduce: The following snippets displays nothing on the system console. My platform is Windows XP Prof. version 2002 SP2. public class Snippet304 { static Display display = null; public static void main(String[] args) { display = new Display(); Shell shell = new Shell(display); shell...
resolved fixed
2b47911
["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
2010-04-14T16:22:20Z
2008-09-13T12:46:40Z
308,329
Bug 308329 [TUR3.6]: ArrayIndexoutOfBoundsException occurred when paste TR characters in Console when Run C++ project
Build Identifier: I20100403-1602 ===== Description ===== It is happened in SUSE11/TR. Run C++ project. Paste EN characters in Console, the console return hello EN characters. Paste TR characters in Console, the "ArrayIndexoutOfBoundsException" message is displayed. We had tried this on RHEL environment and this was wor...
closed fixed
d858349
["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-12T18:41:59Z
2010-04-07T14:20:00Z
304,780
Bug 304780 Eclipse hangs while using FileDialog
Eclipse always hangs when I attempt to import any project/archive. Infact, UI freezes when any filedialog is opened. Suprisingly, when I tried to recreate the problem using standalone SWT (referencing to SWT jar files of the eclipse installation), FileDialog does not cause eclipse to hang. Build id: N20100303-2000 Repr...
resolved fixed
00d5736
["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleFactory.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-12T15:52:59Z
2010-03-05T09:06:40Z
308,445
Bug 308445 DBCS3.6: DragSource and DropTarget can not handle surrogate pairs in Windows 7
null
verified fixed
4a54739
["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/URLTransfer.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-12T14:43:05Z
2010-04-08T07:00:00Z
308,724
Bug 308724 Compiler warnings in N20100409-2000
1. WARNING in /temp.folder/@dot.src/org/eclipse/swt/widgets/Text.java (at line 16) import org.eclipse.swt.internal.*; The import org.eclipse.swt.internal is never used
resolved fixed
10cff95
["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
2010-04-12T13:12:16Z
2010-04-10T14:33:20Z
298,143
Bug 298143 [PropertiesView] Property view hover text has odd behavior in Cocoa compared with Carbon or Windows
Build Identifier: M20090917-0800 When a property is multiple lines, it hovers correctly in Carbon or Windows, showing the entire property value. In Cocoa, only a single line is visible. Reproducible: Always Steps to Reproduce: Not sure how to show so have figures to upload to illustrate.
resolved fixed
54a339f
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-09T08:32:52Z
2009-12-18T01:33:20Z
290,373
Bug 290373 [Graphics] Lines not honoring print margins
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9 Build Identifier: Version: 3.6.0 Build id: I20090917-0100 The Java source editor is not honouring the print margins that are set (see the screenshot). You will have to take my word for i...
resolved fixed
d0cfa98
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GCData.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-08T19:17:00Z
2009-09-24T08:13:20Z
308,500
Bug 308500 [Browser] hook key/mouse event listeners earlier on Safari
null
resolved fixed
f7cff71
["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-08T15:45:41Z
2010-04-08T15:20:00Z
308,057
Bug 308057 StyledText reporting wrong accessibility information when deleting data with backspace
null
resolved fixed
7ae6c7a
["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
2010-04-07T18:52:21Z
2010-04-05T01:13:20Z
308,381
Bug 308381 [Accessibility] Scrollviews ignored in accessibility hierarchy
In SWT apps, scroll views are being ignored in an accessibility hierarchy. Other Cocoa apps do not ignore the scroll view. 1. Launch Accessibility Inspector. 2. Launch Text Edit. 3. Move the mouse over the editor window. 4. Look at the hierarchy in the Accessibility Inspector. <AXApplication: "TextEdit"> <AXWindow: "Un...
resolved fixed
86a6f41
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Scrollable.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-07T18:43:25Z
2010-04-07T19:53:20Z
292,665
Bug 292665 File open dialog doesn't remember last opened folder.
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: Snow Leopard 10.6.x It remembered last open directory on Tiger/Leopard 10.5 but doesn't in Snow Leopard. Reproducible: Always Steps to Reproduce: 1. Open File Dialog and choose some file in some specif...
resolved fixed
a591c30
["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/FileDialog.java"]
SWT
https://github.com/eclipse-platform/eclipse.platform.swt
eclipse-platform/eclipse.platform.swt
java
null
null
null
2010-04-06T22:42:14Z
2009-10-19T13:46:40Z