id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
3,561 | 42,947 | Bug 42947 StyledText - redraw problem on last line with word wrap | The situation is: Using StyledText with SWT.WRAP. The last word in the text is wrapped. When deleting characters from this last word until the word goes up one line (need not to be wrapped) then the widget does not redraw the last line (which should now be empty). This last word is now shown two times. This can be repr... | 2003-09-11 09:26:25 | 1,063,290,000 | resolved fixed | 38942e3 | 1,066,240,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,562 | 44,832 | Bug 44832 Opening a PRIMARY_MODAL dialog on top on another PRIMARY_MODAL dialog shoud not enable the parent of the first. | When you open a PRIMARY_MODAL dialog the parent becomes inactive until the dialog is closed. However if you open another PRIMARY_MODAL dialog on top of the first PRIMARY_MODAL dialog the parent of the first PRIMARY_MODAL dialog becomes enabled. PRIMARY_MODAL dialogs should disable the entire ancestry of modal shells no... | 2003-10-14 12:58:45 | 1,066,150,000 | resolved fixed | 67417a8 | 1,066,240,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,563 | 44,778 | Bug 44778 TableItem.getImage periodically throws ArrayOutOfBoundsException | In the final call to imageList.get (imageIndex), sometimes imageIndex == -1. This causes an ArrayIndexOutOfBounds exception in the call to imageList.get. This is happening because the index of ptr [0] is not in the table. Would it be possible to put in a check for this? It causes a bunch of other downstream errors. | 2003-10-13 16:26:33 | 1,066,080,000 | resolved fixed | 10dcf45 | 1,066,160,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java | SWT |
3,564 | 38,022 | Bug 38022 widget.forceFocus() causes shell.setActive() ? | Following code snippet causes the whole application window act something like SYSTEM_MODAL - a window containing a widget with such a focus listener is always on top! ----------------------------------------------------------------------------- widget.addFocusListener(new FocusListener() { public void focusLost(FocusEv... | 2003-05-23 05:02:59 | 1,053,680,000 | closed wontfix | be52203 | 1,066,150,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Sash.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java | SWT |
3,565 | 43,281 | Bug 43281 Text field throws StackOverflowError when full | Text text = new Text(parent, SWT.MULTI | SWT.WRAP); text.addKeyListener(new KeyAdapter() { public void keyPressed(KeyEvent e) { if (e.keyCode == SWT.CR) text.append("\nOK"); } }); After entering a few lines, we reach the bottom of the text field, and get the following message: Unhandled exception caught in event loop. ... | 2003-09-18 07:44:01 | 1,063,890,000 | resolved fixed | 41e8597 | 1,065,820,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
3,566 | 44,607 | Bug 44607 Gtk critical warning when running swt app | Eclipse 20031009 The stack trace I got when running the CustomControlExample with debug flag on. (<unknown>:3951): GLib-GObject-CRITICAL **: file gtype.c: line 1942 (g_type_add_interface_static): assertion `g_type_parent (interface_type) == G_TYPE_INTERFACE' failed java.lang.Error at org.eclipse.swt.graphics.Device.log... | 2003-10-09 16:20:13 | 1,065,730,000 | resolved fixed | 4bc5ce2 | 1,065,810,000 | bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleFactory.java | SWT |
3,567 | 44,508 | Bug 44508 GC.getCharWidth JUnit test failure on Win98 | I20031008 on Windows 98 Test_org_eclipse_swt_graphics_GC.test_getCharWidthC fails its assertion that the charWidth of 'a' is greater than 0. I believe this is because the test does not set a font, and it relies on the default font being valid. This appears not to be the case on Win98? Although other similar tests, like... | 2003-10-08 18:42:44 | 1,065,650,000 | resolved fixed | 11cb6bc | 1,065,800,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
3,568 | 44,372 | Bug 44372 NPE on hitting Esc to dismiss inline table edit | I20030930 Test case Window>Preferences>Java>Debug>Step Filtering>Add Filter Hit the 'Esc' key java.lang.NullPointerException at org.eclipse.swt.widgets.Control.WM_KEYUP(Control.java:3517) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2916) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2698) at... | 2003-10-07 18:29:45 | 1,065,570,000 | resolved fixed | cb6b5c8 | 1,065,710,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
3,569 | 44,212 | Bug 44212 FocusEvents/KeyEvents from Scale not delivered | A scale does not respond to any KeyEvents or FocusEvents. Exactly the same code works for linux-gtk. System used: debian/stable j2sdk1.4.2 eclipse-platform3.03M-linux-motif problem occurs in every combination of KeyListeners / KeyAdapters and a scale object | 2003-10-06 04:28:05 | 1,065,430,000 | resolved fixed | b340579 | 1,065,540,000 | 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/widgets/Scale.java | SWT |
3,570 | 44,165 | Bug 44165 update needed in javadoc for constructors ImageData specifying colorDepth | The javadoc for constructors of ImageData (where depth is specified) states that an SWTException is thrwown for ERROR_UNSUPPORTED_DEPTH - if the depth argument is not one of 1, 2, 4, 8, 16, 24 or 32. Actually an IllegalArgument exception is thrown. Here is an example to recreate: import org.eclipse.swt.*; import org.ec... | 2003-10-03 18:23:17 | 1,065,220,000 | resolved fixed | cc342f4 | 1,065,470,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java | SWT |
3,571 | 44,164 | Bug 44164 update needed in javadoc for constructor Image(Device , ImageData) | The constructor for Image(Device , ImageData) can also throw org.eclipse.swt.SWTException: Unsupported color depth. This should be added to the javadoc. Steps to recreate (note that the ImageData is successfully created, it is Image that is throwing the exception): import org.eclipse.swt.graphics.*; import org.eclipse.... | 2003-10-03 18:08:06 | 1,065,220,000 | resolved fixed | 1d1ec73 | 1,065,470,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java | SWT |
3,572 | 44,161 | Bug 44161 addImageLoadListener should check for null | the addImageLoaderListener(ImageLoaderListener) method of ImageLoder should check for null and throw ERROR_NULL_ARGUMENT - if the listener is null. This follows the pattern of the rest of SWT (see addDropListener(DropTargetListener) method of class DropTarget). Otherwise, the user's application could get a NullPointerE... | 2003-10-03 17:25:46 | 1,065,220,000 | resolved fixed | 518da52 | 1,065,460,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageLoader.java | SWT |
3,573 | 43,918 | Bug 43918 Some mouse clicks don't work | I20030930 - open Eclipse Welcome editor (or any other editor that shows "links", like PDE editors, or the F1 help hover) - click on a click Observe: nothing happens | 2003-09-30 11:37:18 | 1,064,940,000 | resolved fixed | fce9cad | 1,064,960,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
3,574 | 43,177 | Bug 43177 Text.setText() triggers two ModifyEvents | null | 2003-09-16 16:33:20 | 1,063,740,000 | resolved fixed | b3103c9 | 1,064,870,000 | 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 |
3,575 | 43,576 | Bug 43576 "Alt+Space" traversal cannot be blocked | Using snippet #25 on Windows XP, pressing "Alt+Space" generates the following: DOWN: stateMask=0x0, keyCode=0x10000, character=0x0 '\0' By clicking back on the shell, a subsequent event is triggered (note, if 'Alt' is still held, then the stateMask=0x10000): DOWN: stateMask=0x0, keyCode=0x20, character=0x20 ' ' Attachi... | 2003-09-24 10:43:13 | 1,064,410,000 | resolved fixed | 71ff025 | 1,064,860,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,576 | 43,808 | Bug 43808 StyledText deletes too many characters in some situations | The following situation reproduces the problem. In a styled text with double click word selection, enter the following text: hello world hi there! what happen!? Include an extra empty line after "what happen!?". Now double click "there". Press the home key. Press the down arrow to go down one line. Now, hold shift and ... | 2003-09-28 10:51:16 | 1,064,760,000 | resolved fixed | 6153095 | 1,064,850,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,577 | 43,778 | Bug 43778 Browser - mozilla GTK into Motif appears in top level window | instead of being embedded into parent shell | 2003-09-26 17:41:35 | 1,064,610,000 | resolved fixed | 0068e41 | 1,064,610,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/motif/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java | SWT |
3,578 | 43,757 | Bug 43757 Table answers its Header as a child | null | 2003-09-26 12:15:42 | 1,064,590,000 | resolved fixed | e3b3895 | 1,064,590,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java | SWT |
3,579 | 43,599 | Bug 43599 [KeyBindings] accelerators on Mac OS X 'application menu' should not always be active | Command+Q closes eclipse on Mac OS X due to this accelerator being registered on the mac- specific 'application menu'. This means you can close eclipse within a dialog, which causes unpredictable results (usually errors in the log regarding disposing of widgets..) Command+Q, perhaps all all accelerators in this menu, s... | 2003-09-24 14:41:09 | 1,064,430,000 | resolved fixed | 59b1d4d | 1,064,530,000 | 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/Shell.java | SWT |
3,580 | 43,394 | Bug 43394 ImageAnalyzer example failed to read PNG file. | I attempted to feed the attached file to the image analyzer example and got an error dialog that said "Error loading file ... i/o error (java.lang.ArrayIndexOutOfBoundException: 0): java.lang.ArrayIndexOutOfBoundException: 0". Suspect this is a problem with the PNG reader. | 2003-09-20 12:45:02 | 1,064,080,000 | resolved fixed | 02e0e6b | 1,064,520,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/PngHuffmanTable.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/PngHuffmanTables.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/PngLzBlockReader.java | SWT |
3,581 | 43,667 | Bug 43667 New Synch View layout | I20030925 After a Team > Synchronize with Repository I got a strange layout for the new synch view (see attached screenshot). | 2003-09-25 12:04:40 | 1,064,510,000 | resolved fixed | 06cfb24 | 1,064,510,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java | SWT |
3,582 | 43,597 | Bug 43597 [SWT] Text.setText(..) can change font inappropriately on Mac OSX | see the attached test case to duplicate the problem. if you run the test case with just the first .setText call, you will see the correct unicode representation for the key sequence 'Command+X'. (Lucida Grande being the standard OS X font for menus and such) if you run the test case with all three .setText calls, you w... | 2003-09-24 14:33:33 | 1,064,430,000 | resolved fixed | a8b143b | 1,064,510,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
3,583 | 43,610 | Bug 43610 'Shift+Alt+' gives 0x00 as key code and character | Using snippet #25 on Eclipse-GTK-I20030924 (GNOME), do the following: 1.) Press and hold 'Shift' 2.) Press and release 'Alt' 3.) Release 'Shift' OBSERVED RESULTS: DOWN: stateMask=0x0, keyCode=0x20000, character=0x0 '\0' DOWN: stateMask=0x20000 SHIFT, keyCode=0x0, character=0x0 '\0' UP : stateMask=0x30000 ALT SHIFT, key... | 2003-09-24 16:28:16 | 1,064,440,000 | resolved fixed | bbb8f48 | 1,064,440,000 | 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/motif/org/eclipse/swt/widgets/Display.java | SWT |
3,584 | 42,892 | Bug 42892 BIDI: Images are misaligned in RTL menu items | BiDi bugs in CoolBar/ToolBar. Please see attachment for details. | 2003-09-10 14:56:51 | 1,063,220,000 | resolved wontfix | ca87977 | 1,064,440,000 | bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GCData.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java... | SWT |
3,585 | 40,085 | Bug 40085 Cursor key scrolling in code assist table doesn't update scrollbars | I20030710 - open code assist - scroll vertically by using the cursor up- and down-keys Observe: scrollbar doesn't update its position | 2003-07-15 05:00:45 | 1,058,260,000 | resolved fixed | 3c8e2ed | 1,064,420,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Scrollable.java 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 |
3,586 | 43,538 | Bug 43538 Ctrl+Space gives two key down events | On Windows XP using I20030923, "Ctrl+Space" gives two key down events. This key binding is used by Eclipse for code assist. Affects keys preference page, and causes a flicker as the code assist is executed twice. If the key is bound to any other command, it can make the command completely unusable. Problem does not occ... | 2003-09-23 17:16:10 | 1,064,350,000 | resolved fixed | 4294d7d | 1,064,420,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,587 | 42,225 | Bug 42225 Can't assign command to Ctrl+Backspace | I20030827 Out of the box Ctrl+Backspace should delete the previous word. Somehow the key binding manager thinks this is Ctrl+Del and deletes the next word. If I try to reassing the key via key pref page it displays Ctrl+Del when I press Ctrl+Backspace. I have a Swiss German Keyboard using Swiss German Locale. | 2003-08-28 11:51:35 | 1,062,090,000 | resolved fixed | 720594e | 1,064,330,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,588 | 42,467 | Bug 42467 Photon - implement the SWT browser widget | null | 2003-09-03 14:25:26 | 1,062,610,000 | resolved fixed | 75fc9e9 | 1,064,010,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/photon/org/eclipse/swt/browser/Browser.java | SWT |
3,589 | 20,841 | Bug 20841 Hover help hides Ctrl+F1 help | Build 20020621 Linux-GTK 1. Hover a button until the hover help for the button appears. 2. Press Ctrl+F1 to summon the "F1 help." 3. The F1 help appears under the hover help, making it impossible to read the obscured text. Also, the original hover help is now stuck. It won't go away even when clicking elsewhere. | 2002-06-21 16:15:51 | 1,024,690,000 | resolved fixed | 8a4b647 | 1,064,000,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java 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 |
3,590 | 30,273 | Bug 30273 [Key Bindings] DBCS: "F1" funtion key does NOT work on Linux_GTK. | Reporter: Amanda Lee Language: Korean /Simplfied Chinese /Traditional Chinese Build driver: M4_Linux_GTK Severity: OS: RedHat8 JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 11.1 Summary: DBCS: "F1" funtion key does NOT work on Linux_GTK. Description: Steps to recreate problem: 1-Open a eclipse. 2-Press "F1" function key. =... | 2003-01-27 06:00:03 | 1,043,670,000 | resolved fixed | c8a9fc3 | 1,064,000,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java | SWT |
3,591 | 15,538 | Bug 15538 Label requires border to draw correctly | The computeSize() method appears to be calculating the height incorrectly for a wrapped label on Linux-Motif. STEPS 1) Run the example below and the top and bottom of the text is cut off 2) Change the code so that the label is created with an SWT.BORDER 3) Run it again - the label is sized correctly import org.eclipse.... | 2002-05-08 11:41:12 | 1,020,870,000 | resolved fixed | 32055ba | 1,063,900,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Label.java | SWT |
3,592 | 38,094 | Bug 38094 [Enter] key doesn't work in text editors | I can't insert new line in text editors using [Enter] key on my Mandrake 9.1 (Gnome). Tried 2.0 version: [Enter] worked fine there. | 2003-05-25 19:30:58 | 1,053,910,000 | resolved fixed | 184893b | 1,063,830,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java | SWT |
3,593 | 42,787 | Bug 42787 CheckboxTableViewer does not clear selection | 20030909 Sun 1.4.2 VM The following code does not clear the selection in CheckboxTableViewer (from CheckboxTableViewerTest) on the Sun 1.4.2 VM. It does using the Sidecar 1.3.1 VM and on Windows using the Sun 1.4.2 TestElement first= fRootElement.getFirstChild(); StructuredSelection selection= new StructuredSelection(f... | 2003-09-09 10:15:22 | 1,063,120,000 | resolved fixed | d615980 | 1,063,740,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java | SWT |
3,594 | 41,774 | Bug 41774 DBCS: DBCS named file drag&drop failure on GTK | Platform: RedHat 8.0, GTK+2.2.2 and RHEL 3.0 beta1 steps drag DBCS named file (will attach later) and drop it workbench package explore view. Error dialog will pop-up with message, resource 'build%C6%FC%CB%DC%B8% EC.xml' not exits in file system. | 2003-08-21 03:28:47 | 1,061,450,000 | resolved fixed | fb8beb1 | 1,063,650,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/FileTransfer.java bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java | SWT |
3,595 | 37,863 | Bug 37863 Text's focus border has wrong background | I20030516 MacOS X 10.2.6 - start Eclipse with new workspace - open New wizard - select Simple / New File - press Next - click in description "Create a new file resource" (transfers focus) - click in text field "Enter or select the parent folder" Observe: the focus border of the description field gets the striped backgr... | 2003-05-20 08:49:58 | 1,053,440,000 | resolved fixed | 0336ae9 | 1,063,400,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java | SWT |
3,596 | 42,867 | Bug 42867 Combo - Custom PopUp not displayed properly | I created a SWT Combo within an Eclipse View and set its popup menu. Now, when I right click on the Combo's text field I don't see my menu, but the native systems one (Copy/Paste/Cut ...). When I try not to click right on the Combo's text field directly, a little bit below it but still within the Combo Widget, I see my... | 2003-09-10 09:29:45 | 1,063,200,000 | resolved fixed | 0d66d44 | 1,063,400,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java | SWT |
3,597 | 43,011 | Bug 43011 "Alt+" key strokes not always received on "zh_CN.GB18030" | Key strokes including the "Alt+" modifier are not received as expected by SWT in the "zh_CN.GB18030". ENVIRONMENT: Eclipse-GTK (I20030910), GNOME/Metacity, RedHat 9.0, Sun JDK 1.4.2, locale="zh_CN.GB18030" STEPS TO REPRODUCE: 1.) Run snippet #25 from the SWT development homepage (key logger) 2.) Press and hold "Alt". 3... | 2003-09-12 09:38:05 | 1,063,370,000 | resolved fixed | 475110f | 1,063,390,000 | 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 | SWT |
3,598 | 41,039 | Bug 41039 Hitting the Enter/Return key in the Find/Replace dialog doesn't do anything on Mac OS X | Eclipse 3.0 M2 Build id: 200307181617 Mac OS X 10.2.6 1) Open the Find/Replace dialog (Edit -> Find/Replace). 2) Type in a search term into the text box. 3) Hit the return key. Nothing happens. Hitting the Return key should do a "Find" operation (the same as clicking on the "Find" button, which is highlighted as the "d... | 2003-07-31 19:48:46 | 1,059,700,000 | resolved fixed | 6a42d58 | 1,063,390,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
3,599 | 42,897 | Bug 42897 BIDI: CHECK style doesn't work with RTL Tree or Table | When set to mirrored, the checkbox appears grey | 2003-09-10 15:07:00 | 1,063,220,000 | resolved fixed | 8d74a77 | 1,063,310,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
3,600 | 42,882 | Bug 42882 remove platform code throwing ClassNotFound exception | Add a Platform class in a common platform specific folder with the Platform name. This change will benefit JavaWebStart apps using the lazy flag. from the newsgroup: I've run into an obstacle while deploying SWT through Java web start. The problem I'm experiencing is related to Library.getPlatform() in org.eclipse.swt.... | 2003-09-10 13:04:11 | 1,063,210,000 | resolved fixed | cf8dd9a | 1,063,220,000 | bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/internal/Platform.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/S... | SWT |
3,601 | 42,818 | Bug 42818 DirectoryDialog does not show its set message | The native selection dialog does not have a label for displaying text. It's easy to add one though, so we should consider doing so in order to appear consistent with other platforms. | 2003-09-09 15:35:39 | 1,063,140,000 | resolved fixed | 21fbdc8 | 1,063,140,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java | SWT |
3,602 | 42,724 | Bug 42724 StyledText - selection rendered incorrectly on bidi platforms | build 20030903 The attached BidiUtil exposes a bug in the selection rendering code in DisplayRenderer.drawLineSelectionBackground Steps to reproduce: -using the attached BidiUtil type one english character followed by three or more Arabic/Hebrew characters -place the caret at the beginning of the line -select the next ... | 2003-09-08 15:54:32 | 1,063,050,000 | resolved fixed | 1cb1a83 | 1,063,120,000 | 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/PrintRenderer.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java | SWT |
3,603 | 38,983 | Bug 38983 StyledText - ignore WRAP when SINGLE style is specified | build 20030611 The WRAP style should be ignored when both it and the SINGLE style bit is specified in the StyledText constructor. Also, setWordWrap should do nothing when SINGLE is specified. | 2003-06-16 16:47:28 | 1,055,800,000 | resolved fixed | 6b9cfdc | 1,063,050,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,604 | 41,748 | Bug 41748 [Keybindings] Keyboard Shortcuts not working | I just installed v. 2.1.1 under AIX v. 4 and most keyboard shortcuts are not working. Copy/Cut/Paste (CTRL+C,SHIFT+DELETE,CTRL+V) work but no others: Save, Undo, Find, etc. | 2003-08-20 14:25:34 | 1,061,400,000 | resolved fixed | ccbcb4f | 1,063,050,000 | bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/XModifierKeymap.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/wi... | SWT |
3,605 | 42,259 | Bug 42259 StringIndexOutOfBoundsException in FontData.getLocale() | If the lang, country, and variant fields are all null in a FontData, the getLocale() method on win32 will throw a StringIndexOutOfBoundsException. The following program will generate the exception on my WinXP box: import org.eclipse.swt.widgets.*; import org.eclipse.swt.graphics.*; public class FontDataGetLocaleBug { p... | 2003-08-29 12:07:25 | 1,062,170,000 | resolved fixed | be925d0 | 1,062,800,000 | 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/motif/org/eclipse/swt/graphics/FontData.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/FontData.j... | SWT |
3,606 | 42,293 | Bug 42293 Menu item too large | null | 2003-08-30 11:57:48 | 1,062,260,000 | resolved wontfix | 98d7b29 | 1,062,790,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/MenuItem.java | SWT |
3,607 | 35,589 | Bug 35589 StyledText - add getStyleRanges(start, offset) API | Currently you can get the style range at a particular offset and you can get all style ranges, but there is no API for getting the styles for a particular range of text. While getStyleRanges could be used to ascertain this information, this could be inefficient if your text has a lot of text (i.e., this method creates ... | 2003-03-24 13:09:43 | 1,048,530,000 | resolved fixed | 09f6d18 | 1,062,780,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java | SWT |
3,608 | 40,019 | Bug 40019 BIDI: StyledText has problem with drawing of selection in both ltr and rtl orientation of this widget in the bidi locale. | null | 2003-07-14 09:37:15 | 1,058,190,000 | resolved fixed | 7f1555a | 1,062,690,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java | SWT |
3,609 | 39,074 | Bug 39074 [CellEditors] [DBCS] canna input mode fires bogus event from Text Control | Steps: 1)Create simple file named foo.usr. 2)Open the propertysheet example editor on this file. 3)Select a department (or group or whatever) and go to edit the name of that object in the propertysheet 4) Shift+SPACE to enter canno input mode. 5) Type "nihongo" and press ENTER When you press ENTER, the propertysheet re... | 2003-06-18 11:38:29 | 1,055,950,000 | verified fixed | d498e16 | 1,062,630,000 | 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 |
3,610 | 40,800 | Bug 40800 org.eclipse.swt.widgets.Text, method append(), bottom focusing error | When appending a line (or multiple) to the text-widget with append(), the last lines do not get focused. Contrary to the win32 version, the GTK version always stays at the top of all lines instead of focusing the bottom when an append() has been done. | 2003-07-25 17:54:43 | 1,059,170,000 | resolved fixed | 273510c | 1,062,620,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java | SWT |
3,611 | 40,406 | Bug 40406 Clicking in tree does not bring window to the front. | 1) Start eclipse and make the Navigator visisble. 2) Bring some other application window in front of the Eclipse workbench (keeping the Navigator visible). 3) Click on an item in the Navigator 4) Notice that Eclipse is not brought to the front. | 2003-07-17 13:26:22 | 1,058,460,000 | resolved fixed | 68db1ce | 1,062,520,000 | 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 bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java b... | SWT |
3,612 | 40,693 | Bug 40693 Text - No Verify/Modify when a modifier key is down | Eclipse 3.0M2 It's not possible to create classpath variables with underscores. The dialog displays the error message "A variable name must be entered". When you remove the underscore and re-add it, the message has disappeared but the created classpath variable will not be created as specified. Sometimes the underscore... | 2003-07-24 02:33:52 | 1,059,030,000 | resolved fixed | 9b7228e | 1,062,520,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
3,613 | 39,781 | Bug 39781 Selection events not fired from Combo | null | 2003-07-08 19:44:35 | 1,057,710,000 | resolved fixed | 2279139 | 1,062,100,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
3,614 | 41,707 | Bug 41707 Exception causes Members view to become empty | Occasionaly when I switch between editors, I get an exception and the Members view no longer shows any contents even when different Java files are selected. Closing and opening the Members view fixes the problem. I am running Eclipse GTK I20030813 on Red Hat 9.0. I will attach the log file. | 2003-08-19 13:54:33 | 1,061,320,000 | resolved fixed | 47778c3 | 1,062,020,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java | SWT |
3,615 | 40,560 | Bug 40560 Label with text and image set tries to display both | Clients can change the thing that a Label displays from a string to an image (or vice versa) with the setText() and setImage() APIs. On Mac, invoking both of these on a Label results in it trying to display both, so the image overwrites the text wherever they intersect. On other platforms only the last thing that was s... | 2003-07-21 11:40:44 | 1,058,800,000 | resolved fixed | ce82c3c | 1,062,010,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java | SWT |
3,616 | 41,619 | Bug 41619 SWT does not render Unicode glyphs > 255 | I20030813 - In MacOS X > System Preferences > Input Menu add the "Character Palette" to your input method menu - open the character palette and enter characters > 255 into the Eclipse text editor Observe: you only get empty boxes | 2003-08-15 11:57:15 | 1,060,960,000 | resolved fixed | 76645e4 | 1,062,000,000 | 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/graphics/GC.java | SWT |
3,617 | 41,980 | Bug 41980 GP showing Workbench - Appearance preference page | null | 2003-08-26 11:26:15 | 1,061,910,000 | resolved fixed | 9e166a9 | 1,061,920,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java | SWT |
3,618 | 41,362 | Bug 41362 GTK-BIDI: RTL support in Group | Text direction of label, which is used as title of SWT Group widget, should be set separately. | 2003-08-10 09:51:05 | 1,060,520,000 | resolved fixed | 2bbd619 | 1,061,330,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Group.java | SWT |
3,619 | 41,201 | Bug 41201 GTK-BIDI: RTL support in Label | For some reason rtl-oriented wrapped Label need the opposite justification to be aligned correctly, when LEAD or TRAIL alignment are used. | 2003-08-06 11:50:17 | 1,060,190,000 | resolved fixed | 8731946 | 1,061,330,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java | SWT |
3,620 | 41,455 | Bug 41455 TableColumn#setWidth(int width) allow width=0 but GTK doesn't like it | build 20030806 Linux-GTK (GTK 2.2.2) from a chat on IRC: the call TableColumn#setWidth(0) generate a GTK error and doesn't hide the column in some case (I get the error on my computer, but the column is correctly resized). (<unknown>:6875): Gtk-CRITICAL **: file ../../gtk/gtktreeviewcolumn.c: line 1723 (gtk_tree_view_c... | 2003-08-12 18:55:34 | 1,060,730,000 | resolved fixed | 28ab2bb | 1,061,240,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java | SWT |
3,621 | 41,627 | Bug 41627 Editable Combo incorrect width | The editable Combo drop-down box appears to size its width incorrectly. When the longest item is selected, a small piece of its last letter is chopped off by the drop-down arrow. | 2003-08-17 16:36:34 | 1,061,150,000 | resolved fixed | 4e33ab6 | 1,061,220,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java | SWT |
3,622 | 32,006 | Bug 32006 Save dialog doesn't remove '&' from title string | I tried to add JavaDoc documentation to a JAR in the build-path of a project, and was prompted with a dialog box to select the JavaDoc location. The title of the dialog box was " &Select JavaDoc Location:" I'm not sure if the & is an artifact of being on a Mac OS X or whether it's a glitch for other OSs as well. | 2003-02-17 09:51:01 | 1,045,490,000 | verified fixed | 1ac7936 | 1,060,800,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java | SWT |
3,623 | 40,899 | Bug 40899 Eclipse 2.1.1 does not come up on HP when remotely attaching from a linux box | null | 2003-07-29 11:56:17 | 1,059,490,000 | resolved fixed | 56124a7 | 1,060,370,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Font.java | SWT |
3,624 | 41,347 | Bug 41347 CCombo shouldn't fire defaultSelection on mouse list selection | If you drop down the combo list using the mouse and then select an entry using the mouse, the CCombo fires a defaultSelection. It shouldn't do this. It should fire a selection instead. Default selection means something was selected and you should go and do something. The typical reaction is to process the selection and... | 2003-08-08 13:44:21 | 1,060,360,000 | resolved fixed | dd89921 | 1,060,370,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
3,625 | 39,173 | Bug 39173 Thread processing is extremely slow on GTK. (BBAWT) | SWT Version: 3009 Linux Version: RH 8 SWT thread processing is much slower on GTK than on any other platform. This seems subtle but it is important because we do so much thread processing in our AWT code. The following code demonstrates this. It creates a shell with 100 buttons on the display thread, and then does the ... | 2003-06-20 10:34:11 | 1,056,120,000 | resolved fixed | d0651c4 | 1,060,360,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java | SWT |
3,626 | 41,200 | Bug 41200 GTK- contents of check and radio buttons can't be aligned to center and to the trailing edge of widget. | GTK container, which contains label of check and radio button, always remains with it's default width. Therefore text of label visually is always aligned to leading edge of corresponding SWT Button. We propose to resize this container "manually". | 2003-08-06 11:01:10 | 1,060,180,000 | resolved fixed | 9435fef | 1,060,290,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java | SWT |
3,627 | 40,884 | Bug 40884 Eclipse crashes with Sun jdk 1.4.2 | When we switch from jdk 1.4.1 to 1.4.2, Eclipse crashes at startup. To make it at least start, I tried with a blank workspace but Eclipses keeps crashing as soon as I try to open a perspective, a project or the configuration details, anything heavier than opening a menu. Eclipse 2.1.1 (Build id: 200306271545), Win2000 ... | 2003-07-29 05:25:43 | 1,059,470,000 | resolved fixed | ab9d66a | 1,060,280,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OLE.java bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java | SWT |
3,628 | 40,102 | Bug 40102 [Viewers] ITreeViewerListener.treeExpanded() is called twice | I am using TreeViewer, and my ContentProvider class also listens to tree collapse and tree expansions in the viewer by registering itself as a ITreeViewerListener with the TreeViewer. It has the required methods to implement: public void treeExpanded(TreeExpansionEvent event), and public void treeCollapsed(TreeExpansio... | 2003-07-15 10:05:30 | 1,058,280,000 | resolved fixed | 2c6e6ca | 1,060,200,000 | 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/Tree.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java | SWT |
3,629 | 41,067 | Bug 41067 OLE ref count problem when opening file for read | This chunk of code from OleClientSite constructors: OleFile oleFile = new OleFile(file, contentStream, OleFile.READ); IStorage storage = oleFile.getRootStorage(); storage.AddRef(); // Open a temporary storage object tempStorage = createTempStorage(); // Copy over contents of file int result = storage.CopyTo(0, null, nu... | 2003-08-01 19:02:26 | 1,059,780,000 | resolved fixed | 21af898 | 1,060,190,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleFile.java | SWT |
3,630 | 38,415 | Bug 38415 remove() function in combo behaves inconsistently (BBAWT) | On Linux (GTK AND Motif), if you remove() the last item in a combo, the text field of the combo still shows that item. But on Windows and QNX, it does not. The following test case demonstrates this, as there are no items remaining in the combo, but it still shows 'Item 2' in the textfield. import org.eclipse.swt.SWT; i... | 2003-06-04 11:21:44 | 1,054,740,000 | resolved fixed | da194ab | 1,060,180,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java | SWT |
3,631 | 40,156 | Bug 40156 CTabFolder's client area is off by a few pixels when there are no tabs | build I20030715 - create a CTabFolder - create a child control, and set its bounds to be the tab folder's client area - it's off by a few pixels in x and y - getClientArea assumes that the extra borders shown when there are tabs are always there | 2003-07-15 17:08:05 | 1,058,300,000 | resolved fixed | 41401bd | 1,060,110,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
3,632 | 37,095 | Bug 37095 BIDI - When starting Eclipse from Arabic locale it is always RTL oriented | When starting an Eclipse instance from an Arabic Locale, the workbench and its components are RTL-oriented without giving the user the choice for otherwise. | 2003-04-30 11:53:16 | 1,051,720,000 | resolved fixed | dd1cc8d | 1,059,670,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java | SWT |
3,633 | 35,826 | Bug 35826 GPs on exit | Start eclipse (platform only) with a new workspace 1) open all perspectives 2) open preference pages exit eclipse An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4CAB791A Function=_XmDSIGetChildPosition+0x1A2 Library=./libXm.so.2 Current Java thread: at o... | 2003-03-28 12:26:35 | 1,048,870,000 | resolved fixed | b067e67 | 1,059,150,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/DropTarget.java bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java | SWT |
3,634 | 33,370 | Bug 33370 event firing differences (win32/motif) | RC1 This is marked as a linux-motif problem since win32 is generally "right". I noticed these differences by watching the events console in the ControlExample while running on different platforms. Drop down a Combo: - motif does not fire a MouseUp after the triggering MouseDown - win32 does Select a combo item that is ... | 2003-02-26 16:32:37 | 1,046,300,000 | resolved fixed | e677292 | 1,059,140,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java | SWT |
3,635 | 38,712 | Bug 38712 'Gtk CRITICAL' error being roported by SWT in Linux-GTK. (BBAWT) | I'm running RH9, and whenever I run a JUnit test with SWT on top of GTK, I get the following error: (<unknown>:2895): Gtk-CRITICAL **: file gtkwidget.c: line 4814 (gtk_widget_set_size_request): assertion `height >= -1' failed This comes up in today's (6/10/03) head version of SWT, as well as 3008, 3007, and every other... | 2003-06-10 11:38:21 | 1,055,260,000 | resolved fixed | 02814ae | 1,059,060,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
3,636 | 39,730 | Bug 39730 code assist popup does not take focus | 20030703 on windows, when the code assist window comes up, the first item is selected on GTK, this does not happen until i press arraw_down which is very frustrating major for me (dunno if it's text or swt though) | 2003-07-08 05:06:45 | 1,057,660,000 | resolved fixed | 2f9872f | 1,058,980,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
3,637 | 35,761 | Bug 35761 ControlExample - Label - Image labels issue with SWT.WRAP | I20030326 Run ControlExample Switch to Label tab Select SWT.WRAP The image labels go away. They don't on Windows. | 2003-03-27 11:12:35 | 1,048,780,000 | resolved fixed | 5f841a6 | 1,058,800,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Label.java | SWT |
3,638 | 35,861 | Bug 35861 crash in gtk_editable_delete_selection on GTK 2.2.1/Redhat 7.1 | After compiling, running eclipse and looking around in the environment I got a crash: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4D1DD704 Function=gtk_editable_get_selection_bounds+0x44 Library=/usr/local/lib/libgtk-x11-2.0.so.0 Current Java thread: ... | 2003-03-31 04:52:15 | 1,049,100,000 | resolved fixed | 6fac09a | 1,058,560,000 | 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 |
3,639 | 40,216 | Bug 40216 Right CTRL+SHIFT right justifies text and reverses scroll bars | Opening a text editor and then pressing and holding right CTRL and then pressing SHIFT will flip the scroll bars to the right side and right justify the text. STEPS: 1.) Open a text editor 2.) Press and hold right CTRL 3.) Press right SHIFT They maybe other steps to get into this state. | 2003-07-16 10:21:00 | 1,058,370,000 | resolved fixed | 8862e90 | 1,058,380,000 | 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/StyledTextBidi.java bundles/org.eclipse.swt/Eclipse SWT/emulated/bidi/org/eclipse/swt/internal/BidiUtil.java bundles/org.eclipse.swt/Eclipse S... | SWT |
3,640 | 38,777 | Bug 38777 Out of bound exception in ColorDialog | I was 'playing' with the ControlExample on Linux Motif. Tab 'text'. Changing the background color many times. Got the following stack trace at one point. Can't reproduce :-( Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 8 at org.eclipse.swt.widgets.ColorDialog.mouseDown(ColorDialog.java:324) at o... | 2003-06-11 10:37:05 | 1,055,340,000 | resolved fixed | 93a1334 | 1,058,370,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/ColorDialog.java | SWT |
3,641 | 40,159 | Bug 40159 Combo throws exception in junit test | 4) test_removeII (org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo) java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2351) at org.eclipse.swt.SWT.error(SWT.java:2295) at org.eclipse.swt.widgets.Widget.error(Widget.java:375) at org.eclipse.swt.widgets.Combo.remo... | 2003-07-15 17:28:45 | 1,058,300,000 | resolved fixed | b3451b0 | 1,058,300,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
3,642 | 40,155 | Bug 40155 Font.dispose() throws NPE | null | 2003-07-15 16:50:04 | 1,058,300,000 | resolved fixed | 0174410 | 1,058,300,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Font.java | SWT |
3,643 | 40,130 | Bug 40130 StyledText - add accessibility support to StyledText | build 20030611 Opening bug to track changes Grant submitted for making StyledText accessible (adding AccessibleControlListener). | 2003-07-15 14:03:52 | 1,058,290,000 | resolved fixed | 09d4604 | 1,058,290,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,644 | 38,855 | Bug 38855 regression - Table.getImageBounds returns incorrect value | Take the propertysheet as an example. If you select a project and try to click on the +/- next to the "Info" category entry, it won't expand/collapse. In this particular case if you click just on the upper-left corner of the box around the +/- you may be able to get it to work. But if you click anywhere else it won't w... | 2003-06-12 16:03:24 | 1,055,450,000 | resolved fixed | 0e2e57b | 1,058,280,000 | 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/TableItem.java | SWT |
3,645 | 39,032 | Bug 39032 Bidi: StyledText - exception in autoscroll in bidi | build 20030611 -Enter a blank line in a StyledText widget running in bidi mode -Enter a long line of text immediately after the blank line -Size the widget so that you can autoscroll horizontally -Place the cursor at the beginning of the second line -Mouse select to the right to activate auto scrolling and then select ... | 2003-06-17 13:30:57 | 1,055,870,000 | resolved fixed | 4987194 | 1,058,200,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,646 | 37,428 | Bug 37428 Extra pop up menu on text widget with setMenu | Eclipse 2.1 Run the following code. Right click in the text widget and you will see a native pop up menu as well as the one I have added. Also happens with Shift+F10. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); final Text t = new Text(shell, SWT.READ_ONLY ... | 2003-05-09 11:02:50 | 1,052,490,000 | resolved fixed | 5ee66b4 | 1,057,960,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java | SWT |
3,647 | 39,236 | Bug 39236 Completely different behaviour for creating a shell with a parent versus calling setParent | Launch the folowing example. Note that the shell in red is located at (10,10) relative to the display rather than to its parent shell. Click in the red shell which will trigger the setParent call (to the same parent as it already had). Suddenly the red shell becomes an MDI shell (rather than a dialog) and it moves with... | 2003-06-23 12:34:48 | 1,056,390,000 | resolved fixed | a397adb | 1,057,930,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java | SWT |
3,648 | 39,013 | Bug 39013 scrolling down in editor corrupts contents | When using the arrow keys to scroll up/down in an editor view the view contents become corrupted. Using the mouse to scroll doesn't have this problem. Using build N20030617 | 2003-06-17 09:55:58 | 1,055,860,000 | resolved fixed | 8079286 | 1,057,710,000 | 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/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
3,649 | 38,809 | Bug 38809 DCR - need Display.getSystemCursor() | I20030605 Red Hat 9 Eclipse - open the SWT GTK file OS.java The method outliner takes a long time. This seems to be caused by the new animated wait cursor used by Gnome in RH9. OptimizeIt reports ~40% spent in Cursor.init, from BusyIndicator.showWhile (itself from AbstractTreeViewer probably calling us for each method/... | 2003-06-11 17:25:13 | 1,055,370,000 | resolved fixed | bae8b23 | 1,057,700,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BusyIndicator.java | SWT |
3,650 | 37,490 | Bug 37490 BIDI: text in the rtl-oriented Text control can't be aligned to the trailing edge of this control. | SWT, as usually, uses for creating of it's Text control CreateWindowEx() native call with WS_EX_LAYOUTRTL extended window's style. In spite of this, corresponding native Edit control is created as not mirrored window with WS_EX_RIGHT, WS_EX_LEFTSCROLLBAR and WS_EX_RTLREADING extended styles and ES_RIGHT alignment style... | 2003-05-12 06:08:03 | 1,052,730,000 | resolved fixed | b40aaea | 1,057,690,000 | 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/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
3,651 | 21,212 | Bug 21212 GTK:Selecting a Checkbox from within the selection callback causes infinite loop(BBAWT) | The following example works on Windows but does not work on GTK. This emulates the way our AWT works with the Button. This test has two classes, but the second class should be run(TestSWTRadiobutton). ----------- CheckboxGroup class starts here ------------------ import java.io.Serializable; import org.eclipse.swt.widg... | 2002-07-03 14:21:25 | 1,025,720,000 | resolved fixed | 463a1f2 | 1,057,610,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.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/Control.java | SWT |
3,652 | 39,119 | Bug 39119 Text.ComputeSize(0) returning 0 on GTK (BBAWT) | Linux - RH8 SWT 3009 The following test case creates a Text and then calls computeSize(0,0). On Motif, Windows 2000, and QNX, a positive value is returned {(14,15), (13,7), and (5,5), respectively}. But GTK returns (0,0). It looks like computeSize(x,y) on GTK always returns (x,y), while all other platforms tested seem ... | 2003-06-19 09:47:00 | 1,056,030,000 | resolved fixed | 3be5b3e | 1,057,340,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java | SWT |
3,653 | 39,443 | Bug 39443 GTK Error calling TreeItem.getExpanded() on a tree item being disposed. | Here's a simple test case that works just fine on Motif, Windows and OS X, but crashes on GTK. We do something similar in GEF and it crashes the entire workbench -- I couldn't find anything in the log or console that even showed an error occured. This test case here shows the following error message in the console: Gtk... | 2003-06-27 16:09:03 | 1,056,740,000 | resolved fixed | 9b0630f | 1,057,340,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
3,654 | 36,997 | Bug 36997 DCR: Accessibility on GTK | Implement Accessibility on GTK. | 2003-04-28 11:01:30 | 1,051,540,000 | resolved fixed | adaa848 | 1,057,180,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
3,655 | 39,107 | Bug 39107 Up and Down keys not always work for Combo | It occurs only on GTK. After creating a read only combo, and add to it several values, by pressing the up / down keys, the value of the combo changes. This works almost fine with two problems, the first value of the combo and the last value of the combo. When i reach to the first value and press the up key, the focus i... | 2003-06-19 05:13:35 | 1,056,010,000 | resolved fixed | d8f94e0 | 1,056,750,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java | SWT |
3,656 | 12,220 | Bug 12220 SWT Mouse Enter comes before Mouse Exit [portability] | If I have two controls, A and B, and move the mouse from one to the other, control B will get entered, and then control A exited. These events are out of order. The exit should happen first, followed by the enter. import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.events.MouseEvent; imp... | 2002-03-25 10:45:11 | 1,017,070,000 | resolved fixed | 53ae165 | 1,056,660,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,657 | 39,140 | Bug 39140 SWT.VERTICAL ignored in ToolBar | If you create a ToolBar with the SWT.VERTICAL flga it is ignored unless you slam the size of the widget to only fit one entry. | 2003-06-19 15:56:03 | 1,056,050,000 | resolved fixed | 85174ac | 1,056,650,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java | SWT |
3,658 | 19,153 | Bug 19153 Combo fires too many SelectionEvents in GTK2 | Build F2 (20020602) Redhat 7.2, GTK2 KDE 2.2-10 (GTK2 only) If you add a SelectionListener to a Combo, then your widgetSelected() will be called many more times than would be expected. For example, If you click and hold the arrow then move on one of the elements in the drop down list (still holding button), then it con... | 2002-06-04 14:07:18 | 1,023,210,000 | resolved fixed | cd1cc03 | 1,056,640,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
3,659 | 38,606 | Bug 38606 List constructor with SWT.SIMPLE | SWT.MULTI style parameters behaves incorrectly (BBAWT) | If you create a list using the List(Shell, SWT.MUlTI|SWT.SIMPLE) constructor, it will not correctly handle events in Motif. In the following example, events on the list are reported to the terminal by GTK but NOT by Motif. import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widg... | 2003-06-06 16:13:44 | 1,054,930,000 | resolved fixed | fb772df | 1,056,490,000 | 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/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Widget.java | SWT |
3,660 | 20,083 | Bug 20083 CCombo method redraw() does not work | Build 20020611 Win2k Calling the redraw() method on a CCombo does not redraw the CCombo. It will, however, draw a CCombo's border if one is present. Using the redraw(int, int, int, int, boolean) method does work though. The redraw(int, int, int, int, boolean) is overridden in CCombo to deal with the fact that it is imp... | 2002-06-12 17:34:15 | 1,023,920,000 | resolved fixed | 00fdc21 | 1,056,460,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.