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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
67,132 | Bug 67132 Styled text example loses the text style when changing any style flag | RC2 Custom Controls example. If I put part of the text in Bold and then change the any style flag, the bolded text is reverted to normal. I believe this is a bug in the example, but this needs to be confirmed. | resolved fixed | f53c2ae | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/StyledTextTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-16T19:09:10Z | 2004-06-14T21:53:20Z |
67,346 | Bug 67346 Display.gdkEventWidgets leaks widgets | RC2, SWT/UI from HEAD, Linux 2.6.4, KDE 3.2.2, GTK+ 2.4.1 I believe this variable is leaking references to widgets. I'm not sure of the expected life cycle of the elements in this list, but it seems to be holding on to objects longer than expected. For example, opening a new workbench window and closing the old workben... | resolved fixed | 2e4ddac | ["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 | 2004-06-16T18:05:16Z | 2004-06-15T20:06:40Z |
66,942 | Bug 66942 [browser] F5 blanks out the Browser widget when setText used | Press F5 inside the Intro page in Eclipse . IE refreshes the URL (about:blank) - causing a blank page to be displayed. setText is used to render html in memory. We should probably block default IE accelerators when URL is about:blank so that the content of setText is not cleared when the user presses F5. | resolved fixed | 7eacfab | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.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 | 2004-06-15T21:17:46Z | 2004-06-14T13:33:20Z |
66,941 | Bug 66941 SWT printing snippet not working on MacOS X | null | resolved fixed | 7280819 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/carbon/org/eclipse/swt/printing/Printer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-14T19:06:52Z | 2004-06-14T13:33:20Z |
66,653 | Bug 66653 NPE on window close | I200406110010 Quite often I find this NPE in the log: !ENTRY org.eclipse.ui 4 0 Jun 11, 2004 13:14:37.292 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Control.kEventControlSetFocusPart(Control.java:1369) at org.eclipse.swt.widgets.Composite.kEventControlSetF... | resolved fixed | 11441b9 | ["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 | 2004-06-11T15:28:27Z | 2004-06-11T13:20:00Z |
66,331 | Bug 66331 exception in Members panel of java browsing perspective | I have not yet found the right sequence to reproduce the problem. Error Jun 09, 2004 15:38:35.392 Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". java.lang.ArrayIndexOutOfBoundsException: 10 at org.eclipse.swt.widgets.Tree.getFocusItem(Tree.java:374) at org.eclipse.swt.widgets.Tree.gtk_ch... | resolved fixed | 9b47947 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-10T17:56:07Z | 2004-06-09T16:53:20Z |
65,697 | Bug 65697 CCombo does not respond to keyboard or mouse actions when it it dropped down | In RC1, when you click on the drop down button for a CCombo, it doesn't respond to any mouse or keyboard actions, other than to click it to undrop it. If you do this in a wizard and hit "<back", it stays showing. Fortunately the up and down arrows work when it's not showing the drop down, but this is very hard to disco... | resolved fixed | 1179f16 | ["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 | 2004-06-10T15:06:46Z | 2004-06-04T11:53:20Z |
65,695 | Bug 65695 TrayItem not coming back after an explorer crash | It would be good if there was a way to get the tray icon back after an explorer crash. An easy way to test it, is to open the task window, kill explorer task, and restart a new one. Some applications manage to re-add themselves (while still avoiding flickering in normal state, and moving in the system try, so I guess t... | resolved fixed | 648a901 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TrayItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-10T02:16:56Z | 2004-06-04T11:53:20Z |
64,400 | Bug 64400 ON_TOP shell - can't setFocus to content | I20040527 Run the following example and press the button. Shell pops up. On all platforms except Mac OS X, the list has focus and you can arrow around in the list. On Mac OS X, you need to tab into the list. public static void main (String [] args) { final Display display = new Display (); Shell shell = new Shell (disp... | verified fixed | fcdf60d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Decorations.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-09T23:46:49Z | 2004-05-27T17:46:40Z |
38,408 | Bug 38408 Caret.drawCaret ignores image content | I20030528 Mac OS 10.2.6 On MacOS X the implementation of Caret.drawCaret does not use the contents of an image but only its bounds. | resolved fixed | a0cb6b1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Caret.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-09T20:46:21Z | 2003-06-04T12:33:20Z |
65,350 | Bug 65350 StyledText leaves second caret behind | RC1 (known problem, but I couldn't find an existing report with a test case) - run the CustomControlExample, go to the StyledText tab - use Shift+Right_Arrow to select a few characters - press Option+Right_Arrow and nothing appears to happen - press Option+Right_Arrow again and now the caret moves to the next word, but... | verified fixed | b300d06 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Canvas.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-09T20:45:49Z | 2004-06-02T15:26:40Z |
66,356 | Bug 66356 DND - move reported to drag source even though cancelled | RC1 Run the following example. The dragSource.dragFinished listener shoul dhave an event.detail of DND.DROP_NONE but instead it has an event.detail of DND.DROP_MOVE. this is bad because it means the drag source may delete data even though the operation failed: public static void main(String[] args) { Display display = ... | resolved fixed | 2af4ad1 | ["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 | 2004-06-09T17:26:56Z | 2004-06-09T16:53:20Z |
64,349 | Bug 64349 SWT of the eclipse 3.0 versions crashes on start (mouse-problem) | The problem occurs on a G4/G5 Mac running OS X. Using an IntelliMouse USB the SWT crashes right after starting the platform. This happened for all 3.0 versions of eclipse. With 2.1 or Windows as OS the problem did not occur. Perhaps this report may help: Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE... | resolved fixed | 8f0225f | ["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 | 2004-06-09T15:55:36Z | 2004-05-27T15:00:00Z |
64,429 | Bug 64429 Progress bars use deprecated style | Progress bars are set to be GTK_PROGRESS_DISCRETE unless the calling code uses the SWT.SMOOTH style: /* * Note: this API is deprecated, but there is no replacement. */ int barStyle = (this.style & SWT.SMOOTH) == 0 ? OS.GTK_PROGRESS_DISCRETE : OS.GTK_PROGRESS_CONTINUOUS; OS.gtk_progress_bar_set_bar_style (handle, barSty... | resolved fixed | dd51396 | ["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 | 2004-06-08T23:56:06Z | 2004-05-27T20:33:20Z |
66,095 | Bug 66095 Combo.setVisibleItemCount does nothing until resize/layout | It is not obvious that value passed in setVisibleItemCount for Combo used only after next Combo resize. Would be good or use this value directly after method invocation, or say that resize is needed in JavaDoc. | resolved fixed | 9530e4a | ["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 | 2004-06-08T22:43:04Z | 2004-06-08T10:20:00Z |
66,039 | Bug 66039 org.eclipse.swt.widgets.Control has funky color issues | I reported a bug (#65642) about some color issues. Some further experimentation leads me to this refinement of the bug: Control objects don't seem to handle color correctly in some instances. I've seen this problem manifested in Labels, and a coworker has seen the same issue in a List, leading me to believe that it's a... | resolved fixed | f41f3e2 | ["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 | 2004-06-08T19:27:53Z | 2004-06-07T20:26:40Z |
64,793 | Bug 64793 One line of cheese in CTabFolder selected tab | I20040529 If the percents in the selection background gradient do not go to 100, there is one pixel high line along the bottom of teh tab that is not drawn correctly. e.g. Color [] bgSelectedGradient = new Color[] {display.getSystemColor (SWT.COLOR_WHITE), display.getSystemColor(SWT.COLOR_BLUE)}; int[] bgSelectedPercen... | resolved fixed | 1dc7c3b | ["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 | 2004-06-08T19:26:36Z | 2004-05-31T19:00:00Z |
65,905 | Bug 65905 Possible Memory Leaks | One of my users has reported me that my application was leaking some memory, slowly but consistently, mainly by chunks of 192 bytes. In order to test it, I've set the environement variable MallocStackLogging using : export MallocStackLogging=1 and then I started my application (with java_swt -cp ......) then, from anot... | resolved fixed | 0ae1ed9 | ["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 | 2004-06-08T17:54:58Z | 2004-06-06T13:53:20Z |
60,659 | Bug 60659 GP when asyncExec runs from DirectoryDialog modal loop (was Crash related to new Progress Viewer) | with I20040428, on windows XP. I'll attach "dump", but was just browsing PDE preferences, when crash occurred. From the dump, it appears related to new Progress Viewer, but ... since on OS.winproc, will pass by SWT first? Have just seen once (after about 30 minutes of using new I-build). | resolved fixed | 54a2870 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.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 | 2004-06-08T16:37:01Z | 2004-05-01T00:06:40Z |
57,408 | Bug 57408 DBCS: After pressing "Tab", anything can not be inputed | Reporter:Louis Cai OS: RHEL WS 3.0 -GTK Language: CHS Build level: M8-200404329 JDK Version: IBM JDK 1.4.2 Beta Test case #: Summary: DBCS: After pressing "Tab", anything can not be inputed. Description: Steps to recreate problem: 1- New a Plug-in Project, input DBCS in the Project name field, then click Next. 2- Place... | resolved fixed | 475f132 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "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 | 2004-06-07T19:11:10Z | 2004-04-05T01:53:20Z |
58,615 | Bug 58615 Setting italic font for tree items does not work on Mac | I200404131323 - update from CVS - in the Synch view shows the affected tree items in gray while the Update operation is running Observe on Mac: the tree items are not turning gray, but increase the font size instead | verified fixed | 314fe3e | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Font.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-07T18:42:05Z | 2004-04-15T09:06:40Z |
64,759 | Bug 64759 Color buttons look bad on Mac | I20040529 Buttons for setting the colors of Plug in development editors look bad on the mac. Not sure if this is an SWT bug or PDE. See attachment. Note buttons used for Workbench -> Colors and Fonts look fine. | resolved fixed | e983d4a | ["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/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-07T18:38:08Z | 2004-05-31T16:13:20Z |
65,759 | Bug 65759 TableItem does not redraw correctly on setText(int, String) | Since RC1 When I call TableItem.setText(3, "blabla"), the table cell redraws. However, the first 12 pixels or so are not redrawn. It looks like the Table thinks the item has an image set? I don't use images for column three. The other columns in my table that have images do redraw correctly. Works fine with 3.0 build f... | resolved fixed | 57ba14e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-07T16:57:15Z | 2004-06-04T17:26:40Z |
56,508 | Bug 56508 Editor: some tab characters are not rendered missing in field declations | Eclipse: 20040326 OSX 10.3.3 For some field declarations, tabs are missing so that instead of seeing: private FormText summaryText; // tab between type and field we see: private FormTextsummaryText; | resolved fixed | 99b8c31 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-07T16:51:42Z | 2004-03-28T21:40:00Z |
56,765 | Bug 56765 StyledText - Fix calculating of cursor level | Cursor level is broken in the following cases: 1. doBackspace(), doDelete(). Expected behavior: cursor level is set to the level of the deleted character. Actual behavior: cursor level is set to the level of the preceding character. 2. doLineStart(), doLineEnd(). Expected: cursor level is derived from the paragraph lev... | resolved fixed | 229e8de | ["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 | 2004-06-04T22:34:55Z | 2004-03-30T15:20:00Z |
65,599 | Bug 65599 Shell location is not properly used | I'm using SWT 3.0RC1 to try and make a Shell inside my default outer Shell. If I set a location for the internal Shell before it is opened, the internal Shell is centered inside the outer Shell. I can position the internal Shell once it has been opened, but this creates a flashing effect. I'll attach an example snippet... | resolved fixed | d9f8deb | ["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 | 2004-06-04T21:37:46Z | 2004-06-03T19:13:20Z |
62,336 | Bug 62336 UI hangs while attempting to add missing methods. | I have a workspace with a single plugin project ("ca.mikew.LowMemoryDetector") in it. If I perform the following steps on my Mac... - switch to java perspective - expand ca.mikew.LowMemoryDetector project - expand src folder - expand ca.mikew.LowMemoryDetector package - double click LowMemoryDetectorPlugin - add "imple... | resolved fixed | bd00028 | ["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 | 2004-06-04T18:31:55Z | 2004-05-14T18:40:00Z |
14,536 | Bug 14536 StyledText - bidi - change ctrl-arrow behavior | After skipping to the next or previous word (using Ctrl+Right/Left arrow), the keyboard language must be set corresponding to the first character of the word. Caret Positioning after Next/Previous Word: Rule: after skipping to the Next or Previous word (using Ctrl+Right/Left arrow), the caret should precede the first l... | resolved fixed | ebf9d5e | ["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 | 2004-06-04T15:19:14Z | 2002-04-24T17:40:00Z |
63,931 | Bug 63931 [browser] setVisible(true) does not work | null | resolved fixed | f3f1310 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-03T20:40:22Z | 2004-05-25T18:33:20Z |
64,760 | Bug 64760 add SINGLE/MULTI radios to ControlExample - Dialog tab - File Dialog Styles | should probably add a horizontal separator below the SWT.OPEN radio, then the SINGLE and MULTI radios below | resolved fixed | 44595b6 | ["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 | 2004-06-03T20:04:01Z | 2004-05-31T16:13:20Z |
64,237 | Bug 64237 [Menus] menu items missing on first click | linux motif version 3.0M9 (also in previous versions) Sun JDK 1.4.2 When I first right-click on an item in the resource view (left pane in default Java perspective) there are items that do no appear in the context menu Today I noticed that "Properties" was missing from a project context menu. "Close Project" is also mi... | verified fixed | a50e9cf | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-03T19:55:05Z | 2004-05-26T22:20:00Z |
64,791 | Bug 64791 [KeyBindings] accelerator strings displayed incorrectly. | On the Mac, several of the accelerator strings are clipped. Eg.: - "Edit" -> "Smart Insert Mode" - editor "folding bar" popup -> "Folding" -> "Enable Folding" | verified fixed | d3ebe1e | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-03T18:02:03Z | 2004-05-31T19:00:00Z |
63,991 | Bug 63991 hang in gtk_clipboard_wait_for_contents() | I200405251200 Pasting a large file in eclipse results in a hang. I reproduced the hang copying ~ 170 lines from a text file into eclipse, pasting less than 100 lines seems to work just fine. Gtk+-2.4. Thread [main] (Suspended) OS.gtk_clipboard_wait_for_contents(int, int) line: not available [native method] Clipboard.gt... | resolved fixed | 6e46ef8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-03T17:17:53Z | 2004-05-25T21:20:00Z |
65,214 | Bug 65214 Regression: Tree.setRedraw(false) not reliable | null | resolved fixed | a2fb3a8 | ["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 | 2004-06-02T19:42:44Z | 2004-06-02T01:33:20Z |
64,365 | Bug 64365 Embedded AWT windows use wrong location | The code in SWT_AWT for 3.0M9 was modified slightly to change how the SWT.Move event was handled as well as how the initial location of the embedded window was handled. This causes the window to not be at the 0,0 location within its parent. In fact the window moves away from the 0,0 location of its parent as the whole ... | resolved fixed | cac8000 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/motif/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-02T19:00:01Z | 2004-05-27T15:00:00Z |
64,980 | Bug 64980 should use correct SIZE_ALL cursor on motifs | RC1 This was fixed last week on gtk, and should have been on motif as well. It's a trivial fix of a constant (patch is attached next), so it should be safe for this week. | resolved fixed | 3f4928a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-02T16:43:55Z | 2004-06-01T14:26:40Z |
65,169 | Bug 65169 [browser] URLs with space don't show up on Safari | we need to replace spaces with %20 as expected by Safari API | resolved fixed | c880d8f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-02T15:26:10Z | 2004-06-01T20:00:00Z |
64,938 | Bug 64938 [browser] NPE in test case | Running a test case that uses the ProgressListener.completed event causes a NPE when trying to get the widget field. Widget field is not set and should contain the browser the event originates from. The other browser events appear fine. | resolved fixed | 45e2ca6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-06-01T15:19:47Z | 2004-06-01T14:26:40Z |
62,723 | Bug 62723 javadoc console output: hyperlink not clickable, no hand cursor [javadoc] | I20040518-gtk, m9 test pass 1. Create the smoke test junit project 2. Choose Project -> Generate Javadoc 3. Open the console and go to the line that says: /opt/eclipse/workspaces/smoke/JUnit/junit/runner/TestCollector.java:11: warning - Tag @see: Class or Package not found: TestSelector 4. Hover over the first part of ... | resolved fixed | 2f1f3df | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/ecli... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-28T22:26:22Z | 2004-05-18T17:06:40Z |
64,518 | Bug 64518 NPE in StyledText used by 'Change method signature' refactoring | 20040528 public interface ITextMeasurement { public int computeWidth(String string); } 1. on the previous code open the 'Change method refactoring' wizard on 'computeWidth' 2. change the parameter type to 'String1' 3. press the 'Add' button -> NPE thrown The NPE comes from field StyleItem.analysis being null. Thread [m... | resolved fixed | 31020d3 | ["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 | 2004-05-28T18:53:46Z | 2004-05-28T10:26:40Z |
62,982 | Bug 62982 TableColumn does not fire resize event | Create a TableColumn, add a control listener, resize the column and you will not get a resize event This problem may be OS X specific as it appears to work on Windoze. | resolved fixed | 11abcc2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-28T14:59:42Z | 2004-05-19T15:20:00Z |
64,220 | Bug 64220 Wrong cursor used for SWT.CURSOR_SIZEALL | I200405260800 SWT is using the incorrect Gtk+ cursor for SWT.CURSOR_SIZEALL. SWT uses GDK_DIAMOND_CROSS when the correct cursor is GDK_FLEUR. Fixing this would make moving fastbars and coolbars look a lot better. | verified fixed | ccf1b13 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-28T13:39:55Z | 2004-05-26T19:33:20Z |
62,558 | Bug 62558 Null Pointer when opening Folder in File>Open External File | Go to the menu and choose, File>Open External File, when the open file dialog comes up select a folder from the left side list and hit open, should get a big long traceback similar to the following org.eclipse.ui.PartInitException[0]: java.lang.NullPointerException at java.io.Reader.<init>(Reader.java:61) at java.io.In... | verified fixed | 0f19e49 | ["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/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-27T21:48:41Z | 2004-05-17T21:40:00Z |
64,457 | Bug 64457 calling CTabItem.setFont (and setImage) repeatedly with null causes repaints | I20040527 If you call setFont with some font Object, and later call it again no repainting is undertaken because ther eis a check to ensure that the font objects are not equal. This doesn't work if you call setFont with null repeatedly, however. Each call will result in a repaint. A line such as: if (font == null && th... | resolved fixed | 06dc38e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-27T21:47:36Z | 2004-05-27T20:33:20Z |
63,185 | Bug 63185 [browser] Intro issues using Safari version of the browser | Christophe, I tried the browser based intro on the Mac. Here are a couple of problems that I came across: 1. The page doesn't redraw immediately after the window is resized. If the window is made smaller, the scrollbars don't appear until the redraw occurs. If the window is made larger, the newly available space remain... | resolved fixed | 778ad14 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-27T20:40:36Z | 2004-05-20T13:33:20Z |
38,260 | Bug 38260 CCombo with Dialog | When I use the CCombo with the dialog, the dropdown list shown in the back of the Dialog. I did as following. 1. Create one sample application with a Group. 2. The parent of group is one shell. 3. I create a dialog. 4. I put my application to this dialog. and change the Group's parent as the dialog's parent. Now the ab... | resolved fixed | fac82cc | ["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 | 2004-05-27T20:08:01Z | 2003-05-30T10:20:00Z |
63,070 | Bug 63070 some menus do not show their item texts | 0519 integration build - running on the Japanese machine in the swt lab, win98 - start eclipse (no translation pack, just the default download) - open the File menu, it opens very wide and without item texts - many of the other menus appear fine - I don't see this problem in Arabic I'll attach the screenshot next. | verified fixed | 9a1df5c | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-27T16:52:09Z | 2004-05-19T18:06:40Z |
63,003 | Bug 63003 Ctrl+ Clicking on PackageExplorer expands items | I200405190010, Solaris 8, CDE Hold down the Ctrl key and try selecting different items in the list in the tree view. This seems to be treated as a double-click, which opens one of the items. What's worse is that it expands the top-most item in the current selection that has not already been expanded. This is sometimes ... | verified fixed | 0026caf | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java", "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 | 2004-05-27T15:22:46Z | 2004-05-19T15:20:00Z |
22,018 | Bug 22018 GTK: Text.setCursor() does not function. | In this test selecting an item from the list would set the Cursor of the Text widget by calling Text.setCursor(). But it is seen that the Cursor of the Text widget is not set . This test works fine on Windows. The test case : ---------test case starts here ---------------------------------------- import org.eclipse.swt... | resolved fixed | 7d022b0 | ["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/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widg... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-25T23:36:08Z | 2002-07-29T19:13:20Z |
62,523 | Bug 62523 launch eclipse with -DMBCS as a vmarg and copy-paste works incorrectly / ctrl f6 shows undisplayable characters | until recently (2.1.3) i used to launch eclipse with DMBCS option (eclipse -vmarg -DMBCS) but in eclipse M8 if I launch eclipse with that option copy paste does not work correctly, say I select the word 'Test' say in a java editor or plugin.xml editor and copy paste it I would get 'Tes' also if I have multiple editors ... | closed fixed | 251c4f2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-25T16:57:16Z | 2004-05-17T18:53:20Z |
63,296 | Bug 63296 [browser] F1 crashes workbench | I20040520 12:26 build. Open workbench, within Intro area, press F1 ==> Crash. Or Open workbench, launch help, press F1 ==> Crash. | resolved fixed | 00fb584 | ["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 | 2004-05-21T18:04:46Z | 2004-05-20T19:06:40Z |
56,063 | Bug 56063 [Colors] Perspective toolbar items have wrong background | 200403240800 MacOS 10.3.3 - turn on preference "Show text on perspective bar" Observe: text has wrong background color (see attachement) | verified fixed | 17535ac | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Image.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-21T15:51:48Z | 2004-03-24T23:13:20Z |
61,316 | Bug 61316 SWT error occurred on Eclipse 200405060200 | Eclipse 200405060200 CDT 200405052036 (=~ 200405060200 + integration patches) I can't reproduce this problem, but I was doing thing something like creating, editing, building, then deleting a file in CDT. Suddenly, I had an error dialog: "An SWT error has occurred. You are recommended to exit the workbench." Upon exit,... | verified fixed | e9f1bd6 | ["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 | 2004-05-21T15:14:21Z | 2004-05-06T21:46:40Z |
60,102 | Bug 60102 Shell opened on KDE3.2.x does not paint | When a workbench window is first opened, it does not paint any of its contents (e.g., menu bars, cool bars, tool bars, composites, etc.). By moving or resizing the workbench window, a paint occurs and the contents become visible. This occurs using I200404270800 and GTK+ 2.4.0. It does not occur on similar machines runn... | resolved fixed | c9097f4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-20T21:32:54Z | 2004-04-27T15:33:20Z |
63,154 | Bug 63154 JavaEditor draws squiggle underline over the string | build I20040519 JavaEditor draws squiggle underline over the string (a.k.a red see). This problem is been caused by SWT. It was introduced when we added italic font support. Here is the situation: The application set a font in the StyledText. Internally StyledText will create 3 more fonts: boldFont, italicFont, boldIta... | resolved fixed | f03e766 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-20T21:06:39Z | 2004-05-19T23:40:00Z |
62,528 | Bug 62528 Tracker does not keep up with mouse movement | I am using a Tracker with SWT.RIGHT | SWT.LEFT style bits and one Rectangle that indicates the location of something. I want that Rectangle to maintain its vertical location and only move in the horizontal direction. The problem is that if I move the Tracker using the move, it ignores movement in the horizontal directi... | verified fixed | 834d97d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Tracker.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/wi... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-20T19:07:15Z | 2004-05-17T18:53:20Z |
60,457 | Bug 60457 [browser] safari - does not fire location event for inner frame | need to verify inner frames also fire location event when hyperlink is activated, not just for top frame. | resolved fixed | 56a6b7b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/browser/Browser1.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-20T19:00:43Z | 2004-04-29T17:33:20Z |
63,105 | Bug 63105 TableItem.getImageBounds() returns incorrect value for Column 0 | I have a Table with two columns. The second column contains an image. The Table also has a TableEditor defined for it. When the TableEditor.computeBounds() method attempts to compute the size for Column 0, it gets an incorrect value. When computeBounds() calls TableItem.getImageBounds(), it should get a zero sized rect... | resolved fixed | 245f43e | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-19T22:12:57Z | 2004-05-19T20:53:20Z |
62,790 | Bug 62790 packing a shell has the effect of creating an unusable shell on pocketpc | null | resolved fixed | 3ec43f5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java", "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 | 2004-05-19T21:11:33Z | 2004-05-18T19:53:20Z |
63,006 | Bug 63006 Typo in SWT doc for ON_TOP | * <li><code>Decorations</code>and subclasses</li> should be: * <li><code>Decorations</code> and subclasses</li> Without the space in the javadoc view it looks silly. | resolved fixed | 84a4c27 | ["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 | 2004-05-19T18:46:56Z | 2004-05-19T15:20:00Z |
60,819 | Bug 60819 Photon: Tree.java references java.util.Stack (not in JDK 1.1) | In the past, the SWT team has been careful to avoid the collection classes, especially those introduced after JDK 1.1.x. However, in recompiling the latest SWT source on several platforms against an older JCL implementation, I noticed that Tree.java is making use of java.util.Stack. No other SWT class on this or any ot... | resolved fixed | ba32868 | ["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 | 2004-05-19T05:18:24Z | 2004-05-03T21:33:20Z |
62,760 | Bug 62760 junit tests need to use the eclipse launcher | The eclipse junit tests currently start eclipse from the java executable directly. They should be started through the eclipse launcher directly. Note that the Eclipse launcher does a few extra things like: - set up the LD_LIBRARY_PATH/MOZILLA_FIVE_HOME variables for the SWT Browser widget as documented in SWT FAQ. Juni... | resolved fixed | c8c0863 | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/AllBrowserTests.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-18T19:22:01Z | 2004-05-18T19:53:20Z |
62,477 | Bug 62477 Clicking on shell title bar causes activation events with null active shells | I200405140800. Linux 2.6.4, GTK+ 2.4.0, KDE 3.2.1 I have a filter attached to the display listening for activation events. I get one activation event for every widget in the hierarchy. However, it seems that the display.getActiveShell() responds with "null" until the top-level shell receives the activation event. This ... | resolved fixed | 89eb385 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-17T20:28:09Z | 2004-05-17T13:20:00Z |
60,068 | Bug 60068 TableCursor crashes when scrolling vertically an empty table | 3.0 M8 line 507 Method void resize() fails because row is set to '0' and table.getItem(row) will produce an IndexOutOfBounds Exception. Quite obviously. Guess that's easy to fix. | resolved fixed | 1858f5f | ["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 | 2004-05-17T18:50:36Z | 2004-04-27T07:13:20Z |
16,620 | Bug 16620 GC.drawLine and GC.drawPolyline aren't consistent [portability] | On Windows, gc.drawLine(10,10,20,20) and gc.drawPolyLine(new int[] {10,10,20,20}) do not do the same thing. drawPolyline is omitting the last pixel. The effect of this is that when drawing "connections" between boxes, the connection meets the box at one end, but has a 1-pixel gap at the other end. Also, when drawing a ... | resolved fixed | c62f1bd | ["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 | 2004-05-15T08:42:38Z | 2002-05-21T16:53:20Z |
62,195 | Bug 62195 Error in SWT#SCROLL_LOCK JavaDoc | I200405131200 In the JavaDoc of SWT#SCROLL_LOCK the 'num' should be replaced by 'scroll'. | resolved fixed | dfd22a4 | ["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 | 2004-05-14T12:43:53Z | 2004-05-13T23:13:20Z |
52,849 | Bug 52849 Lightweight close buttons on CTabFolder are problematic | Using emulated buttons on a control which has DragSource listeners is problematic. Please revert to using heavyweight controls for the "X" button on Views. Probably route this to SWT? | resolved fixed | 4dfb5f9 | ["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 | 2004-05-13T20:02:03Z | 2004-02-23T18:13:20Z |
62,090 | Bug 62090 Pressing enter in combo triggers dialog traversal | I200405122000 If I go to the Keys preference page and select certain categories, e.g., Window, any command selected will close the preference window. The same thing occurs if you select the category with the keyboard and hit enter. | resolved fixed | 30e7130 | ["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 | 2004-05-13T18:55:18Z | 2004-05-13T14:53:20Z |
61,207 | Bug 61207 cannot use icons with > 8 bit color depth | eclipse complains when you ask it to load an icon (*.ico) file having greater than 8-bit color depth. i have tracked the error down to the following lines in WinICOFileFormat::loadInfoHeader(): if (!((width == infoWidth) && (height * 2 == infoHeight) && ((bitCount == 1) || (bitCount == 4) || (bitCount == 8)))) SWT.erro... | resolved fixed | f080cc5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/WinBMPFileFormat.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/WinICOFileFormat.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-13T18:08:03Z | 2004-05-06T13:26:40Z |
59,333 | Bug 59333 [Browser] Exception error messages are not very meaningful | When using the SWT Browser in Linux it seems that the "SWTError: No more handles" error is used for several different situations that don't really mean there are no more handles. This makes it very difficult to debug problems. Would it be possible to use more meaningful errors that will help users deduce what the real ... | resolved fixed | 497f098 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-13T16:13:05Z | 2004-04-20T19:40:00Z |
62,010 | Bug 62010 NPE Pressing CTRL-O in java editor | I20040511 8AM build. I had a java editor open, and pressed CTRL-O (it had been working for a long time). This appeared in the log: java.lang.NullPointerException at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3393) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2978) at org.eclipse.swt.widgets.D... | resolved fixed | 1d36ca7 | ["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 | 2004-05-12T22:35:42Z | 2004-05-12T19:26:40Z |
61,337 | Bug 61337 Dialogs resize when moved on Solaris | Eclipse 200405060200 on Solaris When doing a build, you can't the details. There is a drawing problem. If you keep on pressing the details button, you will lose almost the whole dialog. | resolved fixed | 88080c0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-11T20:31:45Z | 2004-05-06T21:46:40Z |
55,748 | Bug 55748 [browser] fail to launch under RH EL3 | getFile ComsD getFile GreComsD getFile ComRegF getFiles APluginsDL getFile XptiRegF getFile XCurProcD getFile GreComsD Exception in thread "main" org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:2651) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.browser.Browser.<init>(Br... | resolved fixed | 49b4936 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-11T20:06:15Z | 2004-03-23T19:26:40Z |
59,528 | Bug 59528 [Workbench] CTabFolder flashes on tab switch | I20040420 My system background colour is set to grey. Java editors in eclipse have a white background. When I switch between two editors, I see a flash to the grey system background colour. The grey is visible for a fair amount of time during the switch, and even longer if it is the first time I have accessed the file ... | resolved fixed | ec0b0db | ["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/Composite.java", "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 | 2004-05-11T18:13:05Z | 2004-04-21T20:40:00Z |
54,575 | Bug 54575 CTabFolder: Selecting tabs should not affect whether chevron is shown (should use constant space) | build I20040310 + latest from HEAD - in default layout of Java perspective, in default window size (Window > New Window), the Package Explorer and Hierarchy view are in the same folder - both tabs appear, but Package Explorer's name appears as Package Expl... - if not, then shrink the folder until it does - click on Hi... | resolved fixed | f0e7f11 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-10T20:07:21Z | 2004-03-12T02:53:20Z |
59,614 | Bug 59614 Clicking the CTabFolder chevron twice does not make the drop down go away | I20040420 When enough tabs are displayed for a chevron to appear, clicking the chevron once displays a drop down list of open files. Clicking on the chevron again once the drop down is open does not make it disappear, instead it closes then pops back up again. | resolved fixed | b69ea52 | ["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 | 2004-05-07T17:07:44Z | 2004-04-22T13:20:00Z |
60,420 | Bug 60420 lots of crashes since M8 | null | resolved fixed | a321867 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-06T22:16:17Z | 2004-04-29T14:46:40Z |
61,239 | Bug 61239 TableItem NPE | - run the JNI generator - select the OS class - select the ActivateKeyboardLayout method - left click in the Cast column of the second parameter (it does not have a cast value) - will get the following NPE: java.lang.NullPointerException at org.eclipse.swt.widgets.TableItem.getImageBounds(TableItem.java:409) at org.ecl... | resolved fixed | dcb7030 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-06T16:07:43Z | 2004-05-06T16:13:20Z |
43,921 | Bug 43921 gradient fill does not print its color properly | When I try to print gradient foreground color as yellow, it prints out turquoise. If you change the fillGradient() call ti fillRectangle() the right color prints out. I have seen this happen with other colors too. I altered the print example to demonstrate the problem. package printing.tests; import org.eclipse.swt.*; ... | resolved fixed | de99c6e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-05T19:37:50Z | 2003-09-30T16:40:00Z |
57,506 | Bug 57506 Pressing TAB key creates junk in editor | 1. Create a new build.xml file. 2. Enter the following contents, indenting the lines with tabs as shown: <project default="sleep"> <target name="sleep"> <sleep seconds="10"/> </target> </project> 3. Place the cursor in front of the <target tag and press TAB. The editor line will change to display: <tar<target name="sle... | resolved fixed | 992a035 | ["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 | 2004-05-05T19:23:38Z | 2004-04-05T21:20:00Z |
60,937 | Bug 60937 Hitting Enter when a combobox is open can invoke default button | For example, I go to the Preferences dialog and go to the Keys section. Using the mouse, I click on the Category combobox, but I see that there are a lot of them, so I use the keyboard to navigate up and down the list. When the correct item is highlighted I hit Enter to select that item in the combobox, but instead, th... | resolved fixed | 0a803e5 | ["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 | 2004-05-05T13:46:20Z | 2004-05-04T17:00:00Z |
59,352 | Bug 59352 [browser] GTK crashes on attachments | A php script to crash the browser widget snippet128: <?php header('Content-Disposition: : attachment; filename="eclipse.txt"'); header('Content-Encoding: deflate'); header('Content-Length: 27429'); header('Content-Type: application/x-bittorrent; name="eclipse.txt"'); ?> (save as crash.php, and load it through a php ena... | resolved fixed | 959ae55 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/WindowCreator.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-04T21:50:32Z | 2004-04-20T22:26:40Z |
12,625 | Bug 12625 Menu items still grab accelerators when disabled | If a menu item has an accelerator, it will contine to grab this accelerator even when it is disabled. We currently have a workaround in EditorMenuManager which removes the accelerator when an item is disabled. Steve is aware of this issue. | resolved fixed | 1413f7a | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/MenuItem.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 | 2004-05-04T18:24:52Z | 2002-04-02T15:06:40Z |
46,824 | Bug 46824 ControlExample: scrolling Canvas leaves screencheese | N20031114 - start ControlExample and open the canvas tab - scroll the canvas until the number is partially outside the view - scroll number number back into the view Observe: the number is redrawn incorrectly | resolved fixed | 40b1ad7 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CanvasTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-04T05:37:10Z | 2003-11-18T10:06:40Z |
60,492 | Bug 60492 [browser] safari - 2 browsers on different tab items in same tab folder overlap | null | resolved fixed | 657a35a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-05-03T14:47:49Z | 2004-04-29T20:20:00Z |
58,272 | Bug 58272 BIDI: The C/ C++ editor doesn't preserve the keyboard language after pressing sapce bar | Tested using Win 2003 Arabic locale, build M8. 1) Create a new C++ project 2) Insert a new C++ class 3) Change the keyboard language to Arabic and write an Arabic word, then a space The keyboard language switched back to English | resolved fixed | 3f164ca | ["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 | 2004-04-30T22:08:30Z | 2004-04-13T15:26:40Z |
60,334 | Bug 60334 Can't force focus to a shell (BBAWT) | I have a situation where I have my own "lightweight" widgets that are drawn within a real SWT widget. Since in SWT, *something* must have focus, I set the real focus to the lightweight widget's parent. When that parent is a shell, and I call forceFocus() on the shell, the window manager (or someone) is being "helpful" ... | resolved fixed | d9eb413 | ["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 | 2004-04-28T23:15:41Z | 2004-04-28T22:06:40Z |
59,941 | Bug 59941 [Tree] Expanded state does not get set properly for an expanded/collapsed item in a tree | null | resolved wontfix | 1bff345 | ["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/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclips... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-04-28T22:26:02Z | 2004-04-26T14:33:20Z |
25,629 | Bug 25629 Need STATE_SYSTEM_LINKED mapped to one of the states in ACC. | I need to enable the F1 infopops for being readable by JAWS, and currently one cannot read the "hyperlinks" in the infopop without tabbing to each one of them. To enable the above I need to have STATE_SYSTEM_LINKED mapped to one of the states in ACC. | resolved fixed | 54340ef | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/common/org/eclipse/swt/accessibility/ACC.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/ole/win32/COM.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-04-28T22:22:55Z | 2002-11-01T14:13:20Z |
59,524 | Bug 59524 Evaluation pop-up keybindings are broken on GTK | Build 20040420 Linux-GTK 1. Debug to a breakpoint. 2. Highlight some text and choose "Display" 3. In the resulting pop-up, press ctrl+shit+D. Nothing happens. | verified fixed | a21808a | ["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 | 2004-04-27T14:47:56Z | 2004-04-21T20:40:00Z |
57,380 | Bug 57380 Excess clipping/dirty area for Table PaintListener's paintControl(PaintEvent) | This is new in M8 for Windows. Linux GTK has always had this bug. The code snippet below changes the text on one cell. Clicking the "Bug" button: On Windows 2000, SWT 3.0M7 returns the cell area gc.getClipping=Rectangle {50, 16, 50, 14} On Windows 2000, SWT 3.0M8 returns the TableItem area gc.getClipping=Rectangle {0, ... | resolved fixed | fa200a7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-04-26T22:47:47Z | 2004-04-04T03:40:00Z |
58,638 | Bug 58638 Permit to have synchronous display to help debugging | A method calling GdiSetBatchLimit (on Windows) or XSynchronize(on X/gtk/motif) would greatly help debugging custom painting on controls. Cheers -- Steve | resolved fixed | 436adf7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/ecli... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-04-26T19:58:01Z | 2004-04-15T11:53:20Z |
56,376 | Bug 56376 [EditorMgmt] Immortal editor tab tooltips | null | resolved fixed | 306bec7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-04-26T17:58:05Z | 2004-03-26T16:53:20Z |
59,872 | Bug 59872 Documentation fix for RowLayout | The attached patch to RowLayout.java clarifies the meaning of the fill member for vertical layouts. | resolved fixed | 458753d | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/RowLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-04-26T12:45:32Z | 2004-04-24T20:53:20Z |
59,424 | Bug 59424 BIDI: level of the first directional run is never detected | GTK TextLayout#getLevel(int) starts the loop with while (OS.pango_layout_iter_next_run(iter)) - advancing the iter to the 2nd directional run (if any). Thus the 1st directional run is omitted. | resolved fixed | 7cb17ed | ["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 | 2004-04-23T18:38:42Z | 2004-04-21T15:06:40Z |
58,851 | Bug 58851 When shell is created with SWT.NO_TRIM, windows does not show it on task bar | When shell is created with SWT.NO_TRIM, windows does not show it on the task bar. Thus we can t switch tasks to get to this shell. It works fine under Linux. It looks like a windows limitation ? The issue is that having no trim for windows is something nice, but still we don t want to 'lose' the application. Additionna... | resolved fixed | 7e606d9 | ["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 | 2004-04-23T16:13:25Z | 2004-04-16T15:40:00Z |
59,698 | Bug 59698 [browser] investigate support for custom popup menu | The Browser widget for 3.0 has the following behaviour: 1. By default, expose the native popup menu if the embedded native browser exposes one (at the moment, this applies to IE only. Other browsers don't provide a 'free' default one). No custom menu can be set or modified on any platform. 2. allow apps to block the de... | resolved fixed | ce2a897 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMMouseEvent.jav... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-04-23T16:09:25Z | 2004-04-22T21:40:00Z |
59,615 | Bug 59615 Empty space before handle in a coolbar | CVS HEAD from yesterday If a toolbar has a shadow, there is a blank space visible after the toolbar and before the next gripper in a coolbar. Attached is a screenshot showing the problem, and a patch I made that fixes the problem, but only after I grab the adjacent gripper and move it. | resolved fixed | e7be549 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2004-04-22T21:51:44Z | 2004-04-22T13:20:00Z |
57,562 | Bug 57562 [Workbench] DBCS: Window resizing does not work properly | OS: <AIX 5.2> Language: <Japanese locale:Ja_JP.IBM-943> Build level: <3.0M8-aix-motif(200403311308)> JDK version: IBM JDK 1.4.2 Beta Test case #: Summary: DBCS: Window resizing does not work properly Steps to recreate problem: 1- select File->New->Project.., then create New Java Project. 2- add package and class to the... | closed fixed | a190846 | ["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 | 2004-04-21T22:43:12Z | 2004-04-06T11:13:20Z |
57,079 | Bug 57079 [interop] SWT_AWT causes JVM crash | My JVM crashes on occasion when closing a wizard that contains a SWT_AWT-based swing JPanel. Can reproduce, however the problem doesn't always occur -- usually 1 of 6 wizard invocations will show the problem. The stack trace displayed by the JVM is not always the same. I've pasted two of them below: java.lang.NullPoint... | resolved fixed | 9e73942 | ["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 | 2004-04-21T21:33:20Z | 2004-04-01T20:06:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.