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,761 | 35,091 | Bug 35091 "Single Click" truncated | I2003-03-07 On the workbench preferences page, the "Single Click" radio button is truncated. | 2003-03-15 05:40:08 | 1,047,720,000 | resolved fixed | b1b0fd9 | 1,049,140,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,762 | 35,786 | Bug 35786 Eclipse crashes on shut down | I200303261556 1) download eclipse into an empty directory 2) launch eclipse 3) shut down eclipse Eclipse crashes. | 2003-03-27 16:39:44 | 1,048,800,000 | resolved fixed | 309ec27 | 1,048,800,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,763 | 35,434 | Bug 35434 [Motif] GC.getFontMetrics() causes VM to crash when font is really small. | In Motif, with a very small font (height ~= 2), GC.getFontMetrics() causes the VM to crash (stack trace below). I debugged this method and found that OS.memmove() is being called with src = 0 because the XFontStruct.per_char = 0. GTK and Windows don't seem to be affected. An unexpected exception has been detected in na... | 2003-03-20 19:13:26 | 1,048,210,000 | resolved fixed | dab04b5 | 1,048,530,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java | SWT |
3,764 | 26,078 | Bug 26078 TabFolder.getClientArea() not correct. | The getClientArea() for TabFolders in Photon are not using the PtPanelGroup's canvas area to calculate the client area. The assumption used in the current code breaks on 6.2.1. | 2002-11-13 01:53:00 | 1,037,170,000 | resolved fixed | c1d7b21 | 1,048,090,000 | bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/utsname.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/TabFolder.java | SWT |
3,765 | 34,428 | Bug 34428 [Motif] Tree and Table views not getting proper selection | To reproduce: (example) 1. Open a view containing a tree or table. 2. Select an item by left clicking it once. 3. Right click (and hold) a different item to bring up a context menu. The context menu will contain items appropriate to the first item selected. Noticed this behavior in CVS Repositories view, Navigator view... | 2003-03-10 14:58:25 | 1,047,330,000 | resolved fixed | a90aea7 | 1,048,020,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java | SWT |
3,766 | 34,569 | Bug 34569 BIDI: Styled text change the characters with Large fonts | Tested using win 2k Arabic locale, build RC1 - Using the Text editor example. - Write an Arabic text, select it and select Simplified Arabic font with Size 48 - Close the font dialog. - Select the text and click on the Bold button. - The characters changes to rubbish and they overlap on each other. NB: If we select the... | 2003-03-11 04:17:33 | 1,047,370,000 | resolved fixed | 904b847 | 1,048,010,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java | SWT |
3,767 | 34,739 | Bug 34739 Keys preference page table column not sized correctly | build RC2 -open the Workbench/Keys preference page ->note how the first three columns are sized very small. Column 0 has the same size as on Windows and appears to be empty anyway. However, the contents of column 1 and 2 is not readable. I also cannot resize the columns. On Windows the columns are sized properly and I ... | 2003-03-11 15:51:33 | 1,047,420,000 | resolved fixed | f2433e4 | 1,048,000,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java | SWT |
3,768 | 33,713 | Bug 33713 JRE popup menu in Run configuration dialog not reliable | RC1 - open "Run" dialog - select any Java Application - switch to JRE tab - in JRE popup select a different JRE Observe: "Apply" button doesn't get enabled; if "Run" is pressed, application doesn't launch with selected JRE. Workaround: select JRE in the popup menu again; in most cases this enabled the "Apply" button | 2003-03-03 18:12:04 | 1,046,730,000 | resolved fixed | b57b692 | 1,047,940,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java | SWT |
3,769 | 35,038 | Bug 35038 Refactoring dialog (Extract Local Variable) to big | I2003-03-07 The height of the "Extract Local Variable" is much too big. There is much space at the bottom and the dialog nearly takes the whole height. | 2003-03-14 13:05:05 | 1,047,670,000 | resolved fixed | 4b430f4 | 1,047,940,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/Label.java | SWT |
3,770 | 35,022 | Bug 35022 Motif does not send dragFinished event on aborted drags | null | 2003-03-14 11:09:57 | 1,047,660,000 | resolved fixed | 248c829 | 1,047,750,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/DragSource.java | SWT |
3,771 | 34,879 | Bug 34879 Calling ScrollBar.setVisible() when a text widget has focus causes a focus lost event on the text widget | This happens even if the scrollbar visibility doesn't change. Here's a simple test case: import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class FocusTest { public static void main(String[] args) { Display display = Display.ge... | 2003-03-12 17:35:39 | 1,047,510,000 | resolved fixed | be74b16 | 1,047,680,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java | SWT |
3,772 | 34,649 | Bug 34649 TabFolder title does not handle mnemonics properly | RC2, running on SuSE with gtk2.0.6 - open Eclipse's Preferences dialog, go to page Java - Compiler - the third tab on the page should say "Compliance & Classfiles", but instead appears as "Compliance _ Classfiles" - verified this works fine on win32, motif and photon | 2003-03-11 11:33:40 | 1,047,400,000 | verified fixed | 6bb9ea2 | 1,047,670,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java | SWT |
3,773 | 34,418 | Bug 34418 Crash when running DNDExample | build RC2, Solaris Motif. -Run the DNDExample. -Check the drag detect and the drop target on the widgets -Drag and Drop a few times (two or three). -Segmentation fault Reproducible | 2003-03-10 14:31:23 | 1,047,320,000 | resolved fixed | f5bb95a | 1,047,670,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/TextTransfer.java | SWT |
3,774 | 29,486 | Bug 29486 Keys need stronger filtering. | Right now keys like CapsLock, ScrollLock, etc will cause garbage characters to be entered into StyledText widget buffers. Need to filter out the Photon control keys that have no mapping in the SWT world. | 2003-01-14 16:55:19 | 1,042,580,000 | resolved fixed | c6d41b7 | 1,047,660,000 | bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java | SWT |
3,775 | 33,017 | Bug 33017 VM crash when pressing enter in table cell editor | RC 1 - JUnit setup - select Assert.assertEquals(String message, double expected, double actual, double delta) - activate cell editor for for row 0, column 0 - press enter. java version "1.4.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed ... | 2003-02-25 11:59:15 | 1,046,190,000 | resolved fixed | ee53d8b | 1,047,590,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java | SWT |
3,776 | 33,099 | Bug 33099 Context menu 'Display' doesn't work | 2.1 RC1 In the DisplayView, the Display action on the context menu does nothing. The Display action on the Run menu works when directly selected, and activated via Ctrl-D. | 2003-02-25 15:00:42 | 1,046,200,000 | resolved fixed | 34fe8f7 | 1,047,580,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,777 | 25,671 | Bug 25671 Javadoc for class swt/widgets/Dialog missing <pre> | null | 2002-11-02 19:34:28 | 1,036,280,000 | resolved fixed | f723e75 | 1,047,560,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Dialog.java | SWT |
3,778 | 34,463 | Bug 34463 confirm exit checkbox cannot be selected | RC2 - start Eclipse - try to shut it down by clicking its Close decoration in the top-right corner - a "Confirm Exit" prompter is shown, with a "Don't show this prompter anymore" checkbox - click the checkbox and note that it can't be checked, so you can only press OK or Cancel from here - this doesn't happen elsewhere... | 2003-03-10 15:59:04 | 1,047,330,000 | verified fixed | 409580f | 1,047,500,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Display.java | SWT |
3,779 | 34,724 | Bug 34724 ControlExample | Eclipse 2.1 RC2 Run the ControlExample as standlaone. From the menubar select Control -> Log Events. Click on the Dialog tab. Note that there are two dialog result text widgets. There should only be one. Reproduced error on Win2K and GTK. | 2003-03-11 15:20:28 | 1,047,410,000 | resolved fixed | 86ce012 | 1,047,500,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java | SWT |
3,780 | 33,343 | Bug 33343 New file wizard freezes Eclipse UI | 2.1 RC1 - Build id: 200302211557 Create a new text file using the "New File" wizard (File->New->File). When the text editor opens, the UI seems to be frozen. The main menu still works (using both mouse and keyboard), you can do anything, but the window area does not respond to user interaction anymore.You have to close... | 2003-02-26 15:00:48 | 1,046,290,000 | resolved fixed | 1ea69f6 | 1,047,490,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java | SWT |
3,781 | 34,835 | Bug 34835 Widget "default" styles should be reflected in style bits | RC2 There are various cases, easily shown in the ControlExample, of widgets taking on a "default" style even though an explicit style bit is not provided. For example, a Label of type SWT.SEPARATOR defaults to be vertical unless SWT.HORIZONTAL is explicitly specified. This is fine, but consequently invoking Label.getSt... | 2003-03-12 12:19:47 | 1,047,490,000 | verified fixed | 9d74723 | 1,047,490,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Label.java bundles/org.... | SWT |
3,782 | 34,512 | Bug 34512 ComputeSize of table and tree too small | 2.1 RC2 In the ControlExample, go to the Table tab and select Preferred for size. Note that you need to scroll vertically a little bit to see the last item. | 2003-03-10 17:13:38 | 1,047,330,000 | resolved fixed | c1c2ef7 | 1,047,430,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/Tree.java | SWT |
3,783 | 34,614 | Bug 34614 Mouse pointer does not change in table header | RC2 - open the task list - move the mouse pointer in the table header at the gap between two columns -> the mouse pointer does not give any feedback that the columns can be resized, this only happens when pressing the mouse button. Other Mac apps give that feedback, e.g., iTunes. | 2003-03-11 10:33:23 | 1,047,400,000 | resolved fixed | 2d991f4 | 1,047,410,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
3,784 | 34,188 | Bug 34188 Progress bar in dialogs doesn't show task information | I2003-03-07 The status bar in dialogs (e.g. launch configuration, feature install) doesn't show the task information but only progress. | 2003-03-08 04:51:46 | 1,047,120,000 | resolved fixed | 2fb2c5c | 1,047,340,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java | SWT |
3,785 | 34,181 | Bug 34181 Ctrl-Click doesn't select underlying item before bringing up context menu | I2003-03-07 Using Ctrl-Click to bring up the context menu of an item within a tree view doesn't select the underlying item. Instead the context menu works on the current selection. (Didn't try whether this is also true for right-clicking) | 2003-03-08 04:16:09 | 1,047,110,000 | resolved fixed | 288cf4f | 1,047,330,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 | SWT |
3,786 | 31,685 | Bug 31685 Entire Eclipse Platform loses focus and goes into the background... | I have Windows 2000, JDK 1.4.0_01, Eclipse 2.1 M5 build. The steps detailed below cause Eclipse to go to the background and relinquish foreground visibility to any application that it was on top of. 0. Open Eclipse on top of someother application. ---------------------------------------------------- 1. Open a Java file... | 2003-02-12 12:33:31 | 1,045,070,000 | resolved fixed | aac8d09 | 1,047,250,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java | SWT |
3,787 | 33,822 | Bug 33822 Strange scrolling of native table | N2003-03-05 - If you add a new entry to the task view, the native table is scrolled completely to the right, showing an area where there is no column. - If you open the label decorator preferences, the table is scrolled to the right, not revealing the checkboxes to toggle decorators. You have to scroll to the left to m... | 2003-03-05 03:40:59 | 1,046,850,000 | resolved fixed | f60b89c | 1,047,000,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/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/Tree.... | SWT |
3,788 | 31,834 | Bug 31834 Label and Combo don't align well | null | 2003-02-13 16:56:26 | 1,045,170,000 | resolved fixed | 2b7beb1 | 1,046,990,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java | SWT |
3,789 | 32,286 | Bug 32286 ControlExample Button Tab - changing styles resets button orientation | Problem Description: When using the Button controls from the SWT Controls example, if SWT.ARROW buttons are used and SWT.BORDER property is selected or deselected, the arrow alignment property of all the arrow buttons is reset to UP. Steps to Reproduce: 1. Ensure that Eclipse is not running. Install the M5 example plug... | 2003-02-19 15:27:26 | 1,045,690,000 | closed fixed | 2c9d884 | 1,046,990,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ButtonTab.java | SWT |
3,790 | 32,482 | Bug 32482 Support for Help button MacOS X | I20030221 Even better than F1 would be support for the Help-Key. | 2003-02-21 09:29:47 | 1,045,840,000 | resolved wontfix | 68f0b2e | 1,046,990,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java | SWT |
3,791 | 25,604 | Bug 25604 Quick release upon start of drag hangs eclipse with pointer grab | Reproducing this may take a few attempts, but for some reason I have to kill eclipse several times a day because of this one. 0) make sure several tree lists are visible 1) select something in a tree list 2) start and drag in another tree list and immediately release the mouse button 3) eclipse hangs on the pointer gra... | 2002-10-31 16:22:31 | 1,036,100,000 | resolved fixed | 5ec3b9d | 1,046,990,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/DragSource.java | SWT |
3,792 | 29,387 | Bug 29387 no lines in Table on GTK | 20030107 there are no lines displayed in Table on GTK | 2003-01-13 10:09:31 | 1,042,470,000 | resolved fixed | 8d95651 | 1,046,890,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/Table.java | SWT |
3,793 | 22,416 | Bug 22416 NT4: Need context menu on window scroll bar to keep its consistency on Win2k | NT4 SP6a STEPS TO REPRODUCE: 1. Start Eclipse 2. From Main menu, click Window > Preferences menu 3. Expand nodes until a scrollbar shows up (i.e. expand Java and Plug-In Development) 4. Right click on the scroll bar Result: No context menu shows up for the scroll bar. Expected result: The context menu should show up, s... | 2002-08-14 08:26:29 | 1,029,330,000 | resolved fixed | 4d0b24a | 1,046,830,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
3,794 | 33,777 | Bug 33777 "Tab" key invokes TraverseListener on the Shell | 2.1 RC1 motif build. org.eclipse.help.ui.internal.ContextHelpDialog registers TraverseListener with Shell. The listener is called when "Tab" key or "Shift-Tab" key combination is pressed. It shoud not be invoked for these keys. | 2003-03-04 12:43:19 | 1,046,800,000 | resolved wontfix | 912f723 | 1,046,830,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java | SWT |
3,795 | 33,813 | Bug 33813 List doesn't send out selection events for arrow keys | I20030304 - Open Window > Preferences > Workbench > Fonts - Select first item in List with mouse - use Arrow Down to select other entries Observe: the description field isn't updated. If you use the mouse to select the field, the description field is updated. | 2003-03-04 17:16:05 | 1,046,820,000 | resolved fixed | 7533884 | 1,046,820,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon2/org/eclipse/swt/widgets/Table.java | SWT |
3,796 | 33,776 | Bug 33776 Resistering TraverseListenter with Shell changes tabbing behavior. | 2.1 RC1 motif build. org.eclipse.help.ui.internal.ContextHelpDialog registers TraverseLisenter with Shell. It changes behavior of "Tab" key. Without registerning, the key can be used to move focus around widgets on the control, when TraverseListener is registered, using "Tab" moves focus until it reaches the shell and ... | 2003-03-04 12:39:35 | 1,046,800,000 | resolved fixed | 251b730 | 1,046,810,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Composite.j... | SWT |
3,797 | 33,046 | Bug 33046 DBCS: Can type into read-only Text | RC1 - Window -> Preferences - Workbench - Fonts page - click in bottom "Description" Text area - type typical english text: nothing is shown, good - type a 2- or 4-byte chinese character: it's shown, bad I can't get a stand-alone example to do this, so perhaps this specific Text has some obscure set of style bits that ... | 2003-02-25 12:35:55 | 1,046,190,000 | resolved fixed | 10b55e9 | 1,046,800,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java | SWT |
3,798 | 33,580 | Bug 33580 Scrollable.WM_MOUSEWHEEL uses wrong variable for horizontal scroll | In the source code for org.eclipse.swt.widgets.Scrollable.WM_MOUSEWHEEL the statement that determines whether the horizontal SWT.PAGE_UP or SWT.PAGE_DOWN event is called uses the vertical vPosition rather than the horizontal hPosition. if (verticalBar != null) { int position = verticalBar.getSelection (); if (position ... | 2003-02-28 15:27:47 | 1,046,460,000 | resolved fixed | b9ef36c | 1,046,750,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java | SWT |
3,799 | 33,590 | Bug 33590 RC1: "Application Modal" shell style behaves incorrectly | Observed while testing the SWT Controls view within Examples. After creating a shell with Application Modal style, it is still possible to change focus to a parent shell without closing the new child. | 2003-02-28 17:14:35 | 1,046,470,000 | resolved fixed | ea1e0c1 | 1,046,750,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java | SWT |
3,800 | 23,419 | Bug 23419 [OLE] Do not get scrollbars in Excel | You do not get the scrollbars in an embedded Excel editor. You do for Word. STEPS 1) Copy headingtext.xls from the attachment to this PR 2) Open it in an OLEEditor 3) Resize to get it to show up properly and select Sheet2 4) There will be no scrollbars even though there is data you need to scroll to | 2002-09-11 11:00:28 | 1,031,760,000 | resolved fixed | 33998f7 | 1,046,720,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java | SWT |
3,801 | 32,855 | Bug 32855 [Coolbar] Unnecessary flash when remove/add last item | RC1 Run the attached test case. Press the Delete/Add button, which removes the last coolitem, then adds a new coolitem at the end. Notice that the 3 coolitems before the deleted/added item are erased and redrawn. This causes unnecessary flash and is quite apparent in Eclipse. Note that the test case includes a delay to... | 2003-02-24 18:24:15 | 1,046,130,000 | resolved fixed | 0b01cef | 1,046,470,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java | SWT |
3,802 | 28,514 | Bug 28514 Character positions differ between selected and unselected text | I20021216 - range select text in Java editor Observe: characters jump when being redraw The problem is rounding errors introduced when converting CG coordinates into SWT's integer coordinates while performing an incremental line update. | 2002-12-17 10:07:14 | 1,040,140,000 | resolved fixed | c3ff7e3 | 1,046,470,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java | SWT |
3,803 | 32,122 | Bug 32122 Cannot insert lines into new file code template (regression failure) | I can edit the templates for new Java files (Java -> Code Generation -> Code and Comments -> Code -> New Java Files) but I cannot insert a new blank line. Whilst I am editing, the [OK] button is still highlighted with the result that when I press return, the [OK] button is pressed and no new line appears. I believe tha... | 2003-02-18 10:39:58 | 1,045,580,000 | verified fixed | 88b4b83 | 1,046,450,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Composite.java | SWT |
3,804 | 32,856 | Bug 32856 [Cell Editors] Can not see what value I am typing in the Properties | The "Value" field in property sheets does not scroll properly when entering a value longer than the column size. It does scroll but it's behind, e.g. if I type "org.eclipse.longtestcase.abcd", after I type "d" it may only scroll up to "a" - so I don't see what I am typing. This happens on WinXP, but on GTK it scrolls c... | 2003-02-24 18:30:55 | 1,046,130,000 | resolved fixed | 5ee70b3 | 1,046,450,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java | SWT |
3,805 | 33,057 | Bug 33057 RC1 No caret in editor | I've just started using RC1, and the text editors (such as the Java editor) no longer show a caret indicating the insertion point (on Solaris; things seem fine in Win2K). I do have the caret in dialog boxes, such as the Find dialog. Is there some preference I have set worong? | 2003-02-25 13:18:53 | 1,046,200,000 | resolved fixed | 87e7066 | 1,046,380,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Caret.java | SWT |
3,806 | 33,022 | Bug 33022 NPE in FontDialog | - invoke a FontDialog through Eclipse - in the first Combo add a "k" to "Western" - get the attached NPE | 2003-02-25 12:03:37 | 1,046,190,000 | resolved fixed | 2ad35a7 | 1,046,290,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/FontDialog.java | SWT |
3,807 | 31,187 | Bug 31187 Selection by mouse drag is out of kilter | Running on MacOSX 10.2.3 Using eclipse-SDK-I20030129-macosx-carbon.zip Create a new plugin, say one of the defaults. Then attempt to edit the file plugin.xml by selection lines with the mouse. Have fun as the selection area goes out of alignment with the mouse position. | 2003-02-06 19:02:52 | 1,044,580,000 | resolved fixed | 79d12ae | 1,046,290,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
3,808 | 33,119 | Bug 33119 nullpointer dispose table column | When I dispose a table column I get a nullpointer at line 518 in table.java. My table model is only text (no column images). Since I am not using images in my table, public Image getColumnImage(Object obj, int index), returns null which causes the nullpointer. If I return a "bogus" image, the problem is resolved. This ... | 2003-02-25 15:47:38 | 1,046,210,000 | resolved fixed | 011cd4e | 1,046,210,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
3,809 | 31,946 | Bug 31946 Moving CoolBarItems leaves temporary cheese | I20030214 - start Eclipse - move CoolBarItems Observe: while dragging CoolbarItems leave temporary cheese which is cleared when releasing the mouse | 2003-02-15 13:13:49 | 1,045,330,000 | resolved fixed | b9ecbb7 | 1,045,780,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
3,810 | 29,887 | Bug 29887 [GTK] Classes 'browser' not initialized in 'Add Type' and 'Add Task' dialogs | Build 20030115+ Linux-GTK The classes 'browser' (tree viewer of the folders and list viewer of the classes) of the 'Add Type' and 'Add Task' dialogs are empty when the dialog are displayed. I have to select a jar file in the drop down list to display something in the 'browser', even if the jar file I want to use is the... | 2003-01-21 10:17:51 | 1,043,160,000 | verified fixed | 3ec53a3 | 1,045,780,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
3,811 | 29,837 | Bug 29837 [Contributions] Combo control does not show on GTK toolbar, works fine on Win and Motif | I created a combo control on the toolbar by extending ControlContribution and creating the control content with a Label and Combo. Via my editor MultiPageEditorActionBarContributor, I add this control to the platform toolbar. This works great on Windows, and works pretty well on motif (except that the combo is not prop... | 2003-01-20 15:39:24 | 1,043,100,000 | resolved fixed | 06f4740 | 1,045,770,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolItem.java | SWT |
3,812 | 29,198 | Bug 29198 Difficult to change character case of cached input values | I used the incorrect case for a character in a cvs repository path that I was defining. It is subsiquently impossible to enter the correct path because Eclipse insists on inserting the incorrect value into the field and does not allow me to type over the incorrect character (when I replace the character it is immediatl... | 2003-01-09 06:06:58 | 1,042,110,000 | resolved fixed | 545b41d | 1,045,680,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java | SWT |
3,813 | 31,627 | Bug 31627 DBCS: Perspective change caused core dump after adding DBCS project to the workspace | Language: Japanese Build driver: eclipse-SDK-I20030211-linux-gtk OS: RedHat8(Japanese: locale ja_JP.eucJP), gtk 2.2 JDK Ver.: IBM JDK1.3.1 + SR3 Summary: DBCS: Perspective change caused core dump after adding DBCS project to the workspace Description: Steps to recreate problem: 1. Create a project using DBCS characters... | 2003-02-12 00:56:38 | 1,045,030,000 | closed fixed | 98381b1 | 1,045,610,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
3,814 | 31,950 | Bug 31950 StyledText - Shift+UP broken in StyledText control | In 2.1, StyledText (I assume) was changed to remember the horizontal location of the cursor as the user presses UP and DOWN arrow keys. This is great for general navigation (thanks). But this remembered location should be forgotten when selecting text with the Keyboard. StyledText is not showing platform behavior. STEP... | 2003-02-15 14:28:12 | 1,045,340,000 | resolved fixed | 4e8b185 | 1,045,610,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,815 | 31,857 | Bug 31857 No icons in Labels | I20030213 Error and Information dialogs don't show icons | 2003-02-14 04:07:31 | 1,045,210,000 | resolved fixed | 9b4aa60 | 1,045,590,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java | SWT |
3,816 | 30,905 | Bug 30905 Add Menu.setRedraw(boolean) API | On windows, when the workbench removes a number of menu item and adds a number of menu item, it causes the menu bar to flash a lot. I hack the Menu class to have a setRedraw(boolean) method, and by doing so, it eliminated the flash we were seeing. Is it possible to have this API? It is important to overall feel of the ... | 2003-02-04 15:28:41 | 1,044,390,000 | resolved fixed | b0f874d | 1,045,590,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java | SWT |
3,817 | 30,924 | Bug 30924 StyledText - StyleRange hashCode throws NullPointerException | The implementation of StyleRange's hashCode method assumes the object has a foreground and background color. This is a bad assumption. When trying to put StyleRanges without a foreground or background color into a java.util.Set, a NullPointerException is thrown. | 2003-02-04 18:37:03 | 1,044,400,000 | resolved fixed | 62774f6 | 1,045,590,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyleRange.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyleRange.java | SWT |
3,818 | 16,808 | Bug 16808 Icon in Windows taskbar incorrect | 20020521 XP 1. Run eclipse from within eclipse. 2. Note the window icon in the runtime workbench is correct but occasionally its icon in the windows taskbar is incorrect (its just the default windows icon) 3. Changing perspectives in the runtime workbench changes the icon to be correct (changing perspectives updates th... | 2002-05-22 10:27:23 | 1,022,080,000 | resolved wontfix | da27e97 | 1,045,580,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/Shell.java | SWT |
3,819 | 31,823 | Bug 31823 Clicking on partially obscured tab should scroll it into view | build I20030211 You commonly get the last visible editor tab partially obscured by the scroll arrows, making the close box inaccessible. You have to use the context menu to close the editor. Either the tabs should never get obscured (the preferred solution, but there was already a PR for this which was marked WONTFIX),... | 2003-02-13 15:41:07 | 1,045,170,000 | resolved fixed | 1f9b41d | 1,045,520,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
3,820 | 22,767 | Bug 22767 toolbar looks very ugly with Win XP's lnf (using manifest file) | null | 2002-08-23 09:41:29 | 1,030,110,000 | resolved fixed | 2e33865 | 1,045,510,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java | SWT |
3,821 | 31,568 | Bug 31568 TableLayoutComposite and Table.showItem don't mix | 20030206 in this test case, the item is not revealed import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; import org.eclipse.jface.viewers.ColumnWeightData; import org.eclipse.jdt.internal.ui.util.TableLayoutComposite; public class A { private static final int ROW_COUNT= 8; publi... | 2003-02-11 12:39:48 | 1,044,990,000 | resolved fixed | 9071138 | 1,045,510,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
3,822 | 21,469 | Bug 21469 Accessibility - Tabbing causes a button to become the default | I am currently running the F4 build of Eclipse 2.0. I have an editor with some push buttons on them. As I tab through my controls in my editor, I get to a push button which is not specified as being the default button. When tabbing into it, it gets the default. when tabbing out of it, it loses the default. This is work... | 2002-07-10 16:30:03 | 1,026,330,000 | resolved fixed | 2bae562 | 1,045,500,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java | SWT |
3,823 | 30,570 | Bug 30570 DBCS - GB18030: Input GB18030 characters as run arguments cause eclipse for motif crash. | Bug: Input GB18030 character as run arguments cause eclipse for motif crash. Language: Simplified Chinese Testcase: RD2 Build driver: 200212181304 Stable Build (M4) for Motif OS: RedHat 8.0 JRE Version: J2RE 1.3.1 IBM build cxia32131-20021102 (JIT enabled: jitc) J2RE 1.4.0 IBM build cxia32140-20020917a (JIT enabled:jit... | 2003-01-29 23:14:38 | 1,043,900,000 | verified fixed | bc2188d | 1,045,240,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Text.java | SWT |
3,824 | 23,370 | Bug 23370 CLabel needs to allow transparent background for Mac OS X | Buttons in views are drawing with a white box background. The main toolbar buttons seem to be drawing correctly. See attached screenshot. | 2002-09-10 11:04:38 | 1,031,670,000 | resolved fixed | c287288 | 1,045,170,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java | SWT |
3,825 | 17,057 | Bug 17057 Outliner: focus causes select causes horizontal scroll | Build: F1 Create a java project Create a java package named a.really.longish.name.that.exhibits.the.bug Create a java class named Foo in a.really.longish.name.that.exhibits.the.bug Notice that the outliner selects the package name, and scrolls it. Now I can't see the icons that help me determine the type of the element... | 2002-05-22 16:28:04 | 1,022,100,000 | resolved fixed | acd650a | 1,045,090,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
3,826 | 31,566 | Bug 31566 FontData "equals()" and "hashcode()" methods do not consider height of the the fontdata | Checking the height of logfont is not enough. The height attribute should also be considered when equating two fontdatas and in hashcode. | 2003-02-11 12:20:14 | 1,044,980,000 | resolved fixed | 8b1dd42 | 1,045,080,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/FontData.java | SWT |
3,827 | 29,607 | Bug 29607 [Cell Editors] usability: ComboBoxCellEditor unusable on GTK | 20030114 i cannot select anything from any comboboxcelleditor on gtk - it either does not expand at all or expands and hides the list right away this affects the task list as well as java editor hovers pref page | 2003-01-16 05:49:12 | 1,042,710,000 | resolved fixed | 958434e | 1,044,990,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
3,828 | 25,446 | Bug 25446 Tree Shift-Click not working when item collapse changes selection | Build 2.1-M2 I noticed in various occasions that shift-clicking would not work (would just perform a selection of one item) mostly in the navigator/package view tree views. Redoing the selection is usually working fine, but it is painfull when this behavior cannot be trusted. | 2002-10-28 06:15:14 | 1,035,800,000 | resolved fixed | 7a60d99 | 1,044,910,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java | SWT |
3,829 | 31,267 | Bug 31267 label and text box get the wrong order | 20030207 win2000 1. Select a static method and choose 'Move Method' 2. In the wizard thatb opens, enter a letter: An error is shown 3. Use the mouse to drag the lower right corner to the top right, so the dialog has the smallest size possible. 4. Whit the mouse button still pressed, make the size large again. The label... | 2003-02-07 08:12:03 | 1,044,620,000 | resolved fixed | 5732534 | 1,044,650,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
3,830 | 24,372 | Bug 24372 StyledText - StringIndexOutOfBoundsException in ControlExample | build 20021001 To reproduce: -Go to the text tab of the ControlExample -Enable SWT.WRAP style -In the StyledText widget select the word One (I double click) -Select bold for the word -Set the size to 100x100 ->StringIndexOutOfBoundsException in DefaultContent.getTextRange Stack trace: Stack trace: java/lang/Throwable.<... | 2002-10-03 20:17:36 | 1,033,690,000 | resolved fixed | 4212fba | 1,044,570,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java | SWT |
3,831 | 25,383 | Bug 25383 Variant needs a dispose method | IUnknown and IDispatch interfaces being leaked. | 2002-10-25 10:31:09 | 1,035,560,000 | resolved fixed | 9dd23b4 | 1,044,400,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/Variant.java | SWT |
3,832 | 30,537 | Bug 30537 setSelection(allItems) not working on GTK | Eclipse 20030129 GTK 2.0.2 Open two or more editors, then open the editor dropdown (ctrl-shift-w). Now right click on the dropdown and select 'select all'. Note only the first file is selected. Verified using stable M4 build that this functionality worked, and the code calling setSelection(allItems) (org.eclipse.ui.wor... | 2003-01-29 15:21:57 | 1,043,870,000 | resolved fixed | d1f793a | 1,043,880,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,833 | 29,546 | Bug 29546 Project rebuild cannot write over .class files | I have a classes directory full of files that come pre-shipped to me. My own class files live in the same tree as additional files. To make this work, I have to deselect the Project's "Allow to clean output folders" setting. However now the project does not clean output files, a rebuild cannot be performed. Steps to re... | 2003-01-15 12:03:49 | 1,042,650,000 | verified fixed | bb063d4 | 1,043,870,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/DropTarget.java | SWT |
3,834 | 30,212 | Bug 30212 Read only text widget : can't copy selection | I20030121 Try Apple-C on read only text widget in Eclipse (e.g. the properties views from the popup on a node on the debugger). Does not work. Discussed with SN. In Text, we are running away and never handle the key event, in this case. | 2003-01-24 17:19:55 | 1,043,450,000 | resolved fixed | 4b22a58 | 1,043,800,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
3,835 | 20,755 | Bug 20755 TVT2: truncated text in dropdown for Dependencies tab in manifest editor | Description: Open a plugin.xml file in the editor, and click on the Dependencies tab. The string Loops in dependency graph appears by default in the Find field. In french, the first letter B (of Boucle) does not show. I have to select another option in the list and go back to the loop string to see it. Steps to recreat... | 2002-06-20 15:17:08 | 1,024,600,000 | resolved fixed | cfd82e6 | 1,043,780,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
3,836 | 29,142 | Bug 29142 Hyperlinking from stackdump locks up Eclipse | I am trying to use the hyperlinking feature within the console. I an exception in my console view. I move the mouse pointer over, it turns to link. I click to the link, but then Eclipse never return from this. I have kill the Eclipse. | 2003-01-08 09:22:40 | 1,042,040,000 | resolved fixed | 9912d0e | 1,043,700,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/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Widget.java | SWT |
3,837 | 27,629 | Bug 27629 THAI: Java Editor can not display \u0e33 (Thai character SARA UM) | Enablement testing: Thai language Build driver: eclipse-SDK-M3-win32.zip Severity: major OS: Windows XP Test case #: sniff test Summary : Thai: Java Editor can not display \u0e33 (Thai character SARA UM) Description: When I enter \u0e33 (Thai character SARA UM) to Java editor or Text editor in Eclipse, all characters i... | 2002-12-04 02:25:41 | 1,038,990,000 | closed fixed | c6781ea | 1,043,360,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java | SWT |
3,838 | 29,910 | Bug 29910 Checkbox not displayed until table scrolled | The example code below shows the problem: the checkboxes do not show up unless/until the table is scrolled. The issue is that the TableEditor is being set up before the shell is opened, meaning the Table doesn't have valid bounds yet. When the table does finally show, the cell editors are _not_ being asked to resize to... | 2003-01-21 13:48:33 | 1,043,170,000 | resolved fixed | b3ac5d5 | 1,043,270,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ControlEditor.java | SWT |
3,839 | 24,815 | Bug 24815 cannot launch eclipse: javacore dump | I-20021015 linux-motif only (w2k and linux-motif work fine) javacore file will be attached. | 2002-10-16 04:20:11 | 1,034,760,000 | resolved fixed | f607e49 | 1,043,250,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
3,840 | 24,333 | Bug 24333 DCR - Tree.getTopItem/setTopItem | null | 2002-10-02 16:08:25 | 1,033,590,000 | resolved fixed | e194e98 | 1,043,190,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
3,841 | 29,730 | Bug 29730 RowLayout.computeSize provides wrong parameter to layoutVertical | In the source code for org.eclipse.swt.layout.RowLayout.computeSize in the call to layoutVertical the 4th parameter "height" is provided wHint, where it should be hHint. protected Point computeSize (Composite composite, int wHint, int hHint, boolean flushCache) { Point extent; if (type == SWT.HORIZONTAL) { extent = lay... | 2003-01-17 13:09:05 | 1,042,830,000 | resolved fixed | b7ee6f7 | 1,042,850,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/RowLayout.java | SWT |
3,842 | 29,503 | Bug 29503 DBCS:Can't sort by clicking "Description" on "Task View" | Tester:Richmond Language: (Korean/Simplfied Chinese/Traditional Chinese) Build driver: M4 Severity: normal OS: RedHat8_GTK JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: Summary: DBCS:Can't sort by clicking "Description" on "Task View" Description: Steps to recreate problem: 1-From menu bar, click "Windows>Show View>Tasks" ... | 2003-01-15 03:07:17 | 1,042,620,000 | closed fixed | e5aa341 | 1,042,850,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java | SWT |
3,843 | 29,685 | Bug 29685 DBCS: Candidate Selection Window will be disappeared at DBCS composition | Driver: M4 Platform: RedHat 8.0 locale: ja_JP.eucJP IME: kinput2 - canna STEPS 1) launch SWT Text Editor 2) go into DBCS input mode by Shift + Space key 3) input "k", "o", "u",then hit space key twice 4) Candidate Selection Window will be shown and disappered. User cannot select right DBCS words. This is serious Motif ... | 2003-01-17 00:28:02 | 1,042,780,000 | closed fixed | f0838da | 1,042,840,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 | SWT |
3,844 | 29,599 | Bug 29599 DBCS: upper bar character will be padded | Driver M4 Platform RedHat 8.0, ja_JP.eucJP locale STEPS 1) set up SWT Examples manually, please refer 29509 2) copy Japanese property files that I will attache later 3) run hoverhelp, fileviewer and controlexample Some strings upper bar padded, some are not. This occurs on Motif only | 2003-01-16 03:05:49 | 1,042,700,000 | closed fixed | 5d22575 | 1,042,740,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/internal/Converter.java | SWT |
3,845 | 28,062 | Bug 28062 Text field in dialog doesn't get focus | build 11-27, linux-gtk, ibm jre 1.3.1 - modify files locally within a project which is shared with a CVS server - Team -> Synchronize - select the file and use the context menu to choose Commit Note that the focus is not in the text part of the dialog. | 2002-12-10 17:38:54 | 1,039,560,000 | resolved fixed | a0bba2d | 1,042,660,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 | SWT |
3,846 | 27,822 | Bug 27822 Package Explorer allways centers opened file | I've got build I20021204, and one annoying feature is that when a file (File1) is opened by double-clicking it in Package Explorer, it gets centered. The problem is that it takes some time to eclipse to open the file, and if I'm trying to open more than one file in the same package, I put the mouse over the next to be ... | 2002-12-06 05:20:08 | 1,039,170,000 | resolved fixed | 5df79af | 1,042,650,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
3,847 | 29,496 | Bug 29496 Cut & paste does not work in dialog text fields | Cut and paste works in the editor, but not in any text field that appears in a dialog box. I believe this was working prior to M4, but has not worked since then. When hitting one of the shortcuts (Command-C, X, or V) the help(!) menu flashes, but no cutting or pasting occurs. | 2003-01-14 20:20:02 | 1,042,590,000 | verified fixed | 6f561f5 | 1,042,640,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Decorations.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,848 | 28,743 | Bug 28743 trying to see test hiearchy freezes eclipse [JUnit] | 20021218 after running a pde junit test i wanted to have a look at the hierarchy of tests (i have junit view as fast view) i opened the view and pressed on the tab the whole froze - either forever or for so long that i did not bother to wait and killed | 2002-12-20 10:33:10 | 1,040,400,000 | resolved fixed | 23fa2b8 | 1,042,580,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
3,849 | 29,427 | Bug 29427 DBCS: Can't input DBCS characters in Search dialog | Reporter: Tiffany Language: Korean/Simplfied Chinese/Traditional Chinese Build driver: eclipse-SDK-M4-linux-motif Severity: OS: RedHat 8 JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 3.1 Searching for DBCS text Summary: DBCS: Can't input DBCS characters in Search dialog. Description: Steps to recreate problem: 1. Launch wo... | 2003-01-14 05:06:50 | 1,042,540,000 | closed fixed | 98fe435 | 1,042,570,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/Text.java | SWT |
3,850 | 28,745 | Bug 28745 Esc does not cancel tracker | 20021218 on gtk, pressing Esc does not seem to cancel drag and drop it does on windows | 2002-12-20 10:41:04 | 1,040,400,000 | resolved fixed | 0cc8c83 | 1,042,570,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tracker.java | SWT |
3,851 | 28,967 | Bug 28967 [Editor Mgmt] no close button on last editor when editors drop-down is active | null | 2003-01-03 04:09:23 | 1,041,580,000 | resolved fixed | f20889d | 1,042,560,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
3,852 | 21,063 | Bug 21063 Can't drop views over some widgets | Build GM5 - Linux/GTK The GTK build of Eclipse does not seem to let you drop a view over top of a scroll bar or a table header. 1) Start a fresh copy of Eclipse. 2) From the resource perspective, drag the outline view over the Tasks view. - Notice that when the mouse cursor is over the header for the table in the tasks... | 2002-06-27 11:24:00 | 1,025,190,000 | resolved fixed | 6b926f9 | 1,042,480,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java | SWT |
3,853 | 29,252 | Bug 29252 Accelerators are not disabled when the toolbars and menus are on GTK | When the toolbars and menus are disabled in the UI due to a UI blocking operation being run the accelerators are still active. STEPS 1) Open a java editor 2) Save it using Ctrl-S - the menu and toolbars are disabled 3) Hit Ctrl-B (the build) while the menu bars are disabled - this will get serviced even though the UI s... | 2003-01-09 16:22:57 | 1,042,150,000 | resolved fixed | 2fae75b | 1,042,240,000 | 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,854 | 227,099 | Bug 227099 Package Explorer 'Hierarchical' package presentation | Up till eclipse 3.3, if i had a project with packages that start like - com.mycompany.product.core and all other packages below it, the hierarchical view would show an entire node for com.mycompany.product.core and all other packages below it in their own nodes. In 3.4m6 however, in hierarchical view, each of com, myco... | 2008-04-15 05:41:06 | 1,208,250,000 | resolved fixed | 838fecf | 1,042,220,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,855 | 27,677 | Bug 27677 [Key Bindings] ctrl-f7 not working | build 2002-11-27-gtk, ibm jre 1.3.1 ctrl-f7 brings up a box but it is not populated with the view name entries. keep pressing ctrl-f7 multiple times does seems to cycle between the views, though | 2002-12-04 12:15:37 | 1,039,020,000 | resolved fixed | 70abad6 | 1,042,140,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,856 | 29,208 | Bug 29208 Gtk directory dialog behaves like a file dialog | - it's too easy to get a null result when a directory has been selected but a file hasn't - there are many spurious file-related widgets that are inappropriate | 2003-01-09 10:16:46 | 1,042,130,000 | resolved fixed | c878e19 | 1,042,130,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/GtkFileSelection.java 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/DirectoryDialog.java | SWT |
3,857 | 25,843 | Bug 25843 Info pops do not work for Red Hat 8.0. | While developing in Red Hat 8.0 using eclipse 2.0.1 with Version: 2.0.1 Build id: 200208291828 Whenever I open a help infopop by pressing F1, the infopop does not work. The links cannot be accessed, and the mouse does not even change cursors on hovering over them. Furthermore, I cannot return to the workbench to contin... | 2002-11-07 13:04:31 | 1,036,690,000 | resolved fixed | e094a20 | 1,042,070,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java | SWT |
3,858 | 28,812 | Bug 28812 Mouse cursor changes to arrow after hovering a hyperlinked indentifier | This bug occurred only after installing M4. When using the new feature (from M3 I think) of pressing Ctrl and moving the mouse over a Java indentifier to activate it as a hyperlink, the mouse cursor changes from the usual text caret to a "hand". That is as expected. However, once you release the Ctrl-key, the mouse cur... | 2002-12-22 20:21:45 | 1,040,610,000 | resolved fixed | 4b0c164 | 1,041,890,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
3,859 | 28,833 | Bug 28833 Eclipse no longer responds to 'Quit' AppleEvent | M4 (regression from M3) Eclipse no longer responds to 'Quit' AppleEvents, as a consequence you cannot shutdown Mac OS X if Eclipse is running. To try without halting MacOSX: in dock open context menu on Eclipse app and select 'Quit' | 2002-12-23 10:15:53 | 1,040,660,000 | resolved fixed | 32151cf | 1,041,630,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
3,860 | 28,719 | Bug 28719 Scrolling in Welcome editor is not 'live' | M4 - open welcome editor - click on the scrollbar's 'down' button and keep mouse button pressed until scrollbar thumb reaches end of scrollbar Observe: editor's content doesn't scroll until you release the mouse button | 2002-12-20 05:05:40 | 1,040,380,000 | resolved fixed | a3e2e44 | 1,041,540,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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.