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,661 | 38,626 | Bug 38626 DirectoryDialog getFilterPath() always returns null | OS: Red Hat 8, Gnome Eclipse 2.1 M1 (Thu, 5 Jun 2003 -- 17:37 (-0400)) I am using the DirectoryDialog getFilterPath() method to get the directory the user selected after open() returns. It works fine on Windows XP but on the version of Linux I am using it always returns null. I am selecting a directory in the dropdown ... | 2003-06-07 16:08:23 | 1,055,020,000 | resolved fixed | 6b7d469 | 1,056,040,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/DirectoryDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/DirectoryDialog.java | SWT |
3,662 | 39,078 | Bug 39078 FormData throws "Widget is disposed" when it's widget is dispose()d | FormData.getXXXAttachment() throws SWTException "Widget is disposed" because it doesn't do any isDisposed() checks. I originally thought hiding the component first and forcing a layout(true) would fix it, but that must have been some other problem. I am attaching a snippit. | 2003-06-18 13:28:34 | 1,055,960,000 | resolved fixed | 24489ec | 1,056,040,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/FormData.java | SWT |
3,663 | 38,987 | Bug 38987 PocketPC: MULTI Text control ES_WANTRETURN/_TAB_NEXT problem | PocketPC: MULTI Text control ES_WANTRETURN/_TAB_NEXT problem On PocketPC, when having a MULTI Text control with or without scrollbars, with or without wrap, etc. -- you cannot make it accept plain [Enter] key to break lines. Only Ctrl+Enter (Ctrl+M, Ctrl+J) would work. What helps is an internal OS hack: int oldBits = O... | 2003-06-16 18:23:51 | 1,055,800,000 | resolved fixed | e08f800 | 1,055,890,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
3,664 | 38,412 | Bug 38412 [Actions] Navigator tree cell editors too small | I20030528 MacOS X 10.2.6 - start Eclipse - in the Navigator select any resource - from the context menu select "Rename" Observe: the cell editor field is too small and leaves only the upper half of the text visible. | 2003-06-04 10:50:47 | 1,054,740,000 | verified fixed | dae1c91 | 1,055,890,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
3,665 | 34,330 | Bug 34330 Problem with TreeEditor when expanding tree item | null | 2003-03-10 10:33:30 | 1,047,310,000 | resolved fixed | 94a6308 | 1,055,880,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ControlEditor.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TreeEditor.java | SWT |
3,666 | 38,344 | Bug 38344 StyledText - exception when selecting lines in WRAP mode | null | 2003-06-02 15:43:45 | 1,054,580,000 | resolved fixed | b87ca47 | 1,055,800,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,667 | 37,782 | Bug 37782 Shell setMinimized(true) doesn't deactivate Shell | Calling setMinimized(true) on a shell doesn't behave in the same way as clicking on the minimize button of the title bar. Specifically, calling setMinimized doesn't cause the shell to become deactivated. The following code snipped illustrates the problem: public static void main(String[] args) { final Display display =... | 2003-05-16 14:42:43 | 1,053,110,000 | resolved fixed | b308d21 | 1,055,780,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java | SWT |
3,668 | 38,912 | Bug 38912 DBCS: input special symbol breaks input method on ja_JP | Trying to input special symbols using kinput2 (default linux input method for ja_JP on Linux) breaks the input method on the widget. Steps 1) Focus a Text widget 2) Start input method (Shift+Space) 3) Open Auxiliary Control Window (Insert) 4) Choose a symbol and press enter 5) Close the input method (Shift+Space) Bug: ... | 2003-06-13 16:56:47 | 1,055,540,000 | resolved fixed | 66ce2b4 | 1,055,540,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,669 | 38,353 | Bug 38353 crash in OS.gtk_main_iteration() when double-click disabled text widget | using linux redhat 8.0 gtk eclipse base build wswb-2.1.1-M200305211757 I have a view that contains a disabled styled text widget (i call setEnabled (false) on the widget). I notice that if the view does not have focus, then i double-click (or sometimes triple click, or just keep clicking till crash) into the view, my w... | 2003-06-02 19:29:47 | 1,054,600,000 | resolved fixed | 6bf6f7f | 1,055,520,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/Display.java | SWT |
3,670 | 38,841 | Bug 38841 NPE in Widget.filters | build I20030610 Noticed the following in my log after shutdown. Sorry, no idea how it was triggered. !ENTRY org.eclipse.ui 4 4 Jun 11, 2003 16:25:50.284 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 11, 2003 16:25:50.284 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullP... | 2003-06-12 11:19:47 | 1,055,430,000 | resolved fixed | 916a77e | 1,055,510,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,671 | 35,183 | Bug 35183 DBCS: Set text generates Index of Bounds exception using 2.0 NLS language pack | Driver: RC2 Java : Sun Java 1.3.1_07 OS: Solaris Language: ja_JP I got errors in the .log file during launching the WB with NLS language package, and WB did not launch. Steps 1. Extract the eclipse-SDK.zip 2. Extract the NLS Language package (eclipse-nls-SDK-2.0.x.zip) under the same directory 3. Launch the eclipse (./... | 2003-03-17 21:56:07 | 1,047,960,000 | closed fixed | 228bb4e | 1,055,280,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/internal/Converter.java | SWT |
3,672 | 38,385 | Bug 38385 Japanese Input (IME) not doesn't come up | build 2.1.1 (20030602) Changes to fix a GP and focus trouble on Motif work in Linux but broke the Japanese Input on AIX, Solaris and possibly HP (we can't test this). SSQ and SN are working on a fix. We should do this for 2.1.1. | 2003-06-03 16:28:31 | 1,054,670,000 | resolved fixed | aa4a6db | 1,055,190,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Caret.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java bundle... | SWT |
3,673 | 29,534 | Bug 29534 Override default behavior of 'F10' key | I'm writing a terminal emulation application that emulates terminals where the functions keys are valid key strokes, including 'F10'. I need to be able to override the default behavior of the 'F10' key to have terminal applications run properly. As for the special key sequences (Ctrl + Esc), the default behavior does n... | 2003-01-15 09:18:26 | 1,042,640,000 | resolved fixed | 123ea21 | 1,054,840,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,674 | 38,433 | Bug 38433 Editor titlebars are not painted | Build 20030604 The editor titlebar is not correctly painted. Only some of the editors actually appear. Also, the bottom 1/4 of viewpart titlebars are not painted. | 2003-06-04 16:00:36 | 1,054,760,000 | resolved fixed | 87ab568 | 1,054,840,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java | SWT |
3,675 | 35,493 | Bug 35493 OleClientSite hang | I20030317 Calling SHOW on Word after shell is open causes a hang. public static void main(String[] args) { Display disp = new Display(); Shell mainWnd = new Shell(disp); mainWnd.setText("OleTest"); mainWnd.setLayout(new FillLayout()); OleFrame frame = new OleFrame(mainWnd, SWT.BORDER); String progID = "Word.Document"; ... | 2003-03-21 12:18:57 | 1,048,270,000 | resolved fixed | a2121a3 | 1,054,820,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java | SWT |
3,676 | 21,191 | Bug 21191 Decorations.setImage() could do a better job with masked images | The current win32 code for setImage in the SWT.BITMAP case does a crude job of synthesising an icon from the bitmap, when in many cases it could do much better if it made use of the mask from the bitmap. The current code uses a blank mask, genererated like: int hMask = OS.CreateBitmap (bm.bmWidth, bm.bmHeight, 1, 1, lp... | 2002-07-02 18:36:18 | 1,025,650,000 | resolved fixed | 0ea92b6 | 1,054,590,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java | SWT |
3,677 | 38,331 | Bug 38331 [portability] Inconsistent handling of Image on different platforms | Setting a MenuItem with an Image with transparency on GTK always works. On win32, it only works if you jump through hoops and completely guess at how SWT maps the various Image constructors into win32 resources. The inconsistency is bad, but so is the subtlety of the necessary workaround. Here is a snippet, where "tran... | 2003-06-02 11:25:02 | 1,054,570,000 | resolved wontfix | aa14e77 | 1,054,590,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java | SWT |
3,678 | 38,337 | Bug 38337 GC.drawRoundedRectangle(...) method doesn't include the right and bottom edge | The GC.drawRoundedRectangle(...) method doesn't include the right and bottom edge. I'm using WinXP and swt-win32-2133.dll. This behavior is inconsistent with the other APIs such as drawRectangle, drawOval, etc..., that include the bottom and right edge, and on GTK the rounded rectangle is drawn correctly with all 4 edg... | 2003-06-02 12:42:48 | 1,054,570,000 | resolved fixed | 45f9103 | 1,054,580,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
3,679 | 38,242 | Bug 38242 Border width on Table incorrect - creates unwanted scrollbars | It appears that on Windows the Table class always allocates a small border, with a width equal to the value of OS.GetSystemMetrics (OS.SM_CXEDGE), whether you explicitly set a border or not. If you don't set a border then the actual physical border is equal to this value. If you set a border then this value has to be a... | 2003-05-29 14:56:25 | 1,054,230,000 | resolved fixed | 3269f2b | 1,054,570,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
3,680 | 36,636 | Bug 36636 StyledText - Printing could end pages twice | build R2.1 In StyledText.Printing.print() we have a test to see if we need to call endPage on a partially printed page when printing is done. We also close pages while printing lines when a full page has been printed. The test to close a partial page could theoretically close the page again when it was already closed b... | 2003-04-17 14:25:20 | 1,050,600,000 | resolved fixed | d97d105 | 1,054,310,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,681 | 38,221 | Bug 38221 Index out of bounds from Combo.select() | The Javadoc for the org.eclipse.swt.widgets.Combo.select() methods says that indecies that are out of range are ignored by on the Mac platform I get the following exception: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2318) at org.eclipse.swt.SWT.error(SWT.java:2262) at... | 2003-05-28 22:56:04 | 1,054,180,000 | resolved fixed | 03027a3 | 1,054,230,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java | SWT |
3,682 | 38,076 | Bug 38076 Combo doesn't calculate its size properly when only text is set. | Debian Linux, GTK 2.2.1-6. See attached screenshots. The pulldown arrow seems too big and the width is too small for its content when expanded. | 2003-05-24 09:31:08 | 1,053,780,000 | resolved fixed | f1d57a4 | 1,054,230,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
3,683 | 23,787 | Bug 23787 [Properties dialog] Project Properties -> Info page should not use text fields | Integration build 09/17. Looks bad on all motif platforms. - select a Project, right-click -> Properties - on the subsequent Info page the read-only fields (the values for Path, Type, etc.) are created as read-only Text fields instead of Labels. I guess this is so that their values can be selected and copied by the use... | 2002-09-18 16:25:15 | 1,032,380,000 | resolved fixed | 26b2de3 | 1,054,160,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.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/Text.java | SWT |
3,684 | 33,359 | Bug 33359 [JUNIT] Scrollbar tests fail | I20030221 Scrollbar JUnit tests failing: 1)Test_org_eclipse_swt_widgets_ScrollBar.test_setThumbI line 817 junit.framework.AssertionFailedError: expected:<0> but was:<10> 2) Test_org_eclipse_swt_widgets_ScrollBar.test_setSelectionI line 801 junit.framework.AssertionFailedError: expected:<0> but was:<10> 3) Test_org_ecli... | 2003-02-26 16:09:42 | 1,046,290,000 | resolved fixed | 6772285 | 1,054,060,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/Slider.java | SWT |
3,685 | 38,161 | Bug 38161 MessageDialog does not accept null shell | 2.1 The Javadoc for MessageDialog's constructors states: Note: Currently, null can be passed in for the parent. ... However, this is no longer the case. In 2.1, trying this results in an NPE. I actually wanted this since I need to bring up a dialog on startup to notify the user of a workspace version incompatibility. T... | 2003-05-27 12:52:26 | 1,054,050,000 | resolved wontfix | d173a32 | 1,054,050,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Dialog.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ColorDialog.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/FileD... | SWT |
3,686 | 33,164 | Bug 33164 [JUNIT] Scale setMinimum and setMaximum fail | I20030221 1) Test_org_eclipse_swt_widgets_Scale.test_setMinimumI junit.framework.AssertionFailedError: expected:<100> but was:<10> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.asse... | 2003-02-25 17:36:13 | 1,046,210,000 | resolved fixed | 47e220c | 1,053,980,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ProgressBar.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Scale.java | SWT |
3,687 | 38,055 | Bug 38055 Shell Title bar displayed when only SWT.REZISE. | When I create a shell with only SWT-RESIZE and on other styles I get a menu/title bar at the top. But if I resize the window the menu/title bar disappears. If seem sthe bar should not appear in the first place. public static void main(String[] args) { Shell shell = new Shell(SWT.RESIZE); shell.open(); Display display =... | 2003-05-23 12:01:01 | 1,053,710,000 | resolved fixed | 90b0c81 | 1,053,960,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java | SWT |
3,688 | 24,700 | Bug 24700 Text: Compute Size error | Eclipse 20021009 Open the properties dialog for any package in linux-GTK, note the size of the text fields. (Path, type, location, last modified). Last modified is my favourite, nice wrapping. Compare with eclipse R2.0.1 (20020829) if you don't see the problem. | 2002-10-11 11:01:26 | 1,034,350,000 | resolved fixed | edb7cab | 1,053,720,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/Text.java | SWT |
3,689 | 34,634 | Bug 34634 "Select a type" hierarchy view message cut off | build RC2 The message displayed in the hierarchy view when no type is selected is not fully visible. It is cut off vertically on the right side. | 2003-03-11 11:04:13 | 1,047,400,000 | resolved fixed | ac1e421 | 1,053,640,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java | SWT |
3,690 | 37,941 | Bug 37941 Coolbar setMinimumSize introduces chevrons on Linux | Build 20030516 Run the attached test case. Press the Set Size button. Notice that the size of the coolitems is changed and chevrons are introduced. Doing the same on Windows properly maintains the coolbar layout. | 2003-05-21 16:15:14 | 1,053,550,000 | resolved fixed | 785983f | 1,053,630,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java | SWT |
3,691 | 33,080 | Bug 33080 [JUNIT]Shell.isMinimized() returns false after shell.setMinized(true) | I20030221 Test_org_eclipse_swt_widgets_Decorations.test_setMinimizedZ Shell.isMinimized returns false after shell.setMinimized(true). junit.framework.AssertionFailedError: :2: at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at org.eclipse.swt.tests.junit.Test_org_ecli... | 2003-02-25 14:10:04 | 1,046,200,000 | resolved fixed | 0178d9b | 1,053,570,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java | SWT |
3,692 | 28,535 | Bug 28535 rectangles with pensize > 1 draw at wrong position | Run the following snippet and observe that some rectangles are antialiased (but shouldn't): import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class StrokeRectTest { public static void main(S... | 2002-12-17 12:05:06 | 1,040,140,000 | resolved fixed | f55f8c2 | 1,053,570,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java | SWT |
3,693 | 33,166 | Bug 33166 [JUNIT]Combo setLocation fails | I20030221 Test_org_eclipse_swt_widgets_Control.test_setLocationII junit.framework.AssertionFailedError: expected:<Point {8, 19}> but was:<Point {11, 22}> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at juni... | 2003-02-25 17:40:06 | 1,046,210,000 | resolved fixed | a74352a | 1,053,560,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/Widget.java | SWT |
3,694 | 30,854 | Bug 30854 [Encoding] DBCS: Encoding change at the Preferences cause core dump in motif | Language: Japanese Build driver: eclipse-SDK-I20030129-linux-motif OS: RedHat 8 JDK Ver.: IBM JDK1.3.1 + SR3 Summary: DBCS: Encoding change at the Preferences cause core dump in motif Steps to recreate problem: 1. Launch workbench with motif build on RedHat 8 JP 2. Create a Simple project 3. Import build.xml file 4. Op... | 2003-02-04 05:10:03 | 1,044,350,000 | closed fixed | b56f97c | 1,053,550,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/ToolItem.java | SWT |
3,695 | 37,858 | Bug 37858 Some SWT Labels draw text in white | I20030516 (or SWT HEAD) MacOS 10.2.6 - start Eclipse on new workspace - open New wizard - select Java / New Project - press Next Observe: two labels on wizard page are not readable since they draw the text in white. | 2003-05-20 07:03:39 | 1,053,430,000 | resolved fixed | 6d97422 | 1,053,550,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/Control.java | SWT |
3,696 | 37,874 | Bug 37874 "Jumping" layout | I20030516 MacOS 10.2.6 Lots of relayout operations appear to be "jumpy" because an intermediate layout becomes visible. One good example is: - open preference dialog - select first node "Workbench" - use the arrow down key to move selection to next node Observe: on some layout changes the whole window contents (includi... | 2003-05-20 12:11:38 | 1,053,450,000 | resolved fixed | 4118bf6 | 1,053,470,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
3,697 | 35,657 | Bug 35657 Eclipse crashes and throws exception when starting up in Chinese locales | Overview Description: For any Chinese locale on Sun Solaris 9, Eclipse will crash and throw a null pointer exception when the user attempts to start Eclipse in that environment. Steps to Reproduce: 1) Log into Solaris using any Chinese locale (e.g., zh_TW.BIG5, zh_CN.GB18030, zh). 2) Open a terminal session and start E... | 2003-03-25 13:05:25 | 1,048,620,000 | resolved fixed | f8eebc4 | 1,053,470,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Font.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java | SWT |
3,698 | 37,881 | Bug 37881 StyledText - NPE when using RIGHT_TO_LEFT style with StyledText on Linux | build 20030520 Using the RIGHT_TO_LEFT style in StyledText on platforms other than Windows results in a NullPointerException in StyledTextBidi. The problem is that we are testing for the RIGHT_TO_LEFT style to determine whether we should operate in right oriented mode. We should be testing for the MIRRORED style. Testi... | 2003-05-20 14:41:31 | 1,053,460,000 | resolved fixed | 669774d | 1,053,460,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/StyledText.java | SWT |
3,699 | 37,591 | Bug 37591 ImageLoader.save for GIF saves in compress GIF format | null | 2003-05-14 09:22:26 | 1,052,920,000 | resolved fixed | 41f3fb6 | 1,053,110,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/GIFFileFormat.java | SWT |
3,700 | 35,804 | Bug 35804 Cheese in Text | I200303272130 1) Create a task in the Task View 2) Edit the descripton in the table. 3) Cursor back and forth in the text. Notice that there are black lines between the characters where the cursor has been. Also notice that the text is scrolled off to the left when you first try to edit the description. This makes the ... | 2003-03-28 10:17:05 | 1,048,860,000 | resolved fixed | af8a2f6 | 1,053,110,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
3,701 | 37,497 | Bug 37497 Creating of new Image is failed in some cases. | This is caused by little mistake in the copying of block of code in the new method init(): ................. if (blackIndex == -1) { /* There was no black in the palette, so just copy the data over */ //! System.arraycopy(source.data, 0, image.data, 0, //! System.arraycopy(source.data, 0, imageData.data, 0, imageData.d... | 2003-05-12 09:35:26 | 1,052,750,000 | resolved fixed | 75da12d | 1,053,040,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java | SWT |
3,702 | 28,529 | Bug 28529 ProgressBar direction wrong + cheese | I20021216 In progress bar tab of the control example: select SWT.HORIZONTAL. select 100x100 Progress bar draws vertically and leaves cheese. | 2002-12-17 11:28:16 | 1,040,140,000 | resolved fixed | fd4cb46 | 1,053,040,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Slider.java | SWT |
3,703 | 34,185 | Bug 34185 Native Tree: Clicking into selection doesn't reselect | I2003-03-07 In a tree view, I have selected all items. If I single click on any of the items, the selection doesn't change to include only the item I clicked on. Instead the selection stays unchanged. | 2003-03-08 04:37:19 | 1,047,120,000 | resolved fixed | 3aee767 | 1,053,040,000 | 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,704 | 33,496 | Bug 33496 Multi-line text issues too many mouse track events on Photon (BBAWT) | When I add a MouseTrackListener to a multi-line Text widget on Photon, both mouseEntered *and* mouseExit are fired when I pass the mouse over the text widget, and both events are again fired when I move the mouse out of the widget. I would expect only mouseEntered when I pass over and only mouseExited when I mouse out.... | 2003-02-27 15:34:19 | 1,046,380,000 | resolved fixed | f5e8c2f | 1,053,030,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Text.java | SWT |
3,705 | 37,178 | Bug 37178 drag and drop movement of a class addes package.* to imports [refactoring] | Since I run around using 'organize imports' to turn all those stars into specific imports, shouldn't this import the specific class instead of *? Perhaps some sort of configuration option for this would be appropriate. | 2003-05-02 12:39:58 | 1,051,890,000 | resolved fixed | 6814887 | 1,053,030,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java | SWT |
3,706 | 37,140 | Bug 37140 GC.drawImage throws SWTError with boundary conditions (BBAWT) | Using Swt v3001 on Linux-GTK ver 2.2.2 OS: RedHat Linux 8.0 SWT throws an SWTError: No more handles when drawImage(Image, int, int, int, int, int, int, int, int) is called with destX and destY parameters as Integer.Min_VALUE and destWidth and destHeight as Integer.MAX_VALUE -------- Testcase -------- import org.eclipse... | 2003-05-01 12:56:55 | 1,051,810,000 | resolved fixed | 97d7bbf | 1,053,030,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java | SWT |
3,707 | 36,934 | Bug 36934 Invalid thread access error on creating a font in Motif (BBAWT) | Using RedHat 8.0, SWT v3001 on Linux-Motif When a new Font is created in a new thread (not the UI thread) in SWT on Motif, an SWTException is thrown with the message Invalid thread access. Here is an example: Testcase -------- import org.eclipse.swt.graphics.Font; import org.eclipse.swt.widgets.Display; public class Te... | 2003-04-25 15:38:18 | 1,051,300,000 | resolved fixed | e754a12 | 1,053,030,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Font.java | SWT |
3,708 | 37,198 | Bug 37198 gtk2 im - imhangul (korean IM) work bad in Eclipse | when I input korean character with imhangul, it does some strange thing. but when i use ami(XIM for korean) it does well. I can't describe well, so I'll attach my screen-shot. | 2003-05-04 05:38:34 | 1,052,040,000 | resolved fixed | 179b6c1 | 1,053,010,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java | SWT |
3,709 | 37,519 | Bug 37519 Bug in Decorations.setPlacement method | The setPlacement method in Decorations contains the following code: if ((flags & OS.SWP_NOMOVE) == 0) { lpwndpl.left = x; lpwndpl.top = y; } if ((flags & OS.SWP_NOSIZE) == 0) { lpwndpl.right = x + width; lpwndpl.bottom = x + height; } I believe this should be changed to: if ((flags & OS.SWP_NOMOVE) == 0) { lpwndpl.left... | 2003-05-12 16:13:28 | 1,052,770,000 | resolved fixed | 6627de6 | 1,052,950,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java | SWT |
3,710 | 36,450 | Bug 36450 [Key Bindings] Only KeyUp event for Alt+[Shift]+<char> on Windows | null | 2003-04-14 09:14:01 | 1,050,330,000 | resolved fixed | f664172 | 1,052,860,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,711 | 37,498 | Bug 37498 BIDI: rtl-oriented TableCursor set next column instead of previos and vice versa, when it uses right and left arrow keys. | When TableCursor has rtl orientation, left and right arrow keys should be swapped. | 2003-05-12 10:29:18 | 1,052,750,000 | resolved fixed | 4011980 | 1,052,850,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableCursor.java | SWT |
3,712 | 37,479 | Bug 37479 BIDI: Drop-down list of CCombo doesn't inherit it's orientation from CCombo. | Shell, which stores drop-down list of CCombo, is always created with NO_TRIM style only. Therefore it inherit it's orientation not from CCombo, but from it's parent shell. | 2003-05-11 09:37:10 | 1,052,660,000 | resolved fixed | fd76c84 | 1,052,850,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
3,713 | 37,164 | Bug 37164 Crash when opening a MessageBox on a Text focusLost event | Opening a MessageBox when a Text receives a focusLost event (e.g. when user press Tab) crashes on linux-gtk (works fine in linux-motif and windows). System: Red Hat 9, gtk2-2.2.1 Eclipse: 2.1 release, libswt-gtk-213 --- GTK error message ---- (<unknown>:3061): Gtk-WARNING **: GtkEntry - did not receive focus-out-event.... | 2003-05-02 06:09:31 | 1,051,870,000 | resolved fixed | ac33f25 | 1,052,850,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
3,714 | 37,293 | Bug 37293 BIDI:GC.drawImage(0, ... draws at 1, ... when using RIGHT_TO_LEFT | build 20030429 (+ todays latest from HEAD) Run the attached test case. Observe the one pixel wide background leaking through to the right of the double buffer image. | 2003-05-06 15:22:33 | 1,052,250,000 | resolved fixed | e56784c | 1,052,430,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ImageList.java | SWT |
3,715 | 37,299 | Bug 37299 BIDI:Caret cheese when resizing RIGHT_TO_LEFT StyledText | build 20030429 + latest from HEAD -run the SwtStyledTextUseCase in org.eclipse.swt.internal (ottcvs1) -place the caret somewhere on a line -resize the shell horizontally ->there is caret cheese as shown in the attachment | 2003-05-06 17:18:52 | 1,052,260,000 | resolved fixed | 71be946 | 1,052,410,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/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,716 | 29,332 | Bug 29332 new GC(this) produces a GC that does nothing | Creating a graphic context by calling new GC(this) in a custom Composite widget does not work on Mac OS: Drawing on the newly create GC shows no effect. (At least drawing lines does not work, I have not tried much more). My code works fine on Win32 and Linux. The bug appeared in 2.1 M4 | 2003-01-11 05:35:59 | 1,042,280,000 | resolved fixed | 2e45d54 | 1,052,240,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GCData.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bu... | SWT |
3,717 | 37,212 | Bug 37212 Order sependencies in setting up menus | In the following code example, reordering the statements "A", "B", "C" produces differing results (you'll need to replace the 'icon' with a reference to an available icon on your system) ABC - menu is shown with text and icon, and is enabled CAB - text is not shown BCA - text is shown, but menu is disabled package swtb... | 2003-05-05 08:32:35 | 1,052,140,000 | resolved fixed | 68eede6 | 1,052,160,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java | SWT |
3,718 | 37,030 | Bug 37030 No focus listener control in SWT combo on Linux platform | I tried to add addFocusListener() on SWT Combo, but it doesn't work The following is a simple test code: import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.events.FocusListener; import org.eclipse.swt.events.FocusEvent; import org.eclipse.swt.SWT; public class TestCom... | 2003-04-28 18:57:47 | 1,051,570,000 | resolved fixed | 9e56839 | 1,051,650,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
3,719 | 31,941 | Bug 31941 gtk_progress_bar_set_fraction - crash when creating a class under latest Debian GTK 2.2 / Crux Theme | When I try to create a class in a new, empty project, Eclipse M5 under Linux/GTK crashes. I get the following assertion violation message from the theme engine I'm using (crux, Debian unstable, gtk2-engines-crux 2.2-3): ** (<unknown>:8306): CRITICAL **: file crux-draw.c: line 1017 (draw_box): assertion `width < 32768' ... | 2003-02-15 11:03:08 | 1,045,320,000 | resolved fixed | a7bf375 | 1,051,570,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java | SWT |
3,720 | 34,982 | Bug 34982 Custom BusyIndicator - no hourglass cursor | null | 2003-03-13 17:35:46 | 1,047,590,000 | resolved fixed | b8fde77 | 1,051,560,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/Sash.java | SWT |
3,721 | 36,386 | Bug 36386 Eclipse crashes on exit | 2.1 + SWT HEAD Date/Time: 2003-04-11 01:09:02 +0200 OS Version: 10.2.5 (Build 6L29) Host: lipari.local. Command: Eclipse PID: 637 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000037 Thread 0: #0 0x90073c48 in mach_msg_trap #1 0x90005f90 in mach_msg #2 0x0366a000 in 0x366a000 #3 0x90... | 2003-04-10 19:19:42 | 1,050,020,000 | resolved fixed | 71b4d72 | 1,051,300,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/Display.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java | SWT |
3,722 | 29,787 | Bug 29787 BIDI: problem with keyboard's left and right arrows, when them used to expand or to collapse rtl-oriented TableTree. | BIDI: when keybord is used to expande or collapse rtl-oriented TableTree, left and right arrows cause the events, that are visually opposite to direction, in which TableTree is expanded or collapsed. | 2003-01-20 06:28:13 | 1,043,060,000 | resolved fixed | ef5fd73 | 1,051,040,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java | SWT |
3,723 | 29,786 | Bug 29786 BIDI: keyborad's left and right arrows move focus between tabs of rtl-oriented CTabFolder in the opposite direction. | BIDI: when keyboard is used to move focus from current tab of horizontal rtl- oriented CTabFolder to another, left arrow causes moving to the right direction and right arrow - to the left direction. | 2003-01-20 06:21:38 | 1,043,060,000 | resolved fixed | 0c07823 | 1,051,040,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
3,724 | 36,679 | Bug 36679 BIDI: PopupList can't be created with explicitly assigned orientation. | Currently it is impossible to create Shell and List widgets of PopupList with explicitly assigned orientation. As result, PopupList always has orientation of top Shell. It isn't desirable if, for example, table, which use PopupList for editing of it's cells, has orientation, that is differ from orientation of top Shell... | 2003-04-20 11:41:01 | 1,050,850,000 | resolved fixed | 46ea407 | 1,051,020,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/PopupList.java | SWT |
3,725 | 36,684 | Bug 36684 BIDI: LTR-oriented MessageBox can't be created, if it's parent has RTL orientation. | Currently MesageBox is always created with MB_RTLREADING bit, if it's parent has rtl orientation. It isn't correct, because it is supposed, that MessageBox should be created with orientation, which correspond to explicitly assigned orientation style. Only if orientation style isn't assigned, MessageBox should inherit o... | 2003-04-21 04:46:54 | 1,050,910,000 | resolved fixed | c596fe8 | 1,051,020,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java | SWT |
3,726 | 36,541 | Bug 36541 Printing of java program causes failure | When I try to print a java program in the text editor, one page prints out and the platform crashes (closes) with the following error: JAVAW caused a general protection fault in module <unknown> at 0000:00000939. Registers: EAX=ffffffff CS=04bf EIP=00000939 EFLGS=00000202 EBX=00000000 SS=04a7 ESP=00000040 EBP=000088e4 ... | 2003-04-15 17:01:02 | 1,050,440,000 | verified fixed | e6026eb | 1,050,610,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,727 | 33,492 | Bug 33492 Addition of tasks to task window is too slow | When attacking a new code base, I am likely to get up to a thousand warnings in the task window. Eclipse adds these warnings individually, which takes a long time. If I do a full rebuild of all projects, it will first remove, then re-add all of the warnings. (This process can take several seconds for a large number of ... | 2003-02-27 15:24:31 | 1,046,380,000 | resolved fixed | b0ade0f | 1,050,510,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/TableItem.java | SWT |
3,728 | 35,915 | Bug 35915 Need a locale String from FontData | 2.1 We need a way to get the Locale information so that it can be displayed. On Motif the FontDialog is laid out in such a way that the encoding looks like the name and as a result it looks to the user like we have not displayed anything. We need to be able to display this value in the FontPreferencePage. Something lik... | 2003-04-01 10:38:44 | 1,049,210,000 | resolved fixed | b4a3cd3 | 1,050,500,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/gtk1x/org/eclipse/swt/graphics/FontData.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/FontData.ja... | SWT |
3,729 | 33,316 | Bug 33316 FontDialog needs FontData[] API | FontDialog's open() and setFontData() methods are the only way to receive/provide FontData for specifying a font. But on motif, Fonts are often made up of multiple FontDatas. Now that there's a Font constructor that takes FontData[], the dialog should really be extended to also receive/provide FontData[] when needed. T... | 2003-02-26 13:48:49 | 1,046,290,000 | resolved fixed | 58c80ff | 1,050,440,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/FontDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FontDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk1x/org/eclipse/swt/widgets/FontDialog.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/FontDialo... | SWT |
3,730 | 35,842 | Bug 35842 Outline view crashes on WinXP & Win2K | I can reproduce this crash consistently. 1. Open specific Java source file with 75 methods 2. Press Ctrl-O 3. Type first character 'c' of one of the methods 4. CRASH An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x773607AB Function... | 2003-03-29 01:50:09 | 1,048,920,000 | resolved fixed | 1c62052 | 1,050,430,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/Tree.java | SWT |
3,731 | 35,012 | Bug 35012 Setting the toolbar's background on RC2 doesn't work. | In the attached zip I've added a changed version of the PDE's "Plugin with a view" project. I've changed the ToolBarTest.views.SampleView.createPartControl (Composite) method in order to "wrap" the table view in a ViewForm with a toolbar. I've also set the toolbar background to white (actually as you will see I've set ... | 2003-03-14 09:50:23 | 1,047,650,000 | resolved fixed | 55a4e12 | 1,050,350,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java | SWT |
3,732 | 29,788 | Bug 29788 BIDI: rtl-oriented Tracker has wrong behavior. | BIDI: behavior of rtl-oriented Tracker (moving, resizing, cursor position) is wrong. | 2003-01-20 06:30:42 | 1,043,060,000 | resolved fixed | 6ddae93 | 1,050,350,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java | SWT |
3,733 | 35,837 | Bug 35837 [DirectoryDialog] There is no disk in the drive. Please insert a disk into drive \Device\Harddisk0\DR0 | Any operation which brings up a file dialog box rooted at "My Computer" tosses up a dialog box with the above error message whenever a harddrive is expanded. Click cancel or try again on dialog (has cancel, try again, and continue) twice, and then it opens up the disk, and proceeds normally. If you un-expand a drive, i... | 2003-03-28 15:18:22 | 1,048,880,000 | resolved fixed | a0c9251 | 1,050,340,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/DirectoryDialog.java | SWT |
3,734 | 28,800 | Bug 28800 Switching to a not yet activated perspective doesn't set focus an on any view | I2002-12-18 Using Cmd-F8 to switch to a view that has not yet been activated during the session doesn't set the input focus on any view. This results in keyboard commands not being processed (e.g. Cmd-F8 again). This can be reproduced by - Opening two perspectives - Restarting Eclipse - Pressing Cmd-F8 to switch to nex... | 2002-12-22 05:11:42 | 1,040,550,000 | resolved fixed | 43cccb7 | 1,050,090,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java b... | SWT |
3,735 | 34,996 | Bug 34996 Tab Event weirdly handled in motif | null | 2003-03-14 00:33:22 | 1,047,620,000 | resolved fixed | 35b3e5a | 1,050,010,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Menu.java bun... | SWT |
3,736 | 36,270 | Bug 36270 BIDI: Some custom widgets can't be created with explicitly assigned orientation. | Each of custom widgets from following list: CCombo,CLabel,CTabFolder,SashForm, ScrolledComposite and ViewForm - filter styles, which are assigned to it, using it's own method checkStyle(). Only some current widget's specific styles remain after this filtering. One more widget, TableTree, doesn't work with assigned styl... | 2003-04-09 05:52:26 | 1,049,880,000 | resolved fixed | 36baafc | 1,050,010,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java bundles/org.eclipse.swt/Eclipse SWT C... | SWT |
3,737 | 34,270 | Bug 34270 [RC2] Single-click in popups dismisses them (was: Quick Fix trouble) | Today I started using RC2, and since then there were a number of occasions in which quick fix didn't work. I could click on the bulb in the margin, the quick fix suggestions came up, but when I selected one nothing happened. I could do that repeatably. In one occasion, after saving the source file and retrying, it did ... | 2003-03-10 06:04:37 | 1,047,290,000 | resolved fixed | 1907711 | 1,049,990,000 | 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,738 | 19,228 | Bug 19228 Try to control motif focus reassignments | The following seem to make motif sometimes reassign focus: - XtUnmanageChild - XtManageChild - XtDestroyWidget - XmNtraverseOn - "sensitive" Also, the line that's commented out of ToolItem that gets it focus (?) can probably be reintroduced. | 2002-06-04 17:24:54 | 1,023,230,000 | resolved fixed | 3f82915 | 1,049,910,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java | SWT |
3,739 | 33,068 | Bug 33068 [JUNIT]Label.setAlignment not implemented | I20030221 Failed in Test_org_eclipse_swt_widgets_Label.test_setAlignmentI junit.framework.AssertionFailedError: expected:<16384> but was:<131072> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framew... | 2003-02-25 13:38:03 | 1,046,200,000 | resolved fixed | 7d74281 | 1,049,840,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/Label.java | SWT |
3,740 | 36,000 | Bug 36000 [StyledText] ContentWidthCache initialization | null | 2003-04-02 17:50:36 | 1,049,320,000 | resolved fixed | 8380cc1 | 1,049,840,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,741 | 36,192 | Bug 36192 Native crash when closing tree nodes | 2.1 I frequently crash when closing tree nodes in the top left pane of the Sync view. I cannot reproduce it, but the typical scenario is: - Synchronize with HEAD on SWT project - reviewing all incoming changes by opening the nodes in the resource pane either manually or with a Expand All - after reviewing the changes I... | 2003-04-08 05:13:09 | 1,049,790,000 | resolved fixed | f3c9326 | 1,049,830,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/Tree.java | SWT |
3,742 | 35,607 | Bug 35607 Sash missing cursor in Structure Compare of the Sync view | In the Structure Compare, the structure "pane" is separated from the text pane by a sash. On Windows, you get a SE cursor on that sash, but not on GTK. | 2003-03-24 16:54:13 | 1,048,540,000 | resolved fixed | 64cbe9d | 1,049,820,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 bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java | SWT |
3,743 | 34,122 | Bug 34122 Control Example | Eclipse 200303062359 RH 8.0 Combo Tab The SWT.BORDER button does not seem accessible. The SWT.READ_ONLY button is only valid when SWT.DROP_DOWN is selected, but it is not disabled when SWT.SIMPLE is selected Dialog Tab Dialog type = message box Button Styles SWT.CANCEL SWT.YES: Dialog opens with ok button. Button Style... | 2003-03-07 13:07:27 | 1,047,060,000 | resolved fixed | 1c03c03 | 1,049,810,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java | SWT |
3,744 | 34,445 | Bug 34445 Reverse sort for AddressBook example | When you click on the header for a column in the AddressBook example, it sorts the selected column. It would be nice if selecting it again reversed the sort as most client applications would. | 2003-03-10 15:40:05 | 1,047,330,000 | resolved fixed | aedecef | 1,049,810,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/addressbook/AddressBook.java | SWT |
3,745 | 34,499 | Bug 34499 Can't select styles in combo example | RC2 Linux-GTK 1. Launch the ControlExample and go to the Combo tab. 2. With SWT.SIMPLE selected, try to select SWT.READ_ONLY or SWT.BORDER. 3. The checkboxes appear enabled but clicking in them only causes them to flash. 4. Select SWT.DROP_DOWN and repeat step 2. 5. Now SWT.READ_ONLY can be selected, but SWT.BORDER sti... | 2003-03-10 16:47:37 | 1,047,330,000 | resolved fixed | 0574277 | 1,049,490,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ComboTab.java | SWT |
3,746 | 35,496 | Bug 35496 Setting font for Table headers does not work | Assigning a new font to a Table sets the new font for the rows within the table, but leaves the Table headers as they are. It DOES work under Win32, though. I looked in the SWT source code (for Win32) for table s setFont() method, and found the following ... Maybe something similiar needs to be done for GTK, too ? publ... | 2003-03-21 12:46:40 | 1,048,270,000 | resolved fixed | dcf857f | 1,049,400,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java | SWT |
3,747 | 34,515 | Bug 34515 GTK: Cascade MenuItem doesn't support image | RC2 Linux-GTK 1. Launch the ControlExample and go to the Coolbar tab. 2. Select the SWT.DROP_DOWN style. 3. In the middle coolbar, grab the sash and pull it all the way to the left such that the pulldown menu appears for the second item. 4. Click on the pulldown arrow. 5. The item in the pulldown has no icon. The butto... | 2003-03-10 17:19:00 | 1,047,330,000 | resolved fixed | a1d2449 | 1,049,400,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/MenuItem.java | SWT |
3,748 | 34,385 | Bug 34385 Setting direction on SWT.ARROW Button displays warnings | RC2, using gtk2.2.1 - run the Control Example, go to the Button tab - select the ARROW radio and will get the following warning spew: (<unknown>:1756): Gtk-CRITICAL **: file gtkmisc.c: line 210 (gtk_misc_set_alignment): assertion `GTK_IS_MISC (misc)' failed (<unknown>:1756): Gtk-CRITICAL **: file gtklabel.c: line 1230 ... | 2003-03-10 13:01:53 | 1,047,320,000 | resolved fixed | 27ddda3 | 1,049,400,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java | SWT |
3,749 | 35,156 | Bug 35156 Ctrl+F1 works only on some fields in the help search | OS: Linux - GTK Build: RC2 with IBMJava2-131 JRE Steps to reproduce: 1. Launch eclipse with DBCS locale. 2. Select from the menu bar Search -> Help 3. When the window pops up, click on the first text field and press ctrl+F1. Expected Result: A help pop up screen should come up displaying information about the Help Sear... | 2003-03-17 13:20:01 | 1,047,930,000 | resolved fixed | 1d3ef3b | 1,049,390,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
3,750 | 35,773 | Bug 35773 Disposing a toolbar does not dispose the child controls properly | GEF and others place drop-down combo controls on the Toolbar via a custom ContributionItem. At some point in our code we ask the Combo if it is disposed, and it says no. Then we try to do something, and it throws widget is disposed exception. The Toolbar is getting disposed, but is not disposing its child, the Combo. | 2003-03-27 14:04:58 | 1,048,790,000 | resolved fixed | dd59f5c | 1,049,320,000 | 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,751 | 33,369 | Bug 33369 [JUNIT] Button fails | I20030221 setLocation fails. setImage has a serious error and hangs the execution of the tests. | 2003-02-26 16:30:30 | 1,046,300,000 | resolved fixed | dabb5d2 | 1,049,320,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java | SWT |
3,752 | 35,628 | Bug 35628 Rapid button pressing | I've noticed that the buttons I create with SWT seem to have problems responding to rapid mouse clicks. Here's the basic scenario: I create a button on a Composite, without necessarily adding any SelectionListeners. Then I (compile, run, and) click it many times in fast succession. Visually, the button appears to depre... | 2003-03-25 00:32:40 | 1,048,570,000 | resolved fixed | d91f47f | 1,049,310,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java | SWT |
3,753 | 24,877 | Bug 24877 Cannot get file extension from swt FileDialog | There's no way to get the file extension that the user selected from the FileDialog. It makes this dialog almost unusable since we can't determine the correct file extension to append to the file name. We need an api for the file dialog to return the "Save as type" field that the user selected in the FileDialog. Athoug... | 2002-10-16 17:15:55 | 1,034,800,000 | resolved fixed | 8bc2069 | 1,049,230,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java | SWT |
3,754 | 33,086 | Bug 33086 [JUNIT]TabFolder.setSelection to an invalid index does not leave selection unchanged | I20030221 Test_org_eclipse_swt_widgets_TabFolder.test_setSelectionI junit.framework.AssertionFailedError: expected:< [Lorg.eclipse.swt.widgets.TabItem;@2ea957> but was:< [Lorg.eclipse.swt.widgets.TabItem;@6f9335> at junit.framework.Assert.fail(Assert.java:47) at org.eclipse.swt.tests.junit.SwtTestCase.failNotEquals(Swt... | 2003-02-25 14:35:02 | 1,046,200,000 | resolved fixed | c3f6a1d | 1,049,230,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java | SWT |
3,755 | 29,765 | Bug 29765 BIDI: ToolTiptext do not have Right to left Reading order | Using Win2k with Arabic locale set as default locale, Using build eclipse-SDK- I20030115-win32.zip. Using SWT components, create a button with SWT.RIGHT_TO_LEFT extended style, put a tool tip text that contains mixed Arabic with English text, The tool tip text do not have a rigth to left reading order. | 2003-01-19 07:36:25 | 1,042,980,000 | resolved fixed | 0eda67c | 1,049,230,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/Composite.java | SWT |
3,756 | 34,457 | Bug 34457 Changing SWT.BORDER increments ProgressBar | RC2 - run the ControlExample, go to the ProgressBar tab - repeatedly click on the SWT.BORDER checkbox, and note that the sample ProgressBar increments each time | 2003-03-10 15:53:51 | 1,047,330,000 | resolved fixed | de2fef0 | 1,049,220,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java | SWT |
3,757 | 28,589 | Bug 28589 RedHat 8.0 - DefaultInformationControl hangs workbench | Using DefaultInformationControl to provide tooltips for table items. Works flawlessly in windows and almost flawlessly in GTK. Almost in that they work great in Views and in my editor. However, I have a Dialog that includes a Table. The tooltip for an item in that table appears, but then its like the tooltip has grabbe... | 2002-12-17 21:27:43 | 1,040,180,000 | resolved fixed | ccc4cee | 1,049,220,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
3,758 | 33,529 | Bug 33529 Banded background shows through in text's focus rings | RC1 - open any plugin.xml file with PDE editor Observe: banded background shows through in the focus ring are of all text fields (editable and non editable) | 2003-02-28 07:14:42 | 1,046,430,000 | resolved fixed | 7062e8f | 1,049,150,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java | SWT |
3,759 | 35,602 | Bug 35602 parent with background color results in "box" around widget | Eclipse 2.1 RC3a Set the parent's background to some color and there appears to be a box around the child widget: public static void main(String[] args) { Display d = Display.getDefault(); Shell shell = new Shell(d); shell.setLayout(new GridLayout()); shell.setBackground(d.getSystemColor(SWT.COLOR_RED)); Button b = new... | 2003-03-24 15:57:14 | 1,048,540,000 | resolved fixed | 914ccb6 | 1,049,150,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/Shell.java | SWT |
3,760 | 35,588 | Bug 35588 Cannot assume that FontStruct.per_char is != 0 | null | 2003-03-24 12:37:55 | 1,048,530,000 | resolved fixed | f370a24 | 1,049,140,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java | SWT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.