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 |
|---|---|---|---|---|---|---|---|---|---|---|
4,061 | 19,089 | Bug 19089 No popup menu java editor ruler (Photon) | 1) Open a java editor 2) Right click on the left vertical ruler This should popup a menu to add breakpoints/marks,etc, but it does not. | 2002-06-04 11:16:42 | 1,023,200,000 | resolved fixed | 252b8a7 | 1,024,010,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Menu.java | SWT |
4,062 | 20,184 | Bug 20184 Color javadoc could use reference to Device.getSystemColor() | It would be nice if the class description for the Color class would have a @see tag pointing the developer to Display.getSystemColor(). Most of the time I am creating "primary colors", and I never remember where to find them. I prefer to use the Display method since I don't have to dispose of the color, and it would be... | 2002-06-13 10:47:59 | 1,023,980,000 | resolved fixed | a095e03 | 1,023,980,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Color.java | SWT |
4,063 | 19,925 | Bug 19925 Error opening doc file causes much grief | Build: 20020611 JDK: IBM JDK 1.3.1 - 20020403 I get an error every time I try to open a .doc file. Follow these steps: 1. New workspace 2. New simple project "Docs". 3. Drag & drop CALLBACK.DOC from the desktop into Docs. (see attachment) 4. Double click CALLBACK.DOC <- Error occurs 5. Try to exit Eclipse, no can do! T... | 2002-06-11 14:20:27 | 1,023,820,000 | resolved fixed | 44d0424 | 1,023,910,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java | SWT |
4,064 | 20,029 | Bug 20029 unhandled exception in event loop on emulated Coolbar | build 20020612 Linux Motif 1 - Just launch the Eclipse 20020612. 2 - Grab the search coolitem gripper 3 - Shake it up and down causing a new row to appear and disappear 4 - notice unhandled exception in event loop | 2002-06-12 10:52:20 | 1,023,890,000 | resolved fixed | ac30d47 | 1,023,900,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java | SWT |
4,065 | 19,670 | Bug 19670 Regression in OLE support | In F2: Reboot your PD Create a simple project Drag and drop a powerpoint doc. Double click to open the powerpoint doc. Notice that the editor comes up blank. Close the eclipse .ppt editor. Notice that the editor thinks the file is dirty when it isn't Open Powerpoint. Create a simple presentation. Go back to eclipse. Do... | 2002-06-07 16:29:19 | 1,023,480,000 | resolved fixed | 21e538b | 1,023,830,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java | SWT |
4,066 | 19,708 | Bug 19708 widgetIsDisposed for tootip text | Build 20020606. Not sure how to reproduce. I got into a state where I had tooltip text hanging around when it shouldn't have been. I was starting an inner eclipse and I think what happened was that the tooltip text from the outer Eclipse appeared in my inner Eclipse. Pressed the ESC key a couple of times, went back to ... | 2002-06-08 12:03:12 | 1,023,550,000 | resolved fixed | deab298 | 1,023,830,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
4,067 | 19,671 | Bug 19671 Unable to expand/collapse trees in properties view | Build 20020607 Redhat 7.2, KDE 2.2-10 GTK2 - Import a plugin, such as ..core.boot - Open the Properties view - Highlight the plugin so you can see the properties - Try to collapse the tree by clicking on the '-' box It doesn't do anything. In fact, it is impossible to expand or collapse any tree node from the propertie... | 2002-06-07 16:32:21 | 1,023,480,000 | resolved fixed | dd108aa | 1,023,830,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/TableItem.java | SWT |
4,068 | 19,660 | Bug 19660 Preference page does not expand to fit all widgets | Build 20020607 Linux-GTK The preference page dialog often does not expand enough to fully display all the widgets it contains. We've only been able to reproduce this problem on Linux-GTK, where it happens quite frequently. Just opening the preference page and clicking through on various pages, you're pretty much guaran... | 2002-06-07 15:55:42 | 1,023,480,000 | resolved fixed | b469967 | 1,023,750,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
4,069 | 19,595 | Bug 19595 StyledText - redrawRange not clearing properly when clear flag set | Run the attached test case. Check the bold checkbox. Uncheck the bold checkbox. Notice that the first and last lines leave bold character cheese even though the clear flag was specified for the redrawRange call. Simple/safe fix. Need to get approval for F3. This problem is leading to a bug in WSAD. | 2002-06-07 10:37:50 | 1,023,460,000 | resolved fixed | 0d80efe | 1,023,740,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
4,070 | 18,934 | Bug 18934 Scrollbars should be disabled in ImageAnalyzer example | Build F2 (20020602) Redhat 7.2, GTK2 KDE 2.2-10 (GTK2 only) Open the ImageAnalyzer example. Notice the scrollbars are enabled, and you can move them around, but they don't have any effect. If you open a small image, like an icon, the scrollbars are just misleading because they don't do anything. | 2002-06-03 17:37:15 | 1,023,140,000 | resolved fixed | 77f55e0 | 1,023,720,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java | SWT |
4,071 | 19,503 | Bug 19503 Widget in outliner gets wrapped/cropped | Build 20020602 (F2) Linux-GTK 1. Open the outliner. 2. Close all editors. The tree widget is replaced with a text widget (note: I'm not sure about exactly which widgets are used) that says: "An outline is not available" 3. Shrink the outliner such that the text cannot be fit on a single line. 4. On Win32, the text does... | 2002-06-06 11:30:05 | 1,023,380,000 | resolved fixed | 9b6e86d | 1,023,720,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java | SWT |
4,072 | 19,394 | Bug 19394 False "unsaved changes" notification from launch configs | Build 20020602 (F2) I still get false "You have unsaved changes" notifications from Java Application configs periodically. I haven't been able to create a reproducible test case. However, it should be simple to go through the code and spot any lingering occurances of this persisting bug. | 2002-06-05 14:43:19 | 1,023,300,000 | resolved fixed | 71fc44e | 1,023,480,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
4,073 | 17,788 | Bug 17788 Scale with preferred size is unusable (no range of motion) | Build F1 (20020521) Redhat 7.2, GTK2, KDE 2.2-10 (GTK Only) See the SWT example ControlExample, under the "Slider and Scale" tab. You can't use the scales on the right side (minimum, maximum, selection) because their size is set to the size of the thumb, so there's no room to move left or right, making this widget unus... | 2002-05-24 14:47:01 | 1,022,270,000 | resolved fixed | 659d841 | 1,023,470,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Slider.java | SWT |
4,074 | 19,345 | Bug 19345 Task View: Not clearing priority icons | Build F2 The priority icons that are shown in task view can be displayed beside the wrong task. 1) Make sure the task view is empty. 2) Create 3 tasks called 'a', 'b', and 'c' 3) Assign a high priority to task 'a' 4) Select task 'b' 5) Sort by priority repeatedly, by clicking on the table header 6) Notice that whenever... | 2002-06-05 11:22:07 | 1,023,290,000 | verified fixed | 4a8c42d | 1,023,390,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java | SWT |
4,075 | 18,838 | Bug 18838 Launch Configurations dialog creeps up | Eclipse F2 Linux Motif (KDE) Each time I hit Run -> Run... to edit a launch configuration, the dialog pops up a little bit higher than the last time it appeared. Eventually it goes off the top of the screen. If I exit Eclipse and come back in, it is still off the screen. Does not happen on Windows 2000. | 2002-06-03 14:02:36 | 1,023,130,000 | resolved fixed | 7fabd58 | 1,023,390,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java | SWT |
4,076 | 18,439 | Bug 18439 Ctrl+F6 editor switching is unusable | The editor list popup that is summoned with Ctrl+F6 is unusable. The popup is not wide enough to see the editor names. Will attach screenshot. | 2002-05-31 09:41:13 | 1,022,850,000 | resolved fixed | 78d6ba1 | 1,023,390,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java | SWT |
4,077 | 18,629 | Bug 18629 GTK: Unable to select dialog buttons with mouse | null | 2002-06-01 16:16:59 | 1,022,960,000 | resolved fixed | 570b5fc | 1,023,380,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/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 |
4,078 | 17,752 | Bug 17752 Cannot select a non-bold font | Build 20020521 Linux-GTK 1. Go in the font selection dialog "Window->Preferences->Workbench->Fonts->Text Font->Change..." 2. Select the font you want. 3. Click 'OK' Even if the font you selected was not a bold font, the font display in the preview is a bold font and the name of the font is *-bold-* | 2002-05-24 12:52:18 | 1,022,260,000 | resolved fixed | 3010364 | 1,023,320,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Font.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/FontData.java | SWT |
4,079 | 19,169 | Bug 19169 NPE on Emulated CoolItem constructor | build 20020602 (F2) The last changes on the emulated CoolItem contructor have introduced a bug, it is the code: public CoolItem (CoolBar parent, int style) { this (parent, style, parent.getItemCount()); } And this is right code: public CoolItem (CoolBar parent, int style) { super(parent, style); this.parent = parent; p... | 2002-06-04 14:45:39 | 1,023,220,000 | resolved fixed | 014b99e | 1,023,310,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java | SWT |
4,080 | 18,804 | Bug 18804 GPF setting image to menu item (Photon) | Show hierarchy view of org.eclipse.swt.widgets.Widget and eclipse will GPF. Unhandled exception Type=GPF vmState=0xffffffff Handler1=0xb8242414 Handler2=0xb82314f8 Signal=0x0000000b EFlags=0x00011202 EDI=0x09c2a7bc ESI=0x083523c8 EAX=0x0baa537c EBX=0xb0460064 ECX=0x00000000 EDX=0x00000000 EBP=0x080474d4 ESP=0x080474bc ... | 2002-06-03 12:53:14 | 1,023,120,000 | resolved fixed | 2c023cb | 1,023,290,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java | SWT |
4,081 | 18,733 | Bug 18733 ControlExample: List widget not being resized properly | Build F1 (and F2 too) Steps: 1) Start ControlExample 2) Choose the "List" tab 3) Click on "Set Font" and choose a smaller font (manually type in a size if necessary -- you need to do this to get anything smaller than 8 pt in Win32) 4) Click on "Preferred" radio button, even though it's already selected 5) Uncheck "SWT.... | 2002-06-03 10:59:39 | 1,023,120,000 | resolved fixed | 9cb2700 | 1,023,290,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/Tab.java | SWT |
4,082 | 16,883 | Bug 16883 Variable sorting changes unexpectedly | 1. Debug the following program to a breakpoint on the first line of foo(). Variables view looks like: this = VariableTest 2. Perform a step over. Variables view looks like: x = 1 this = VariableTest 3. Perform a step over. Variables view looks like: this = VariableTest y = 2 x = 1 The ordering of existing variables sho... | 2002-05-22 12:05:48 | 1,022,080,000 | resolved fixed | 22658a4 | 1,023,080,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
4,083 | 16,837 | Bug 16837 Keys completely lost | I am not sure how to got to this point, but I was going through the PDE tests scenarios on Photon and at some point I could not type anything on any editor anymore (java editor, pde editor, etc). I had to restart eclipse. Shortcuts were still working though. | 2002-05-22 11:09:56 | 1,022,080,000 | resolved fixed | 5efec78 | 1,022,930,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java bund... | SWT |
4,084 | 17,289 | Bug 17289 Combo doesn't take focus by clicking on it (Photon) | Open "Add a new CVS Repository" dialog. The focus caret should be in the first Combo "Host:". Press "Tab" and focus goes to the second Combo "Repository Path:". Try clicking on the first Combo. It does not take focus anymore. If I drop down the combo list, it will take focus. | 2002-05-23 10:23:56 | 1,022,160,000 | resolved fixed | 46d5c58 | 1,022,920,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Composite.java | SWT |
4,085 | 16,810 | Bug 16810 Mouse pointer not update | Build 20020521 There are several case on Photon where the mouse pointer is not update for the correct indicator ( resize indicator, dragging indicator, etc). One case always reproducible is: 1) Mouse over the gripper of a CoolItem, the pointer is replace by a `move indicator`. Correct. 2) Switch the editor, when the pa... | 2002-05-22 10:28:13 | 1,022,080,000 | resolved fixed | a9028cd | 1,022,920,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Composite.java | SWT |
4,086 | 17,290 | Bug 17290 Modify Method Parameters: wrong enablement of buttons | F1 Suse 8.0, KDE 3.0, GTK 2 - create a method foo(int i) - select in outliner - execute Modify Method Parameters (Refactor Menu). observe: Move Up/Down is disabled - press Next - press Back observe: Move Up/Down is enabled. - | 2002-05-23 10:26:54 | 1,022,160,000 | resolved fixed | de38413 | 1,022,890,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
4,087 | 18,229 | Bug 18229 Walkback when closing ImageAnalyzer | Build 20020527 Win2k 1. Open the ImageAnalyzer SWT example. 2. Load an animated gif. 3. Hit 'animate' 4. Close the window. 5. Walkback | 2002-05-29 15:31:42 | 1,022,700,000 | resolved fixed | 58e1c28 | 1,022,870,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ImageAnalyzer.java | SWT |
4,088 | 17,354 | Bug 17354 Double clicking expands and collapses item | F1 Suse 8.0, KDE 3.0, GTK 2 - load JUnit - double click on package junit.framework observe: the package gets expanded and collapses again. On other platforms this expands the node. | 2002-05-23 11:20:43 | 1,022,170,000 | resolved fixed | 4d26270 | 1,022,870,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
4,089 | 17,831 | Bug 17831 Coolbar - chevron not always displayed when it should be | Build 20020521, RH 7.2, Linux-Motif 1. Run the attached test case. 2. Slide the "launch" cool item all the way over to the right, so that the chevron appears and only one tool is showing. 3. Press the Switch button. 4. Press the Switch button again, which will restore the coolbar as in Step 2. Notice that the chevron i... | 2002-05-24 16:50:51 | 1,022,270,000 | resolved fixed | d1efc6e | 1,022,870,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java | SWT |
4,090 | 17,825 | Bug 17825 ControlExample->Text beeps when I choose SWT.MULTI | null | 2002-05-24 16:24:07 | 1,022,270,000 | resolved fixed | 12334db | 1,022,870,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TextTab.java | SWT |
4,091 | 16,688 | Bug 16688 Selection background on emulated widgets is wrong | Build 20020521. Run eclipse on AIX and you will see that the selection back of the tree widgets is wrong (sometimes red). The color seems to be affected by netscape. Every time you run and shutdown netscape the color changes. | 2002-05-21 16:42:47 | 1,022,010,000 | resolved fixed | c3aaec2 | 1,022,860,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java | SWT |
4,092 | 17,228 | Bug 17228 weird Tree selection behaviour | F1 on linux-gtk: 1) open java browsing perspective 2) click on org.apache.xerces 3) click on javax.xml.parsers 4) (sometimes) observe that the types are not populated 5) click on org.apache.html.dom 6) (sometimes) observe that now both javax.xml.parsers and org.apache.html.dom are selected. This is not always reproduci... | 2002-05-23 09:21:37 | 1,022,160,000 | resolved fixed | 5b05aa6 | 1,022,860,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/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 |
4,093 | 16,174 | Bug 16174 Wrong popup menu | This happens randomly. Edit some Java source in Eclipse. Right click in the Packages view (or Hierarchy view). The menu that pops up is wrong 10% of the time. Bringing it up again fixes the problem. | 2002-05-16 12:30:35 | 1,021,570,000 | resolved fixed | 223e7af | 1,022,790,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
4,094 | 16,791 | Bug 16791 Can't select check boxes | Build 20020521 Linux-GTK 1. "Window->Preferences->Java->Installed JREs" 2. With a few JREs defined, try to click in the check boxes. Note that they don't respond. I played with this a bit and noticed that you can select a check box by clicking far below it. | 2002-05-22 10:05:42 | 1,022,080,000 | resolved fixed | ad68535 | 1,022,780,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java | SWT |
4,095 | 17,917 | Bug 17917 Shift-Tab does not work | F1 on linux-gtk: In the JavaEditor, tab and shift-tab indent right/left. Shift-Tab does not work under GTK. This works both on w2k and linux-motif. | 2002-05-27 08:21:53 | 1,022,500,000 | resolved fixed | f051fdf | 1,022,770,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
4,096 | 16,553 | Bug 16553 SWT_AWT.new_Panel does not work | The same piece of code workes properly in build 200204xx, public final void createPartControl(Composite composite) { this.container = composite; composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL | GridData.FILL_VERTICAL)); final java.awt.Panel ilogpanel = SWT_AWT.new_Panel(composite); ... } but does not wor... | 2002-05-21 10:02:25 | 1,021,990,000 | resolved fixed | d96d204 | 1,022,770,000 | bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/internal/awt/win32/SWT_AWT.java | SWT |
4,097 | 17,375 | Bug 17375 Cheese on Java Scrapbook page ruler | Bulid F1 on SuSe 7.3 1) Create a new Java Scrapbook page and open it 2) Right-click on scrapbook page editor's ruler A tiny 3D square shows up on the ruler (it usually appears where the mouse is but sometimes appears at a completely different place) Looks like it might be some sort of stray widget... It disappears when... | 2002-05-23 11:54:21 | 1,022,170,000 | resolved fixed | c65bd10 | 1,022,710,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Menu.java | SWT |
4,098 | 17,637 | Bug 17637 Resize problem when diableing overview ruler in Editor | F1 Suse 8.0, KDE 3.0, GTK 2 - open Java file - disable all Editor->Apperance settings observe: the vertical scrollbar is somehow clipped. | 2002-05-24 09:39:00 | 1,022,250,000 | resolved fixed | c440936 | 1,022,690,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/GtkFixed.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/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.jav... | SWT |
4,099 | 17,022 | Bug 17022 SWT Layouts example - missing window title | Start the SWT Layouts example Click on 'Code' The window which comes up has no title. | 2002-05-22 15:48:25 | 1,022,100,000 | resolved fixed | e25ca0f | 1,022,620,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/layoutexample/Tab.java | SWT |
4,100 | 16,828 | Bug 16828 CTabFolder flashing tooltip | Windows 2000 F1 Place cursor at very bottom edge of CTabFolder tabs. Tooltip appears but then mouse enters the tooltip which means it leaves the CTabFolder and the tooltip closes. Repeats until you move the mouse up. Note this can also be a problem if tabs are on bottom of folder. | 2002-05-22 10:53:48 | 1,022,080,000 | resolved fixed | acddacf | 1,022,620,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
4,101 | 16,549 | Bug 16549 Cannot navigate tabbed notebook with keyboard | On Linux motif you cannot switch between tabs of a tabbed notebook using the keyboard only. This does work on Windows STEPS 1) Open a tabbed notebook on Windows 2000. 2) Tab until you get focus on the tab 3) Hit the right arrow - it will go to the next tab\ 4) Open a tabbed notebook on Linux motif 5) Tab until you get ... | 2002-05-21 09:19:45 | 1,021,990,000 | resolved fixed | 59a7781 | 1,022,610,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/tabfolder/org/eclipse/swt/widgets/TabFolder.java | SWT |
4,102 | 16,775 | Bug 16775 TableTree.setSelection/showItem fails for deeply nested items | I built a TableTree with three nested TableTreeItems. If I close the tree entirely and call showItem() on the innermost child, I get a null argument exception even though the child is not null. I don't get an exception if I expand the tree entirely, or if I call showItem() on the first or second level child items. I ge... | 2002-05-22 09:34:03 | 1,022,070,000 | resolved fixed | 1bdda2f | 1,022,610,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java | SWT |
4,103 | 17,497 | Bug 17497 FileDialog open() returns wrong result | The snippet at the bottom opens a file dialog, leaves the user to select some file, then prints the path of the selected file after the user presses OK. It gets its result from the return value of the FileDialog.open() invocation. On all platforms except hpux this returns a full path (eg.- "/opt/eclipse/jre/lib/rt.jar"... | 2002-05-23 16:40:02 | 1,022,190,000 | resolved fixed | 81ca82d | 1,022,610,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/FileDialog.java | SWT |
4,104 | 16,200 | Bug 16200 Tracker leaves cheese | null | 2002-05-16 16:48:17 | 1,021,580,000 | resolved fixed | 423a36e | 1,022,590,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java | SWT |
4,105 | 17,932 | Bug 17932 Emulated Coolbar do not resize when the last item on the row is removed | build 20020521 F1 1 - Run the Car's coolbar example on: /Car/coolbartest/CoolBarIconTest.java 2 - Resize the window to be bigger 3 - Drag the last Item to the next row 4 - Remove the Item on index 5 (ie. the item that you just dragged) 5 - The coolbar do not resize, so there is a extra row empty where you just removed ... | 2002-05-27 11:04:35 | 1,022,510,000 | resolved fixed | d1a1f46 | 1,022,540,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java | SWT |
4,106 | 17,802 | Bug 17802 Moving a sash requires an extra click to take effect | Build F1 (20020521) Redhat 7.2, GTK2, KDE 2.2-10 (GTK only) See the SWT example ControlExample under the "Sash" tab. If you click on the sash and drag the mouse then release, it doesn't do anything except draw another sash (well, a gray bar) where you released. But then if you click on that new sash then it resizes and... | 2002-05-24 15:23:08 | 1,022,270,000 | resolved fixed | a7e4b86 | 1,022,530,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/Label.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/Scrollable.java | SWT |
4,107 | 17,632 | Bug 17632 "Color Button" doesn't update | F1 Suse 8.0, KDE 3.0, GTK 2 - open Preference->Editor - resize preference dialog so that the color list at the bottom is fully visible. - select different entries from the color list observe: the buttom to the right doesn't change its icon. Works on Motif and Windows. | 2002-05-24 09:36:21 | 1,022,250,000 | resolved fixed | 061b74d | 1,022,530,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/Button.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TabItem.java bundles/org.... | SWT |
4,108 | 17,832 | Bug 17832 Vertical Scrollbar clipped | Eclipse F1 Synchronize a file that has outoging changes. Select the file so that the Java Source Compare is visibile. There is a scrollbar on the far right hand side of the Java Source Compare and it is clipped. I am not sure if SWT is giving the wrong answer for the width of teh scrollbar or if Java Source Compare is ... | 2002-05-24 16:51:29 | 1,022,270,000 | resolved fixed | 262a2e4 | 1,022,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/Scrollable.java | SWT |
4,109 | 17,305 | Bug 17305 Search Dialog: Java Page clipped | F1 Suse 8.0, KDE 3.0, GTK 2 - create Java file - open in editor - open search dialog observe: dialog is clipped. Works well under Windows and Motif | 2002-05-23 10:36:17 | 1,022,160,000 | resolved fixed | ee5b8a8 | 1,022,520,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TabFolder.java | SWT |
4,110 | 16,995 | Bug 16995 HoverHelp example does not create ON_TOP Shell for tooltips | The shell created to show the tooltip does not have the ON_TOP style. It causes the main window to loose focus when the tooltip is shown. | 2002-05-22 15:04:55 | 1,022,090,000 | resolved fixed | cc651b7 | 1,022,160,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/hoverhelp/HoverHelp.java | SWT |
4,111 | 16,458 | Bug 16458 Trying to free a GdkEvent: pointer=NULL | ControlExample prints many warnings: gdk_event_free: assertion `event != NULL' failed | 2002-05-20 14:03:20 | 1,021,920,000 | resolved fixed | c49ce2d | 1,022,000,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java | SWT |
4,112 | 16,576 | Bug 16576 ACC: Checkboxes in lists are not real checkboxes | Options in the list look like checkboxes but the aren't real checkboxes. MS Inspect identfies the Role as 'list item' instead of checkbox. The Filters List page contains a Table component, and one of the columns cell editor is a CheckboxCellEditor; (this is similar with the Task List view, where the 'completed' column ... | 2002-05-21 11:10:11 | 1,021,990,000 | resolved fixed | cafda17 | 1,022,000,000 | bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java | SWT |
4,113 | 16,245 | Bug 16245 CTabFolder - tooltips and arrowing around | CTabfolder should move by a full page when using the arrow keys. The tooltips on CTabFolder show stay around when you move inside the tab area - just like in toolbars. | 2002-05-17 09:43:17 | 1,021,640,000 | resolved fixed | b2a57ac | 1,021,940,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
4,114 | 11,516 | Bug 11516 ViewForm should override computeTrim | In the current ViewForm implementation, it is not possible to calculate the required bounds rectangle for a desired client area since computeTrim is not overridden. It seems to me that, in general, any control that provides a getClientArea implementation should also override computeTrim. This also affects the fix for 1... | 2002-03-17 23:41:47 | 1,016,430,000 | resolved fixed | 8e5c97c | 1,021,940,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java | SWT |
4,115 | 15,466 | Bug 15466 ImageData.blit throws ArrayIndexOutOfBounds Exception | I'm running the M5 version of SWT and I get the ArrayIndexOutOfBounds exception when creating an Image with a large ImageData. This testcase passes when run with the version of swt that shipped with eclipse 1.0. Here's my test case : import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.ImageData; impo... | 2002-05-07 16:30:00 | 1,020,800,000 | resolved fixed | ac75cd4 | 1,021,920,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java | SWT |
4,116 | 15,513 | Bug 15513 CCombo.setTooltipText() doesn't work | CCombo.setTooltipText() doesn't work at all. How about the following implementation ? CCombo.setTooltipText(String text) { text.setTooltipText(text); arrow.setTooltipText(text); } | 2002-05-08 07:37:23 | 1,020,860,000 | verified fixed | 1c11fbf | 1,021,650,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
4,117 | 15,989 | Bug 15989 Coolbar walkback when adding item | 1. Run the attached test case. 2. Move the Script coolitem and the launch coolitem down to a new row (so that there are two rows). 3. Press the Add button. Walkback. Only happens on Linux. | 2002-05-14 18:26:26 | 1,021,420,000 | resolved fixed | 9d056f9 | 1,021,600,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java | SWT |
4,118 | 15,172 | Bug 15172 focus not on text field for OpenTypeDialog | This happens on Linux-Motif, but not on w2k with 20020502: When the OpenTypeDialog comes up, the 'Show in Type Hierarchy' checkbox gets the focus, instead of the text field. I haven't touched OpenTypeDialog for a long time. | 2002-05-03 04:31:49 | 1,020,410,000 | resolved fixed | 1aa7e60 | 1,021,510,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java | SWT |
4,119 | 12,398 | Bug 12398 Accessibility problems | 20020326, Win2K When I launch the Help view, the tab key does not actually do anything. I need to first click on one of the "live" areas before it starts working (eg. the banner with the tool buttons, the nav frame or the content frame. We should be starting the Help view in a way that can be immediately navigated via ... | 2002-03-27 17:13:54 | 1,017,270,000 | resolved wontfix | 321e787 | 1,021,480,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleFrame.java bundles/org.eclipse.swt/Eclipse S... | SWT |
4,120 | 15,224 | Bug 15224 FileDialog does not return the file selected on PocketPC | The FileDialog.open() method does not return the path of the selected file on PocketPC. When I run the following testcase, I type "bob.txt" in the name field of the dialog and select some folder from the list. After pressing ok, the open() method returns a "null" value instead of "bob.txt". --- cut here --- import org.... | 2002-05-03 14:39:21 | 1,020,450,000 | resolved fixed | 2f3d1b8 | 1,021,420,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java | SWT |
4,121 | 15,868 | Bug 15868 StyledText - Put back double buffering | Changes that have been made in Eclipse have improved scrolling but typing still remains flashy due to unnecessary style setting. Put double buffering back in in all instances. Felipe checked performance and gave the okay on it. | 2002-05-13 12:32:53 | 1,021,310,000 | resolved fixed | b1a0e6d | 1,021,320,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
4,122 | 15,705 | Bug 15705 Editor with focus, tab text disappears sometimes | WinMe, large fonts setting, 1280x1024, True color (32 bit) Strangely, editor tabs with focus for files which start with the letter "W" disappear when there are many editors.] Selecting another tab makes the text visible. This is only true for a few files - this isn't a textcolor = backgroundcolor problem. | 2002-05-09 23:22:31 | 1,021,000,000 | resolved fixed | 092b285 | 1,021,060,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java | SWT |
4,123 | 15,686 | Bug 15686 Copying content in more than format to Clipboard only registers one | build 20020502 -Run org.eclipse.swt.examples.texteditor.TextEditor -type some text -select the text and copy it to the clipboard -paste the text into notepad ->this works so there must be non RTF text in the clipboard -in Wordpad check the available clipboard formats using Edit-Paste Special ->Only RTF shows up, we put... | 2002-05-09 18:04:35 | 1,020,980,000 | resolved wontfix | 900c6e2 | 1,021,050,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java | SWT |
4,124 | 15,637 | Bug 15637 Cheese in Table when setting column image | Eclipse 20020508 Linux Motif Run the folloiwng example. When you add an image to the header you get cheese. (Note: You have to supply your own image, use one that is bigger than the column heaer size.) And similarly when you remove the image. public static void main(String[] args) { Display display = new Display(); fin... | 2002-05-09 12:12:32 | 1,020,960,000 | resolved fixed | 76715a3 | 1,021,050,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableColumn.java | SWT |
4,125 | 15,643 | Bug 15643 Cheese in Table when changing font | Eclipse 20020508 Windows 2000 Run the following example. Note the cheese in the header. Same thing happens when setting a small font. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.BO... | 2002-05-09 12:31:51 | 1,020,960,000 | resolved fixed | 6cc1e8b | 1,021,050,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
4,126 | 12,360 | Bug 12360 TraverseEvent e.doit doesn't turn off on TabFolder | Build: 20020321 Description: When hooking a TraverseListener onto a control on a TabFolder, setting e.doit = false turns off the default behaviour on Windows, but not on Linux. This behaviour is found only when there is a TabFolder as a recursive parent of the control. If the same controls are built on a Composite or d... | 2002-03-27 11:06:30 | 1,017,250,000 | resolved fixed | 6f47264 | 1,020,720,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
4,127 | 15,208 | Bug 15208 StyledText - text change even mechanism poorly documented | build 20020430 The TextChangeListener doc is incomplete and misleading. The class doc says that "It is not intended for use by users of the StyledText widget or implementors of StyledTextContent". This is misleading because implementors of StyledTextContent need to invoke the apropriate listener method. So they need to... | 2002-05-03 11:43:11 | 1,020,440,000 | resolved fixed | 9b5ecf1 | 1,020,700,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextContent.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangeListener.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java bundles/... | SWT |
4,128 | 14,935 | Bug 14935 EmulatedWidgetTests fail on Linux | build 20020426 There are a number of unexpected errors and failures when running org.eclipse.swt.tests.junit.EmulatedWidgetTests. One is related to Table.remove(int[]) and another to TableItem.getImageBounds (). The rest are in inherited tests of Widget and Control. I did not try running AllTests. | 2002-04-30 12:16:02 | 1,020,180,000 | resolved fixed | 30be2a8 | 1,020,460,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java | SWT |
4,129 | 15,115 | Bug 15115 removeColumn are broken in Emulated Table | Knut, I was playing with the your TableInteractiveTest this morning. the tests removeColumn and removeLastColumn are complete broken, removing a single column leads the table in a irreversible bad state (lost of cheeses). The problem is the method removeColumnVisual in Table. It's adding plus one for the index of first... | 2002-05-02 12:13:14 | 1,020,360,000 | resolved fixed | 7eff1c9 | 1,020,450,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java | SWT |
4,130 | 14,880 | Bug 14880 Column resize problems/cheese | build 20020426 Run the test case below. Start a column resize and move the column resize indicator (the black vertical line)one pixel to the right of the old column column grid line. Release the mouse and observe: a) the column isn't resized even though the resize indicator leads me to believe it will be one pixel wide... | 2002-04-29 17:00:53 | 1,020,110,000 | resolved fixed | c38439f | 1,020,290,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java | SWT |
4,131 | 13,725 | Bug 13725 Revert is much slower than close and re-open in java editor. | 1) Start by opening an editor on the file org.eclipse.swt.custom.StyledText.java from the source folder "Eclipse SWT Custom Widgets" in the project "org.eclipse.swt" in the open source repository. 2) Now, select the end of the first line, and hit a space character so that the file has been marked dirty. From this point... | 2002-04-12 18:10:57 | 1,018,650,000 | resolved fixed | 7860723 | 1,020,290,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/DefaultLineStyler.java | SWT |
4,132 | 12,952 | Bug 12952 Alt+{char} gets inserted as text | Build 20020404 - new text file - type Alt+A - 'A' gets inserted into the text Alt combinations should not get inserted. They are used for menu mnemonics and accelerators, and should have no effect if there is no corresponding mnemonic or accelerator. (Actually, it's not recommended to use Alt combinations as accelerato... | 2002-04-06 21:57:37 | 1,018,150,000 | resolved fixed | 9cc45c2 | 1,020,190,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
4,133 | 12,811 | Bug 12811 TableColumns don't pack properly | Build: 20020319 When calling pack() on a TableColumn, the columns are packed smaller than the preferred size. The label on the column header cannot be fully seen. This does not occur on Windows. Sample code: import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout.*; public class PR { p... | 2002-04-04 11:48:32 | 1,017,940,000 | resolved fixed | 177ab7a | 1,020,110,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java | SWT |
4,134 | 11,587 | Bug 11587 BIDI:Java editor and Text editor: User Interface issues. | Problem was found in Eclipse R2, build 20020214. User Interface Issues The UI issues can be divided in 3 categories: * no setting of the keyboard language when needed * bad positioning of the caret * no visual feedback for boundary condition They apply to both the Java and the Text editors. 1. No setting of keyboard la... | 2002-03-18 13:55:03 | 1,016,480,000 | resolved fixed | 14d8d0d | 1,020,090,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java | SWT |
4,135 | 14,813 | Bug 14813 ClassCastException creating a new Run configuration | In order to run or debug a class, one creates a configuration. Clicking around in the "New Configuration" dialog, the workbench will terminate with a ClassCastException. | 2002-04-27 23:40:44 | 1,019,970,000 | resolved fixed | 1489493 | 1,019,970,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
4,136 | 14,528 | Bug 14528 Problem with Label.computeSize. | Here is an example showing that computeSize is not returning a size big enough to fit the text. If SWT.DEFAULT is used it shows the text but if 450 is used instead of SWT.DEFAUT then part of the text is cut out. ** Run the example. All 5 lines show appear. import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout... | 2002-04-24 11:37:08 | 1,019,660,000 | resolved fixed | febbfc2 | 1,019,770,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java | SWT |
4,137 | 14,047 | Bug 14047 StyledText - inefficient redraw during text change with word wrap | build 20020416 Appending N lines to StyledText in word wrap mode results in N redraws of the entire client area. This should at a maximum only be one redraw for each visible line. Run the test case below to reproduce. Add the following line to StyledText#performPaint to see the redraws occurring: System.out.println("li... | 2002-04-17 17:07:04 | 1,019,080,000 | resolved fixed | 69ee1a5 | 1,019,520,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
4,138 | 13,826 | Bug 13826 Performance issue in Table.RemoveAll() | Method org,eclipse.swt.widgets.Table.removeAll() removes items from the beginning of a Vector, but it should remove the items from the end instead since Vector is shuffling the items all around the place when removed from the top. This goes for the rest of places where all items are removed from a vector. | 2002-04-15 15:50:25 | 1,018,900,000 | resolved fixed | 7a8ca88 | 1,019,510,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java | SWT |
4,139 | 11,935 | Bug 11935 Can't Ctrl+Tab out of PDE Editor's dependencies page | Build: 20020319 Steps: 1. Open a plugin.xml file (it opens in the Plugin Manifest editor) 2. Go to the Dependencies page 3. Set focus on the "Find:" combo box under the heading Dependency Status 4. Press Tab or Ctrl+Tab You can't tab out of the combo box except by backwards-tabbing with Shift+Tab. | 2002-03-20 12:18:18 | 1,016,640,000 | verified fixed | e7adc81 | 1,019,140,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
4,140 | 11,515 | Bug 11515 computeTrim and getClientArea are inconsistent in CTabFolder | According to SWT documentation, given a desired client area, computeTrim should return a bounding rectangle required to produce that client area. Bounding rectangle height taken into account in CTabFolder.getClientArea (line 613) is greater one row of pixels than the one calculated in CTabFolder.computeTrim (line 348).... | 2002-03-17 23:32:46 | 1,016,430,000 | resolved fixed | 4fc636c | 1,019,050,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
4,141 | 13,194 | Bug 13194 usability: editor tabs | 20020409 1. open a few editors - so that the < > arrows are visible 2. start closing the editors from the right side note, the arrows are still visible and, when you get down to 1 visible tag, you might think only 1 editor is open, while there's possibly many it should scroll | 2002-04-10 06:39:41 | 1,018,440,000 | resolved fixed | ab3a0e2 | 1,018,990,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
4,142 | 12,772 | Bug 12772 Support for 2.0 startup sequence | null | 2002-04-04 08:40:55 | 1,017,930,000 | resolved fixed | b31da3c | 1,018,990,000 | bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java | SWT |
4,143 | 13,639 | Bug 13639 Controls do not appear in tool items | Eclipse 20020409 Linux motif This bug appears for any control set into a tool item. If you uncomment the line "ccombo.moveAbove (null);" the combo widget appears in the toolbar otherwise all you see is the separator. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(displ... | 2002-04-12 11:07:30 | 1,018,620,000 | resolved fixed | d50c920 | 1,018,640,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/ToolItem.java | SWT |
4,144 | 13,432 | Bug 13432 OleControlSIte doesn't propagate WM_SETFOCUS message to an ActiveX control | OleControlSite seems not to propagate WM_SETFOCUS message to its child ActiveX control. Try following steps: 1. Open an editor which hosts an ActiveX control by using SWT, 2. Set keyboard focus to the editor 3. Open eclipse's preference dialog 4. Close the dialog Then keyboard focus isn't restored to the ActiveX contro... | 2002-04-10 15:27:37 | 1,018,470,000 | resolved fixed | 7942368 | 1,018,540,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java | SWT |
4,145 | 11,182 | Bug 11182 Property Sheet does not allow editing when there is only one property | Scenario: 1) Create a PDE plug-in project. 2) Switch to 'Extensions' page. 3) Create a new 'Action Set' extension. 4) Select the extension and create new menu. 5) Select the menu and create a new separator. 6) Select the separator and try to change its default name. Property sheet refuses to allow editing of the name. ... | 2002-03-12 10:51:16 | 1,015,950,000 | resolved fixed | e8fa258 | 1,018,370,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java | SWT |
4,146 | 12,573 | Bug 12573 Table sends selection event twice when in TabFolder | Build 20020328 I had a hard time believing it too. When a Table is created inside a TabFolder, it sends the selection event twice. If it's not in a TabFolder, it only sends it once. The following code shows the problem. Changing the selection generates 2 lines of console output. If you change the Table's parent to be s... | 2002-04-01 17:07:48 | 1,017,700,000 | resolved fixed | 090d370 | 1,018,370,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.java | SWT |
4,147 | 11,498 | Bug 11498 StyledText does not always redraw when the line style changes | Build 20020312 In the following code, we attempt to change the color of the line that contains the caret while the caret is moving. To see the problem: 0) use the arrow keys to move the caret to another line - line style listener called, line color is changed 1) press the button - the widget redraws, showing where the ... | 2002-03-15 17:28:51 | 1,016,230,000 | resolved fixed | c733487 | 1,017,160,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
4,148 | 11,204 | Bug 11204 Some ActiveX control can not accept key input. | Some ActiveX control can not accept key input. The reason is : OleFrame.translateleOleAccelerator() calls ActiveX control's TranslateAccelerator(). Then the control calls OleControlSite.TranslateAccelerator(). OleControlSite.TranslateAccelerator() returns error, since it is not implemented. The control's TranslateAccel... | 2002-03-12 15:21:14 | 1,015,960,000 | resolved fixed | b2c00c9 | 1,016,120,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleFrame.java | SWT |
4,149 | 10,525 | Bug 10525 'Free' TableViewer column cannot be edited | When a TableViewer instance is created, one column is created for free if none is specified. This works well and handles the resizing of the table, but the code in 'activateCellEditor' ignores it when there are no explicitly created columns. Please give me a heads up when the fix is released so that I can test my code ... | 2002-02-28 16:36:03 | 1,014,930,000 | closed fixed | f5bee01 | 1,015,270,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java | SWT |
4,150 | 10,426 | Bug 10426 Esc traverse does not go up hierarchy | Build 20020226 I'm trying to hook Esc so that it activates the current editor. (I tried doing this using an accelerator a while back, but that doesn't work since it steals it from other places, e.g. renaming a file). I'm now trying to use a traverse listener on the shell, however it never gets notified of Esc. It looks... | 2002-02-27 15:13:03 | 1,014,840,000 | resolved fixed | 83e8870 | 1,015,000,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/Shell.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bu... | SWT |
4,151 | 10,002 | Bug 10002 Detection of CDE as active WM is platform-specific | SWT code currently determines the active desktop by looking for defined "atoms" or properties that are associated with the root window. The atom that Eclipse now uses to identify CDE is DTWM_IS_RUNNING. This happens in Program.getDesktop(). CDE on AIX does not define this property. It would be nice to have a string tha... | 2002-02-19 12:28:51 | 1,014,140,000 | resolved fixed | 1839d9b | 1,014,900,000 | bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java | SWT |
1 | 56,012 | Bug 56012 wrong import statement generation while using the extends attribute of the page directive | null | 2014-01-15 07:30:17 | 1,389,790,000 | resolved fixed | 42056be | 1,390,080,000 | java/org/apache/jasper/compiler/PageInfo.java java/org/apache/jasper/compiler/Validator.java | Tomcat |
2 | 56,029 | Bug 56029 Ternary operator doesn't work as expected inside attributes in jspx pages | null | 2014-01-18 12:42:47 | 1,390,070,000 | resolved fixed | b430e29 | 1,390,070,000 | java/org/apache/jasper/compiler/ELParser.java test/org/apache/jasper/compiler/TestELParser.java | Tomcat |
3 | 55,943 | Bug 55943 Provide a way prevent looking at the System classloader before the webapp classloaders | null | 2014-01-01 10:02:46 | 1,388,590,000 | resolved fixed | f28800c | 1,389,970,000 | java/org/apache/catalina/loader/WebappClassLoader.java | Tomcat |
4 | 56,025 | Bug 56025 Order of invocation of method of ServerEndpointConfig.Configurator | null | 2014-01-17 08:23:30 | 1,389,970,000 | resolved fixed | 11b1e83 | 1,389,960,000 | java/org/apache/tomcat/websocket/server/UpgradeUtil.java | Tomcat |
5 | 56,010 | Bug 56010 JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException | null | 2014-01-15 03:34:23 | 1,389,770,000 | resolved fixed | 48650dd | 1,389,880,000 | java/org/apache/jasper/runtime/PageContextImpl.java test/org/apache/jasper/runtime/TestPageContextImpl.java | Tomcat |
6 | 55,996 | Bug 55996 Async context does not timeout with HTTP NIO connector | null | 2014-01-13 06:12:37 | 1,389,610,000 | resolved fixed | 553ad39 | 1,389,720,000 | java/org/apache/tomcat/util/net/SocketWrapper.java | Tomcat |
7 | 55,995 | Bug 55995 java.lang.NullPointerException at org.apache.jasper.servlet.JspCServletContext.getResource(JspCServletContext.java:344) | Null pointer exception when running JSPC from a Shell Script. JspCServletContext.java:344 /** * Return a URL object of a resource that is mapped to the * specified context-relative path. * * @param path Context-relative path of the desired resource * * @exception MalformedURLException if the resource path is * not prop... | 2014-01-13 05:55:30 | 1,389,610,000 | resolved fixed | 5e6b884 | 1,389,700,000 | java/org/apache/jasper/compiler/TldCache.java | Tomcat |
8 | 55,893 | Bug 55893 Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve | null | 2013-12-16 21:24:37 | 1,387,250,000 | resolved fixed | 92ce68a | 1,389,360,000 | java/org/apache/catalina/valves/AbstractAccessLogValve.java java/org/apache/catalina/valves/AccessLogValve.java | Tomcat |
9 | 55,978 | Bug 55978 Initial call to onWritePossible() not made by container when using HTTP upgrade | When using a WriteListener and non-blocking IO with the Servlet async API, the container makes the first call to onWritePossible() as per the spec. When using a WriteListener and non-blocking IO with the Servlet HTTP upgrade API the container does not make the initial call to onWritePossible(). When fixing this bug it ... | 2014-01-08 10:37:25 | 1,389,200,000 | resolved fixed | bd24edc | 1,389,350,000 | java/org/apache/coyote/AbstractProtocol.java java/org/apache/coyote/http11/upgrade/AbstractProcessor.java java/org/apache/coyote/http11/upgrade/AbstractServletOutputStream.java java/org/apache/coyote/http11/upgrade/AprServletOutputStream.java java/org/apache/coyote/http11/upgrade/BioServletOutputStream.java java/org/ap... | Tomcat |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.