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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
35,657 | Bug 35657 Eclipse crashes and throws exception when starting up in Chinese locales | Overview Description: For any Chinese locale on Sun Solaris 9, Eclipse will crash and throw a null pointer exception when the user attempts to start Eclipse in that environment. Steps to Reproduce: 1) Log into Solaris using any Chinese locale (e.g., zh_TW.BIG5, zh_CN.GB18030, zh). 2) Open a terminal session and start E... | resolved fixed | f8eebc4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Font.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-20T21:34:04Z | 2003-03-25T19:20:00Z |
37,881 | Bug 37881 StyledText - NPE when using RIGHT_TO_LEFT style with StyledText on Linux | build 20030520 Using the RIGHT_TO_LEFT style in StyledText on platforms other than Windows results in a NullPointerException in StyledTextBidi. The problem is that we are testing for the RIGHT_TO_LEFT style to determine whether we should operate in right oriented mode. We should be testing for the MIRRORED style. Testi... | resolved fixed | 669774d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java", "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 | 2003-05-20T18:38:04Z | 2003-05-20T19:46:40Z |
37,591 | Bug 37591 ImageLoader.save for GIF saves in compress GIF format | null | resolved fixed | 41f3fb6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/GIFFileFormat.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-16T18:22:45Z | 2003-05-14T13:46:40Z |
35,804 | Bug 35804 Cheese in Text | I200303272130 1) Create a task in the Task View 2) Edit the descripton in the table. 3) Cursor back and forth in the text. Notice that there are black lines between the characters where the cursor has been. Also notice that the text is scrolled off to the left when you first try to edit the description. This makes the ... | resolved fixed | af8a2f6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-16T18:18:30Z | 2003-03-28T14:00:00Z |
37,497 | Bug 37497 Creating of new Image is failed in some cases. | This is caused by little mistake in the copying of block of code in the new method init(): ................. if (blackIndex == -1) { /* There was no black in the palette, so just copy the data over */ //! System.arraycopy(source.data, 0, image.data, 0, //! System.arraycopy(source.data, 0, imageData.data, 0, imageData.d... | resolved fixed | 75da12d | ["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 | 2003-05-15T23:25:11Z | 2003-05-12T14:33:20Z |
28,529 | Bug 28529 ProgressBar direction wrong + cheese | I20021216 In progress bar tab of the control example: select SWT.HORIZONTAL. select 100x100 Progress bar draws vertically and leaves cheese. | resolved fixed | fd4cb46 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Slider.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-15T22:19:27Z | 2002-12-17T15:46:40Z |
34,185 | Bug 34185 Native Tree: Clicking into selection doesn't reselect | I2003-03-07 In a tree view, I have selected all items. If I single click on any of the items, the selection doesn't change to include only the item I clicked on. Instead the selection stays unchanged. | resolved fixed | 3aee767 | ["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 | 2003-05-15T22:09:31Z | 2003-03-08T10:40:00Z |
33,496 | Bug 33496 Multi-line text issues too many mouse track events on Photon (BBAWT) | When I add a MouseTrackListener to a multi-line Text widget on Photon, both mouseEntered *and* mouseExit are fired when I pass the mouse over the text widget, and both events are again fired when I move the mouse out of the widget. I would expect only mouseEntered when I pass over and only mouseExited when I mouse out.... | resolved fixed | f5e8c2f | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-15T21:15:55Z | 2003-02-27T21:06:40Z |
37,178 | Bug 37178 drag and drop movement of a class addes package.* to imports [refactoring] | Since I run around using 'organize imports' to turn all those stars into specific imports, shouldn't this import the specific class instead of *? Perhaps some sort of configuration option for this would be appropriate. | resolved fixed | 6814887 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-15T21:03:29Z | 2003-05-02T15:40:00Z |
37,140 | Bug 37140 GC.drawImage throws SWTError with boundary conditions (BBAWT) | Using Swt v3001 on Linux-GTK ver 2.2.2 OS: RedHat Linux 8.0 SWT throws an SWTError: No more handles when drawImage(Image, int, int, int, int, int, int, int, int) is called with destX and destY parameters as Integer.Min_VALUE and destWidth and destHeight as Integer.MAX_VALUE -------- Testcase -------- import org.eclipse... | resolved fixed | 97d7bbf | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-15T20:13:48Z | 2003-05-01T17:26:40Z |
36,934 | Bug 36934 Invalid thread access error on creating a font in Motif (BBAWT) | Using RedHat 8.0, SWT v3001 on Linux-Motif When a new Font is created in a new thread (not the UI thread) in SWT on Motif, an SWTException is thrown with the message Invalid thread access. Here is an example: Testcase -------- import org.eclipse.swt.graphics.Font; import org.eclipse.swt.widgets.Display; public class Te... | resolved fixed | e754a12 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Font.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-15T19:17:09Z | 2003-04-25T19:46:40Z |
37,198 | Bug 37198 gtk2 im - imhangul (korean IM) work bad in Eclipse | when I input korean character with imhangul, it does some strange thing. but when i use ami(XIM for korean) it does well. I can't describe well, so I'll attach my screen-shot. | resolved fixed | 179b6c1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Canvas.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-15T15:49:54Z | 2003-05-04T09:20:00Z |
37,519 | Bug 37519 Bug in Decorations.setPlacement method | The setPlacement method in Decorations contains the following code: if ((flags & OS.SWP_NOMOVE) == 0) { lpwndpl.left = x; lpwndpl.top = y; } if ((flags & OS.SWP_NOSIZE) == 0) { lpwndpl.right = x + width; lpwndpl.bottom = x + height; } I believe this should be changed to: if ((flags & OS.SWP_NOMOVE) == 0) { lpwndpl.left... | resolved fixed | 6627de6 | ["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 | 2003-05-14T22:07:36Z | 2003-05-12T20:06:40Z |
36,450 | Bug 36450 [Key Bindings] Only KeyUp event for Alt+[Shift]+<char> on Windows | null | resolved fixed | f664172 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-13T22:29:06Z | 2003-04-14T14:20:00Z |
37,498 | Bug 37498 BIDI: rtl-oriented TableCursor set next column instead of previos and vice versa, when it uses right and left arrow keys. | When TableCursor has rtl orientation, left and right arrow keys should be swapped. | resolved fixed | 4011980 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableCursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-13T19:08:52Z | 2003-05-12T14:33:20Z |
37,479 | Bug 37479 BIDI: Drop-down list of CCombo doesn't inherit it's orientation from CCombo. | Shell, which stores drop-down list of CCombo, is always created with NO_TRIM style only. Therefore it inherit it's orientation not from CCombo, but from it's parent shell. | resolved fixed | fd76c84 | ["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 | 2003-05-13T18:50:18Z | 2003-05-11T13:33:20Z |
37,164 | Bug 37164 Crash when opening a MessageBox on a Text focusLost event | Opening a MessageBox when a Text receives a focusLost event (e.g. when user press Tab) crashes on linux-gtk (works fine in linux-motif and windows). System: Red Hat 9, gtk2-2.2.1 Eclipse: 2.1 release, libswt-gtk-213 --- GTK error message ---- (<unknown>:3061): Gtk-WARNING **: GtkEntry - did not receive focus-out-event.... | resolved fixed | ac33f25 | ["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 | 2003-05-13T18:15:15Z | 2003-05-02T10:06:40Z |
37,293 | Bug 37293 BIDI:GC.drawImage(0, ... draws at 1, ... when using RIGHT_TO_LEFT | build 20030429 (+ todays latest from HEAD) Run the attached test case. Observe the one pixel wide background leaking through to the right of the double buffer image. | resolved fixed | e56784c | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ImageList.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-08T21:01:16Z | 2003-05-06T19:40:00Z |
37,299 | Bug 37299 BIDI:Caret cheese when resizing RIGHT_TO_LEFT StyledText | build 20030429 + latest from HEAD -run the SwtStyledTextUseCase in org.eclipse.swt.internal (ottcvs1) -place the caret somewhere on a line -resize the shell horizontally ->there is caret cheese as shown in the attachment | resolved fixed | 71be946 | ["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/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-08T16:18:24Z | 2003-05-06T22:26:40Z |
29,332 | Bug 29332 new GC(this) produces a GC that does nothing | Creating a graphic context by calling new GC(this) in a custom Composite widget does not work on Mac OS: Drawing on the newly create GC shows no effect. (At least drawing lines does not work, I have not tried much more). My code works fine on Win32 and Linux. The bug appeared in 2.1 M4 | resolved fixed | 2e45d54 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GCData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-05-06T18:02:53Z | 2003-01-11T10:13:20Z |
37,212 | Bug 37212 Order sependencies in setting up menus | In the following code example, reordering the statements "A", "B", "C" produces differing results (you'll need to replace the 'icon' with a reference to an available icon on your system) ABC - menu is shown with text and icon, and is enabled CAB - text is not shown BCA - text is shown, but menu is disabled package swtb... | resolved fixed | 68eede6 | ["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 | 2003-05-05T18:49:59Z | 2003-05-05T13:06:40Z |
37,030 | Bug 37030 No focus listener control in SWT combo on Linux platform | I tried to add addFocusListener() on SWT Combo, but it doesn't work The following is a simple test code: import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.events.FocusListener; import org.eclipse.swt.events.FocusEvent; import org.eclipse.swt.SWT; public class TestCom... | resolved fixed | 9e56839 | ["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 | 2003-04-29T21:29:07Z | 2003-04-28T22:46:40Z |
31,941 | Bug 31941 gtk_progress_bar_set_fraction - crash when creating a class under latest Debian GTK 2.2 / Crux Theme | When I try to create a class in a new, empty project, Eclipse M5 under Linux/GTK crashes. I get the following assertion violation message from the theme engine I'm using (crux, Debian unstable, gtk2-engines-crux 2.2-3): ** (<unknown>:8306): CRITICAL **: file crux-draw.c: line 1017 (draw_box): assertion `width < 32768' ... | resolved fixed | a7bf375 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-28T21:40:09Z | 2003-02-15T14:40:00Z |
34,982 | Bug 34982 Custom BusyIndicator - no hourglass cursor | null | resolved fixed | b8fde77 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Sash.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-28T20:39:26Z | 2003-03-13T21:13:20Z |
36,386 | Bug 36386 Eclipse crashes on exit | 2.1 + SWT HEAD Date/Time: 2003-04-11 01:09:02 +0200 OS Version: 10.2.5 (Build 6L29) Host: lipari.local. Command: Eclipse PID: 637 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000037 Thread 0: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x0366a000 in 0x366a000 #3 0x90... | resolved fixed | 71b4d72 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "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 | 2003-04-25T18:31:07Z | 2003-04-11T00:13:20Z |
29,787 | Bug 29787 BIDI: problem with keyboard's left and right arrows, when them used to expand or to collapse rtl-oriented TableTree. | BIDI: when keybord is used to expande or collapse rtl-oriented TableTree, left and right arrows cause the events, that are visually opposite to direction, in which TableTree is expanded or collapsed. | resolved fixed | ef5fd73 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableTree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-22T18:44:57Z | 2003-01-20T10:53:20Z |
29,786 | Bug 29786 BIDI: keyborad's left and right arrows move focus between tabs of rtl-oriented CTabFolder in the opposite direction. | BIDI: when keyboard is used to move focus from current tab of horizontal rtl- oriented CTabFolder to another, left arrow causes moving to the right direction and right arrow - to the left direction. | resolved fixed | 0c07823 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-22T18:33:12Z | 2003-01-20T10:53:20Z |
36,679 | Bug 36679 BIDI: PopupList can't be created with explicitly assigned orientation. | Currently it is impossible to create Shell and List widgets of PopupList with explicitly assigned orientation. As result, PopupList always has orientation of top Shell. It isn't desirable if, for example, table, which use PopupList for editing of it's cells, has orientation, that is differ from orientation of top Shell... | resolved fixed | 46ea407 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/PopupList.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-22T14:54:39Z | 2003-04-20T14:46:40Z |
36,684 | Bug 36684 BIDI: LTR-oriented MessageBox can't be created, if it's parent has RTL orientation. | Currently MesageBox is always created with MB_RTLREADING bit, if it's parent has rtl orientation. It isn't correct, because it is supposed, that MessageBox should be created with orientation, which correspond to explicitly assigned orientation style. Only if orientation style isn't assigned, MessageBox should inherit o... | resolved fixed | c596fe8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MessageBox.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-22T14:41:03Z | 2003-04-21T07:26:40Z |
36,541 | Bug 36541 Printing of java program causes failure | When I try to print a java program in the text editor, one page prints out and the platform crashes (closes) with the following error: JAVAW caused a general protection fault in module <unknown> at 0000:00000939. Registers: EAX=ffffffff CS=04bf EIP=00000939 EFLGS=00000202 EBX=00000000 SS=04a7 ESP=00000040 EBP=000088e4 ... | verified fixed | e6026eb | ["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 | 2003-04-17T19:45:12Z | 2003-04-15T20:53:20Z |
33,492 | Bug 33492 Addition of tasks to task window is too slow | When attacking a new code base, I am likely to get up to a thousand warnings in the task window. Eclipse adds these warnings individually, which takes a long time. If I do a full rebuild of all projects, it will first remove, then re-add all of the warnings. (This process can take several seconds for a large number of ... | resolved fixed | b0ade0f | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-16T15:33:04Z | 2003-02-27T21:06:40Z |
35,915 | Bug 35915 Need a locale String from FontData | 2.1 We need a way to get the Locale information so that it can be displayed. On Motif the FontDialog is laid out in such a way that the encoding looks like the name and as a result it looks to the user like we have not displayed anything. We need to be able to display this value in the FontPreferencePage. Something lik... | resolved fixed | b4a3cd3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk1x/org/eclipse/swt/graphics/FontData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/s... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-16T14:08:30Z | 2003-04-01T15:13:20Z |
33,316 | Bug 33316 FontDialog needs FontData[] API | FontDialog's open() and setFontData() methods are the only way to receive/provide FontData for specifying a font. But on motif, Fonts are often made up of multiple FontDatas. Now that there's a Font constructor that takes FontData[], the dialog should really be extended to also receive/provide FontData[] when needed. T... | resolved fixed | 58c80ff | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/FontDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FontDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk1x/org/eclipse/swt/widgets/FontDialog.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclips... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-15T20:53:37Z | 2003-02-26T20:06:40Z |
35,842 | Bug 35842 Outline view crashes on WinXP & Win2K | I can reproduce this crash consistently. 1. Open specific Java source file with 75 methods 2. Press Ctrl-O 3. Type first character 'c' of one of the methods 4. CRASH An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x773607AB Function... | resolved fixed | 1c62052 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.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 | 2003-04-15T17:58:00Z | 2003-03-29T06:40:00Z |
35,012 | Bug 35012 Setting the toolbar's background on RC2 doesn't work. | In the attached zip I've added a changed version of the PDE's "Plugin with a view" project. I've changed the ToolBarTest.views.SampleView.createPartControl (Composite) method in order to "wrap" the table view in a ViewForm with a toolbar. I've also set the toolbar background to white (actually as you will see I've set ... | resolved fixed | 55a4e12 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-14T20:39:18Z | 2003-03-14T13:53:20Z |
29,788 | Bug 29788 BIDI: rtl-oriented Tracker has wrong behavior. | BIDI: behavior of rtl-oriented Tracker (moving, resizing, cursor position) is wrong. | resolved fixed | 6ddae93 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tracker.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-14T18:35:21Z | 2003-01-20T10:53:20Z |
35,837 | Bug 35837 [DirectoryDialog] There is no disk in the drive. Please insert a disk into drive \Device\Harddisk0\DR0 | Any operation which brings up a file dialog box rooted at "My Computer" tosses up a dialog box with the above error message whenever a harddrive is expanded. Click cancel or try again on dialog (has cancel, try again, and continue) twice, and then it opens up the disk, and proceeds normally. If you un-expand a drive, i... | resolved fixed | a0c9251 | ["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/DirectoryDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-14T15:49:43Z | 2003-03-28T19:33:20Z |
28,800 | Bug 28800 Switching to a not yet activated perspective doesn't set focus an on any view | I2002-12-18 Using Cmd-F8 to switch to a view that has not yet been activated during the session doesn't set the input focus on any view. This results in keyboard commands not being processed (e.g. Cmd-F8 again). This can be reproduced by - Opening two perspectives - Restarting Eclipse - Pressing Cmd-F8 to switch to nex... | resolved fixed | 43cccb7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-11T19:44:28Z | 2002-12-22T09:40:00Z |
34,996 | Bug 34996 Tab Event weirdly handled in motif | null | resolved fixed | 35b3e5a | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/sw... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-10T22:12:50Z | 2003-03-14T05:33:20Z |
36,270 | Bug 36270 BIDI: Some custom widgets can't be created with explicitly assigned orientation. | Each of custom widgets from following list: CCombo,CLabel,CTabFolder,SashForm, ScrolledComposite and ViewForm - filter styles, which are assigned to it, using it's own method checkStyle(). Only some current widget's specific styles remain after this filtering. One more widget, TableTree, doesn't work with assigned styl... | resolved fixed | 36baafc | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CLabel.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", ... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-10T20:13:07Z | 2003-04-09T09:20:00Z |
34,270 | Bug 34270 [RC2] Single-click in popups dismisses them (was: Quick Fix trouble) | Today I started using RC2, and since then there were a number of occasions in which quick fix didn't work. I could click on the bulb in the margin, the quick fix suggestions came up, but when I selected one nothing happened. I could do that repeatably. In one occasion, after saving the source file and retrying, it did ... | resolved fixed | 1907711 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.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 | 2003-04-10T16:44:02Z | 2003-03-10T09:53:20Z |
19,228 | Bug 19228 Try to control motif focus reassignments | The following seem to make motif sometimes reassign focus: - XtUnmanageChild - XtManageChild - XtDestroyWidget - XmNtraverseOn - "sensitive" Also, the line that's commented out of ToolItem that gets it focus (?) can probably be reintroduced. | resolved fixed | 3f82915 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-09T16:49:46Z | 2002-06-04T22:33:20Z |
33,068 | Bug 33068 [JUNIT]Label.setAlignment not implemented | I20030221 Failed in Test_org_eclipse_swt_widgets_Label.test_setAlignmentI junit.framework.AssertionFailedError: expected:<16384> but was:<131072> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framew... | resolved fixed | 7d74281 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-08T23:09:48Z | 2003-02-25T19:06:40Z |
36,000 | Bug 36000 [StyledText] ContentWidthCache initialization | null | resolved fixed | 8380cc1 | ["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 | 2003-04-08T22:16:54Z | 2003-04-02T21:46:40Z |
36,192 | Bug 36192 Native crash when closing tree nodes | 2.1 I frequently crash when closing tree nodes in the top left pane of the Sync view. I cannot reproduce it, but the typical scenario is: - Synchronize with HEAD on SWT project - reviewing all incoming changes by opening the nodes in the resource pane either manually or with a Expand All - after reviewing the changes I... | resolved fixed | f3c9326 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-08T19:11:29Z | 2003-04-08T08:20:00Z |
35,607 | Bug 35607 Sash missing cursor in Structure Compare of the Sync view | In the Structure Compare, the structure "pane" is separated from the text pane by a sash. On Windows, you get a SE cursor on that sash, but not on GTK. | resolved fixed | 64cbe9d | ["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/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-08T16:13:52Z | 2003-03-24T21:06:40Z |
34,122 | Bug 34122 Control Example | Eclipse 200303062359 RH 8.0 Combo Tab The SWT.BORDER button does not seem accessible. The SWT.READ_ONLY button is only valid when SWT.DROP_DOWN is selected, but it is not disabled when SWT.SIMPLE is selected Dialog Tab Dialog type = message box Button Styles SWT.CANCEL SWT.YES: Dialog opens with ok button. Button Style... | resolved fixed | 1c03c03 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-08T13:59:40Z | 2003-03-07T18:00:00Z |
34,445 | Bug 34445 Reverse sort for AddressBook example | When you click on the header for a column in the AddressBook example, it sorts the selected column. It would be nice if selecting it again reversed the sort as most client applications would. | resolved fixed | aedecef | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/addressbook/AddressBook.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-08T13:09:14Z | 2003-03-10T21:00:00Z |
34,499 | Bug 34499 Can't select styles in combo example | RC2 Linux-GTK 1. Launch the ControlExample and go to the Combo tab. 2. With SWT.SIMPLE selected, try to select SWT.READ_ONLY or SWT.BORDER. 3. The checkboxes appear enabled but clicking in them only causes them to flash. 4. Select SWT.DROP_DOWN and repeat step 2. 5. Now SWT.READ_ONLY can be selected, but SWT.BORDER sti... | resolved fixed | 0574277 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ComboTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-04T22:21:37Z | 2003-03-10T21:00:00Z |
35,496 | Bug 35496 Setting font for Table headers does not work | Assigning a new font to a Table sets the new font for the rows within the table, but leaves the Table headers as they are. It DOES work under Win32, though. I looked in the SWT source code (for Win32) for table s setFont() method, and found the following ... Maybe something similiar needs to be done for GTK, too ? publ... | resolved fixed | dcf857f | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-03T20:22:42Z | 2003-03-21T18:06:40Z |
34,515 | Bug 34515 GTK: Cascade MenuItem doesn't support image | RC2 Linux-GTK 1. Launch the ControlExample and go to the Coolbar tab. 2. Select the SWT.DROP_DOWN style. 3. In the middle coolbar, grab the sash and pull it all the way to the left such that the pulldown menu appears for the second item. 4. Click on the pulldown arrow. 5. The item in the pulldown has no icon. The butto... | resolved fixed | a1d2449 | ["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/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-03T19:36:25Z | 2003-03-10T21:00:00Z |
34,385 | Bug 34385 Setting direction on SWT.ARROW Button displays warnings | RC2, using gtk2.2.1 - run the Control Example, go to the Button tab - select the ARROW radio and will get the following warning spew: (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 ... | resolved fixed | 27ddda3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-03T19:01:03Z | 2003-03-10T18:13:20Z |
35,156 | Bug 35156 Ctrl+F1 works only on some fields in the help search | OS: Linux - GTK Build: RC2 with IBMJava2-131 JRE Steps to reproduce: 1. Launch eclipse with DBCS locale. 2. Select from the menu bar Search -> Help 3. When the window pops up, click on the first text field and press ctrl+F1. Expected Result: A help pop up screen should come up displaying information about the Help Sear... | resolved fixed | 1d3ef3b | ["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 | 2003-04-03T18:03:32Z | 2003-03-17T19:40:00Z |
35,773 | Bug 35773 Disposing a toolbar does not dispose the child controls properly | GEF and others place drop-down combo controls on the Toolbar via a custom ContributionItem. At some point in our code we ask the Combo if it is disposed, and it says no. Then we try to do something, and it throws widget is disposed exception. The Toolbar is getting disposed, but is not disposing its child, the Combo. | resolved fixed | dd59f5c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-02T21:47:10Z | 2003-03-27T18:33:20Z |
33,369 | Bug 33369 [JUNIT] Button fails | I20030221 setLocation fails. setImage has a serious error and hangs the execution of the tests. | resolved fixed | dabb5d2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-02T21:05:00Z | 2003-02-26T22:53:20Z |
35,628 | Bug 35628 Rapid button pressing | I've noticed that the buttons I create with SWT seem to have problems responding to rapid mouse clicks. Here's the basic scenario: I create a button on a Composite, without necessarily adding any SelectionListeners. Then I (compile, run, and) click it many times in fast succession. Visually, the button appears to depre... | resolved fixed | d91f47f | ["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 | 2003-04-02T19:05:19Z | 2003-03-25T05:26:40Z |
24,877 | Bug 24877 Cannot get file extension from swt FileDialog | There's no way to get the file extension that the user selected from the FileDialog. It makes this dialog almost unusable since we can't determine the correct file extension to append to the file name. We need an api for the file dialog to return the "Save as type" field that the user selected in the FileDialog. Athoug... | resolved fixed | 8bc2069 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-01T21:51:15Z | 2002-10-16T20:26:40Z |
33,086 | Bug 33086 [JUNIT]TabFolder.setSelection to an invalid index does not leave selection unchanged | I20030221 Test_org_eclipse_swt_widgets_TabFolder.test_setSelectionI junit.framework.AssertionFailedError: expected:< [Lorg.eclipse.swt.widgets.TabItem;@2ea957> but was:< [Lorg.eclipse.swt.widgets.TabItem;@6f9335> at junit.framework.Assert.fail(Assert.java:47) at org.eclipse.swt.tests.junit.SwtTestCase.failNotEquals(Swt... | resolved fixed | c3f6a1d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-01T21:20:41Z | 2003-02-25T19:06:40Z |
29,765 | Bug 29765 BIDI: ToolTiptext do not have Right to left Reading order | Using Win2k with Arabic locale set as default locale, Using build eclipse-SDK- I20030115-win32.zip. Using SWT components, create a button with SWT.RIGHT_TO_LEFT extended style, put a tool tip text that contains mixed Arabic with English text, The tool tip text do not have a rigth to left reading order. | resolved fixed | 0eda67c | ["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/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-01T20:48:01Z | 2003-01-19T12:40:00Z |
34,457 | Bug 34457 Changing SWT.BORDER increments ProgressBar | RC2 - run the ControlExample, go to the ProgressBar tab - repeatedly click on the SWT.BORDER checkbox, and note that the sample ProgressBar increments each time | resolved fixed | de2fef0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Scale.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-04-01T19:14:51Z | 2003-03-10T21:00:00Z |
28,589 | Bug 28589 RedHat 8.0 - DefaultInformationControl hangs workbench | Using DefaultInformationControl to provide tooltips for table items. Works flawlessly in windows and almost flawlessly in GTK. Almost in that they work great in Views and in my editor. However, I have a Dialog that includes a Table. The tooltip for an item in that table appears, but then its like the tooltip has grabbe... | resolved fixed | ccc4cee | ["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 | 2003-04-01T17:22:41Z | 2002-12-18T02:53:20Z |
33,529 | Bug 33529 Banded background shows through in text's focus rings | RC1 - open any plugin.xml file with PDE editor Observe: banded background shows through in the focus ring are of all text fields (editable and non editable) | resolved fixed | 7062e8f | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.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 | 2003-03-31T21:59:09Z | 2003-02-28T11:00:00Z |
35,602 | Bug 35602 parent with background color results in "box" around widget | Eclipse 2.1 RC3a Set the parent's background to some color and there appears to be a box around the child widget: public static void main(String[] args) { Display d = Display.getDefault(); Shell shell = new Shell(d); shell.setLayout(new GridLayout()); shell.setBackground(d.getSystemColor(SWT.COLOR_RED)); Button b = new... | resolved fixed | 914ccb6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.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 | 2003-03-31T21:54:32Z | 2003-03-24T21:06:40Z |
35,588 | Bug 35588 Cannot assume that FontStruct.per_char is != 0 | null | resolved fixed | f370a24 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-31T20:40:58Z | 2003-03-24T18:20:00Z |
35,091 | Bug 35091 "Single Click" truncated | I2003-03-07 On the workbench preferences page, the "Single Click" radio button is truncated. | resolved fixed | b1b0fd9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-31T20:04:00Z | 2003-03-15T09:20:00Z |
35,786 | Bug 35786 Eclipse crashes on shut down | I200303261556 1) download eclipse into an empty directory 2) launch eclipse 3) shut down eclipse Eclipse crashes. | resolved fixed | 309ec27 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.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 | 2003-03-27T21:42:42Z | 2003-03-27T21:20:00Z |
35,434 | Bug 35434 [Motif] GC.getFontMetrics() causes VM to crash when font is really small. | In Motif, with a very small font (height ~= 2), GC.getFontMetrics() causes the VM to crash (stack trace below). I debugged this method and found that OS.memmove() is being called with src = 0 because the XFontStruct.per_char = 0. GTK and Windows don't seem to be affected. An unexpected exception has been detected in na... | resolved fixed | dab04b5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-24T17:01:09Z | 2003-03-21T01:26:40Z |
26,078 | Bug 26078 TabFolder.getClientArea() not correct. | The getClientArea() for TabFolders in Photon are not using the PtPanelGroup's canvas area to calculate the client area. The assumption used in the current code breaks on 6.2.1. | resolved fixed | c1d7b21 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/utsname.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-19T17:09:30Z | 2002-11-13T06:46:40Z |
34,428 | Bug 34428 [Motif] Tree and Table views not getting proper selection | To reproduce: (example) 1. Open a view containing a tree or table. 2. Select an item by left clicking it once. 3. Right click (and hold) a different item to bring up a context menu. The context menu will contain items appropriate to the first item selected. Noticed this behavior in CVS Repositories view, Navigator view... | resolved fixed | a90aea7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-18T21:35:25Z | 2003-03-10T21:00:00Z |
34,569 | Bug 34569 BIDI: Styled text change the characters with Large fonts | Tested using win 2k Arabic locale, build RC1 - Using the Text editor example. - Write an Arabic text, select it and select Simplified Arabic font with Size 48 - Close the font dialog. - Select the text and click on the Bold button. - The characters changes to rubbish and they overlap on each other. NB: If we select the... | resolved fixed | 904b847 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-18T18:12:32Z | 2003-03-11T08:06:40Z |
34,739 | Bug 34739 Keys preference page table column not sized correctly | build RC2 -open the Workbench/Keys preference page ->note how the first three columns are sized very small. Column 0 has the same size as on Windows and appears to be empty anyway. However, the contents of column 1 and 2 is not readable. I also cannot resize the columns. On Windows the columns are sized properly and I ... | resolved fixed | f2433e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-18T15:54:03Z | 2003-03-11T22:00:00Z |
33,713 | Bug 33713 JRE popup menu in Run configuration dialog not reliable | RC1 - open "Run" dialog - select any Java Application - switch to JRE tab - in JRE popup select a different JRE Observe: "Apply" button doesn't get enabled; if "Run" is pressed, application doesn't launch with selected JRE. Workaround: select JRE in the popup menu again; in most cases this enabled the "Apply" button | resolved fixed | b57b692 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-17T21:52:42Z | 2003-03-03T22:20:00Z |
35,038 | Bug 35038 Refactoring dialog (Extract Local Variable) to big | I2003-03-07 The height of the "Extract Local Variable" is much too big. There is much space at the bottom and the dialog nearly takes the whole height. | resolved fixed | 4b430f4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-17T21:05:47Z | 2003-03-14T19:26:40Z |
35,022 | Bug 35022 Motif does not send dragFinished event on aborted drags | null | resolved fixed | 248c829 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/DragSource.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-15T16:54:52Z | 2003-03-14T16:40:00Z |
34,879 | Bug 34879 Calling ScrollBar.setVisible() when a text widget has focus causes a focus lost event on the text widget | This happens even if the scrollbar visibility doesn't change. Here's a simple test case: import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class FocusTest { public static void main(String[] args) { Display display = Display.ge... | resolved fixed | be74b16 | ["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 | 2003-03-14T21:45:22Z | 2003-03-12T23:00:00Z |
34,649 | Bug 34649 TabFolder title does not handle mnemonics properly | RC2, running on SuSE with gtk2.0.6 - open Eclipse's Preferences dialog, go to page Java - Compiler - the third tab on the page should say "Compliance & Classfiles", but instead appears as "Compliance _ Classfiles" - verified this works fine on win32, motif and photon | verified fixed | 6bb9ea2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-14T19:47:52Z | 2003-03-11T16:26:40Z |
34,418 | Bug 34418 Crash when running DNDExample | build RC2, Solaris Motif. -Run the DNDExample. -Check the drag detect and the drop target on the widgets -Drag and Drop a few times (two or three). -Segmentation fault Reproducible | resolved fixed | f5bb95a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/motif/org/eclipse/swt/dnd/TextTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-14T18:33:51Z | 2003-03-10T18:13:20Z |
29,486 | Bug 29486 Keys need stronger filtering. | Right now keys like CapsLock, ScrollLock, etc will cause garbage characters to be entered into StyledText widget buffers. Need to filter out the Photon control keys that have no mapping in the SWT world. | resolved fixed | c6d41b7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-14T16:55:42Z | 2003-01-14T21:33:20Z |
33,017 | Bug 33017 VM crash when pressing enter in table cell editor | RC 1 - JUnit setup - select Assert.assertEquals(String message, double expected, double actual, double delta) - activate cell editor for for row 0, column 0 - press enter. java version "1.4.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed ... | resolved fixed | ee53d8b | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-13T19:55:05Z | 2003-02-25T16:20:00Z |
33,099 | Bug 33099 Context menu 'Display' doesn't work | 2.1 RC1 In the DisplayView, the Display action on the context menu does nothing. The Display action on the Run menu works when directly selected, and activated via Ctrl-D. | resolved fixed | 34fe8f7 | ["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 | 2003-03-13T19:35:10Z | 2003-02-25T19:06:40Z |
25,671 | Bug 25671 Javadoc for class swt/widgets/Dialog missing <pre> | null | resolved fixed | f723e75 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Dialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-13T13:58:43Z | 2002-11-02T23:33:20Z |
34,463 | Bug 34463 confirm exit checkbox cannot be selected | RC2 - start Eclipse - try to shut it down by clicking its Close decoration in the top-right corner - a "Confirm Exit" prompter is shown, with a "Don't show this prompter anymore" checkbox - click the checkbox and note that it can't be checked, so you can only press OK or Cancel from here - this doesn't happen elsewhere... | verified fixed | 409580f | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-12T19:57:13Z | 2003-03-10T21:00:00Z |
34,724 | Bug 34724 ControlExample | Eclipse 2.1 RC2 Run the ControlExample as standlaone. From the menubar select Control -> Log Events. Click on the Dialog tab. Note that there are two dialog result text widgets. There should only be one. Reproduced error on Win2K and GTK. | resolved fixed | 86ce012 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-12T19:49:16Z | 2003-03-11T19:13:20Z |
33,343 | Bug 33343 New file wizard freezes Eclipse UI | 2.1 RC1 - Build id: 200302211557 Create a new text file using the "New File" wizard (File->New->File). When the text editor opens, the UI seems to be frozen. The main menu still works (using both mouse and keyboard), you can do anything, but the window area does not respond to user interaction anymore.You have to close... | resolved fixed | 1ea69f6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-12T18:27:32Z | 2003-02-26T20:06:40Z |
34,835 | Bug 34835 Widget "default" styles should be reflected in style bits | RC2 There are various cases, easily shown in the ControlExample, of widgets taking on a "default" style even though an explicit style bit is not provided. For example, a Label of type SWT.SEPARATOR defaults to be vertical unless SWT.HORIZONTAL is explicitly specified. This is fine, but consequently invoking Label.getSt... | verified fixed | 9d74723 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-12T17:20:49Z | 2003-03-12T17:26:40Z |
34,512 | Bug 34512 ComputeSize of table and tree too small | 2.1 RC2 In the ControlExample, go to the Table tab and select Preferred for size. Note that you need to scroll vertically a little bit to see the last item. | resolved fixed | c1c2ef7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-11T23:39:13Z | 2003-03-10T21:00:00Z |
34,614 | Bug 34614 Mouse pointer does not change in table header | RC2 - open the task list - move the mouse pointer in the table header at the gap between two columns -> the mouse pointer does not give any feedback that the columns can be resized, this only happens when pressing the mouse button. Other Mac apps give that feedback, e.g., iTunes. | resolved fixed | 2d991f4 | ["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 | 2003-03-11T18:55:08Z | 2003-03-11T16:26:40Z |
34,188 | Bug 34188 Progress bar in dialogs doesn't show task information | I2003-03-07 The status bar in dialogs (e.g. launch configuration, feature install) doesn't show the task information but only progress. | resolved fixed | 2fb2c5c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-10T23:45:54Z | 2003-03-08T10:40:00Z |
34,181 | Bug 34181 Ctrl-Click doesn't select underlying item before bringing up context menu | I2003-03-07 Using Ctrl-Click to bring up the context menu of an item within a tree view doesn't select the underlying item. Instead the context menu works on the current selection. (Didn't try whether this is also true for right-clicking) | resolved fixed | 288cf4f | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-10T21:59:35Z | 2003-03-08T07:53:20Z |
31,685 | Bug 31685 Entire Eclipse Platform loses focus and goes into the background... | I have Windows 2000, JDK 1.4.0_01, Eclipse 2.1 M5 build. The steps detailed below cause Eclipse to go to the background and relinquish foreground visibility to any application that it was on top of. 0. Open Eclipse on top of someother application. ---------------------------------------------------- 1. Open a Java file... | resolved fixed | aac8d09 | ["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 | 2003-03-09T23:02:34Z | 2003-02-12T17:13:20Z |
33,822 | Bug 33822 Strange scrolling of native table | N2003-03-05 - If you add a new entry to the task view, the native table is scrolled completely to the right, showing an area where there is no column. - If you open the label decorator preferences, the table is scrolled to the right, not revealing the checkboxes to toggle decorators. You have to scroll to the left to m... | resolved fixed | f60b89c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/ec... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-07T00:25:20Z | 2003-03-05T07:40:00Z |
31,834 | Bug 31834 Label and Combo don't align well | null | resolved fixed | 2b7beb1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-06T23:06:53Z | 2003-02-13T21:00:00Z |
32,286 | Bug 32286 ControlExample Button Tab - changing styles resets button orientation | Problem Description: When using the Button controls from the SWT Controls example, if SWT.ARROW buttons are used and SWT.BORDER property is selected or deselected, the arrow alignment property of all the arrow buttons is reset to UP. Steps to Reproduce: 1. Ensure that Eclipse is not running. Install the M5 example plug... | closed fixed | 2c9d884 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ButtonTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-06T22:19:40Z | 2003-02-19T21:26:40Z |
32,482 | Bug 32482 Support for Help button MacOS X | I20030221 Even better than F1 would be support for the Help-Key. | resolved wontfix | 68f0b2e | ["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 | 2003-03-06T22:05:54Z | 2003-02-21T15:06:40Z |
25,604 | Bug 25604 Quick release upon start of drag hangs eclipse with pointer grab | Reproducing this may take a few attempts, but for some reason I have to kill eclipse several times a day because of this one. 0) make sure several tree lists are visible 1) select something in a tree list 2) start and drag in another tree list and immediately release the mouse button 3) eclipse hangs on the pointer gra... | resolved fixed | 5ec3b9d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DragSource.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-06T21:23:53Z | 2002-10-31T21:33:20Z |
29,387 | Bug 29387 no lines in Table on GTK | 20030107 there are no lines displayed in Table on GTK | resolved fixed | 8d95651 | ["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/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-05T17:51:50Z | 2003-01-13T15:00:00Z |
22,416 | Bug 22416 NT4: Need context menu on window scroll bar to keep its consistency on Win2k | NT4 SP6a STEPS TO REPRODUCE: 1. Start Eclipse 2. From Main menu, click Window > Preferences menu 3. Expand nodes until a scrollbar shows up (i.e. expand Java and Plug-In Development) 4. Right click on the scroll bar Result: No context menu shows up for the scroll bar. Expected result: The context menu should show up, s... | resolved fixed | 4d0b24a | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-05T03:14:51Z | 2002-08-14T13:00:00Z |
33,777 | Bug 33777 "Tab" key invokes TraverseListener on the Shell | 2.1 RC1 motif build. org.eclipse.help.ui.internal.ContextHelpDialog registers TraverseListener with Shell. The listener is called when "Tab" key or "Shift-Tab" key combination is pressed. It shoud not be invoked for these keys. | resolved wontfix | 912f723 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-05T01:07:40Z | 2003-03-04T17:46:40Z |
33,813 | Bug 33813 List doesn't send out selection events for arrow keys | I20030304 - Open Window > Preferences > Workbench > Fonts - Select first item in List with mouse - use Arrow Down to select other entries Observe: the description field isn't updated. If you use the mouse to select the field, the description field is updated. | resolved fixed | 7533884 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon2/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-04T22:43:35Z | 2003-03-04T23:20:00Z |
33,776 | Bug 33776 Resistering TraverseListenter with Shell changes tabbing behavior. | 2.1 RC1 motif build. org.eclipse.help.ui.internal.ContextHelpDialog registers TraverseLisenter with Shell. It changes behavior of "Tab" key. Without registerning, the key can be used to move focus around widgets on the control, when TraverseListener is registered, using "Tab" moves focus until it reaches the shell and ... | resolved fixed | 251b730 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2003-03-04T20:19:52Z | 2003-03-04T17:46:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.