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 |
|---|---|---|---|---|---|---|---|---|---|---|
2,161 | 174,467 | Bug 174467 Drag source image effect does not appear on OSX | null | 2007-02-16 11:56:50 | 1,171,650,000 | resolved fixed | 3ab56b5 | 1,171,660,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java | SWT |
2,162 | 112,724 | Bug 112724 [OLE] OleClientSite.doVerb cause JVM crash | null | 2005-10-14 22:23:43 | 1,129,340,000 | resolved fixed | 4cee151 | 1,171,660,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java | SWT |
2,163 | 133,161 | Bug 133161 Table/Tree inconsistency with sorted column bg color when adding PaintItem listeners | The Tree has the sorted column background colour, but the Table does not, when adding PaintItem/MeasureItem/EraseItem listeners. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final int columns = 3; final int ite... | 2006-03-24 10:51:08 | 1,143,220,000 | resolved fixed | 7c6a6a5 | 1,171,420,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
2,164 | 173,666 | Bug 173666 Expandbar treats any mouse click as a left click | Build id: I20070208-2030 Steps: 1. Open Control example 2. Choose 'ExpandBar' tab 3. Enable 'Popup Menu' 4. Right click on a title bar, such as "What is your favorite button?" Notice that the right click is understood and a popup menu appears, but the click is also treated as a left click and causes the bar to expand/c... | 2007-02-09 11:43:52 | 1,171,040,000 | resolved fixed | f69868f | 1,171,390,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/expand/org/eclipse/swt/widgets/ExpandBar.java | SWT |
2,165 | 172,843 | Bug 172843 [Program] Notes bookmark URL cannot be launched by swt for Linux-GTK | On Linux, swt for gtk assumes all the file names and urls contain a '.'. So org.eclipse.swt.program.Program.launch will check if fileName contains '.' first. For the filenames with '.', swt will call gnome's native function to launch this file. Or else, this fileName is considered as a program and executed by Compatibi... | 2007-02-05 05:07:48 | 1,170,670,000 | verified fixed | 425813d | 1,171,310,000 | bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java bundles/org.eclipse.swt/Eclipse SWT Program/motif/org/eclipse/swt/program/Program.java | SWT |
2,166 | 170,907 | Bug 170907 Right click a shell of SWT.NO_FOCUS and ON_TOP to bring up a context menu will trigger a shell deactivated event | Build ID: M20070112-1200 Steps To Reproduce: 1. New a shell with SWT.NO_FOCUS|ON_TOP from the workbench 2. Add shell listener to this shell to listen shellDeactivated event 3. Add a context menu to this shell 4. On right click the shell, while showing the context menu, a shellDeactivated event is triggered. More inform... | 2007-01-18 09:18:14 | 1,169,130,000 | resolved fixed | 13c959d | 1,171,310,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/Menu.java | SWT |
2,167 | 173,089 | Bug 173089 SWT Toggle Buttons on CoolBar keep pressed. | It isn't a critical bug. Even in Eclipse 3.2.1 Build id: M20060921-0945 you can reproduce it. Move your mouse over any coolbar with toogle buttons. Now press your second mouse button (suddenly, the right button) and, without release it, you can see that only that CoolBar buttons will be affected. Now, without release i... | 2007-02-06 10:36:01 | 1,170,780,000 | resolved fixed | e058e63 | 1,171,300,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java | SWT |
2,168 | 173,846 | Bug 173846 Table's FULL_SELECTION does not work correctly on custom draw table with background color | Clicking on area that is not on first column does NOT select the row. This happens for custom-draw table, with FULL_SELECTION style and background color. Run this example. Click on a table row on any column, except first. See that row is NOT selected. Only when click is on item's text itself, the row is selected. Now, ... | 2007-02-12 05:40:10 | 1,171,280,000 | resolved fixed | 0065087 | 1,171,300,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
2,169 | 132,304 | Bug 132304 Table: FULL_SELECTION focus outline too short when background image set | SWT-win32, v3228 The focus rectangle is not wide enough when a background image is set on a FULL_SELECTION table. See snippet and screenshot. --- import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class TableFocusTest { public static vo... | 2006-03-17 05:27:05 | 1,142,590,000 | resolved fixed | 4dfb9b2 | 1,171,060,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,170 | 173,670 | Bug 173670 Disabling Controls does not prevent popup menu from functioning | Build id: I20070208-2030 Steps: 1. On a mac, open a control such as Group 2. Check "Popup Menu" and uncheck "Enabled" 3. Right click in the Group area. Notice that a popup menu appears. On other platforms (Windows, Linux) disabling a control also prevents the popup menu from appearing. On the mac, this is apparent with... | 2007-02-09 12:06:42 | 1,171,040,000 | resolved fixed | bd612a2 | 1,171,050,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java | SWT |
2,171 | 172,918 | Bug 172918 Drag not working in I20070205-0009 | Dragging views doesn't work in this build. Occasionally you'll get the ability to drag a view to a new place but what happens is that a different view is dragged. After this you cannot drag at all - you get the drag rectangle with the X cursor. It is sometimes the case that you're in this state right from the get-go. | 2007-02-05 16:15:52 | 1,170,710,000 | resolved fixed | 038b9c7 | 1,170,880,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java | SWT |
2,172 | 172,888 | Bug 172888 Caret disapears on 'Go to Line...' | null | 2007-02-05 12:13:27 | 1,170,700,000 | verified fixed | c067849 | 1,170,720,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java | SWT |
2,173 | 144,709 | Bug 144709 toolkit.createText for SWT.MULTI widgets don't draw a border as they should on OS X | FormToolkit created multi-line text fields don't draw a border | 2006-05-31 12:09:28 | 1,149,090,000 | verified fixed | 32ca2a3 | 1,170,460,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
2,174 | 154,944 | Bug 154944 Holding mouse down on Table blocks Display.asyncExec and syncExec | Hold the mouse down on a table so that a MouseDown event isn't triggered (don't move the mouse or release the button). All runnables submitted with Display.asyncExec and/or Display.syncExec pile up in the queue until the MouseDown is triggered. This only appears to be an issue with Table. Here's a sample: -------------... | 2006-08-23 17:46:57 | 1,156,370,000 | resolved fixed | cabce7a | 1,170,450,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
2,175 | 169,048 | Bug 169048 NullPointerException in Scrollable when parent=null | SWT 3230 GTK (no NPE on win32): Move the scrollbar in this snippet: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(SWT.H_SCROLL); ScrollBar hscroll = shell.getHorizontalBar(); hscroll.setMinimum(0); hscroll.setMaximum(500); shell.setBounds(50, 50, 300, 200); shell.open... | 2006-12-25 14:20:17 | 1,167,070,000 | resolved fixed | 291191e | 1,170,370,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scrollable.java | SWT |
2,176 | 166,483 | Bug 166483 [Progress] Random shells come to the front when compare editor shows progress dialog | [I20061128-0800] Sometimes, when opening a compare editor from the sync view, other random shells (e.g. Firefox, Notes...) come to the front. This seems to be related to showing progress in a dialog. It does not happen if the compare results are displayed fast enough. | 2006-12-01 09:09:17 | 1,164,980,000 | resolved fixed | 7fcc91e | 1,170,360,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java | SWT |
2,177 | 172,537 | Bug 172537 No coloured cursor on GTK | null | 2007-02-01 13:30:29 | 1,170,350,000 | resolved fixed | 3c08b85 | 1,170,350,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/graphics/Cursor.java | SWT |
2,178 | 172,175 | Bug 172175 [DND] StyledText.getSelection() not valid during DnD? | null | 2007-01-30 10:13:05 | 1,170,170,000 | verified fixed | 6898cc9 | 1,170,280,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextDropTargetEffect.java | SWT |
2,179 | 167,744 | Bug 167744 Vista Tracker incredibly slow | Using the Vista Aero theme try dragging a view with its own stack (for the best effect use the bottom stack in the Java perspective or anyother one with a few tabs). You should see an XOR rect as the insertion feedback. On my dual 3Ghz processor / 3GB box it's about 1/2 a sec per rectangle draw. This drawing is done by... | 2006-12-12 16:26:52 | 1,165,960,000 | resolved fixed | 20653c6 | 1,170,260,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java | SWT |
2,180 | 172,179 | Bug 172179 Display.post(Event) with SWT.MouseMove moves to wrong location | Build ID: M20060921-0945 Steps To Reproduce: Create a simple SWT application (one is attached) that uses Display.post(Event) with Event type SWT.MouseMove to move the mouse to each x and/or y display coordinate. After each move, use Display.getCursorLocation() to find out where the cursor actually ended up. You will fi... | 2007-01-30 10:37:17 | 1,170,170,000 | closed fixed | 15e21f2 | 1,170,200,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java | SWT |
2,181 | 158,746 | Bug 158746 Canvas#scroll forces an update - any way around this besides setRedraw(false) | null | 2006-09-26 09:55:05 | 1,159,280,000 | resolved fixed | 3588f4a | 1,170,190,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,182 | 172,001 | Bug 172001 Javadoc warnings in N20070129-0010 | /builds/N200701290010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java:1567: warning - @param argument "string" is not a parameter name. | 2007-01-29 08:31:46 | 1,170,080,000 | resolved fixed | 3327002 | 1,170,090,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
2,183 | 171,358 | Bug 171358 [browser] exception thrown when JS call "confirm" in a frameset structure | Build ID: Eclipse 3.3 M4 Steps To Reproduce: Env: - Suse Linus ED10 - XULRUnner 1.8.0.1 shipped with sled10 - Eclipse 3.3M4/Eclipse 3.2.2 1. Open Eclipse, show view "Intenet Web Browser". 2. Visit a web page with frameset structure.(See attached sample html files) 3. Click the "confirm" button. 4. An exception is thown... | 2007-01-23 03:27:19 | 1,169,540,000 | verified fixed | 6d236d6 | 1,169,850,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/PromptService.java | SWT |
2,184 | 168,384 | Bug 168384 Problem with grayed disabled button image | SWT 3.3M4 seems to have problems with making button images gray when button is disabled. I attach here two images, one with SWT 3.3M4 and one with 3.2.1. | 2006-12-18 01:48:51 | 1,166,420,000 | resolved fixed | b0714f0 | 1,169,740,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java | SWT |
2,185 | 170,571 | Bug 170571 Warnings in SWT launcher sample | There are two warnings in org.eclipse.swt.examples.launcher in HEAD. I will provide a patch. | 2007-01-15 19:47:29 | 1,168,910,000 | resolved fixed | 7d60199 | 1,169,660,000 | examples/org.eclipse.swt.examples.launcher/src/org/eclipse/swt/examples/launcher/LauncherPlugin.java | SWT |
2,186 | 150,751 | Bug 150751 In GTK, setBackgroundImage and setBackgroundMode failed when children setForeground | gtk version: 2.4.9 I want a label with colored foreground and a background image that inherit from its parent, but failed. public class TestLabelBackground { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setBackgroundImage(new Image(null, TestLabelBack... | 2006-07-16 09:33:54 | 1,153,060,000 | resolved fixed | 7898e50 | 1,169,590,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
2,187 | 170,973 | Bug 170973 [Program] Error when opening word and excel documents | To reproduce using Word: - Set external editor for .doc files to "Microsoft Word Document" in file association preferences - Select a word document in Navigator (file can be linked or directly contained within the project) and open - Word will open but displays an error "Word experienced an error trying to open the fil... | 2007-01-18 16:08:36 | 1,169,150,000 | resolved fixed | 9169eab | 1,169,570,000 | bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java | SWT |
2,188 | 171,278 | Bug 171278 patch for org.eclipse.swt.win32.wce_ppc.arm/build_custom.xml | to address compile error Sonia and I looked at the custom build script and it is missing some elements that exist in the generated build scripts. Please release the patch and I will start a test build to ensure that the build doesn't fail tonight. | 2007-01-22 14:11:05 | 1,169,490,000 | resolved fixed | cd3e82e | 1,169,530,000 | bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java | SWT |
2,189 | 155,817 | Bug 155817 [Viewers] Treeview expand/collapse ignores somewhat quick + and - clicks (doubleclicks) | - eclipse-SDK-3.2-win32.zip - Windows XP - Sun JDK 1.5.0 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64) Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode) Clicking on + then - in a tree view ignores successive clicks if they are less than about half a second apart. This is not a problem in nat... | 2006-08-31 09:40:06 | 1,157,030,000 | verified fixed | 3759191 | 1,169,490,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,190 | 170,813 | Bug 170813 getSelection() method for VIRTUAL Tree returns max. eight items | null | 2007-01-17 13:55:32 | 1,169,060,000 | resolved fixed | 958ee7a | 1,169,130,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,191 | 170,900 | Bug 170900 javadoc warnings in N200701180010 | /builds/N200701180010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/TreeDragSourceEffect.java:43: warning - @param argument "table" is not a parameter name. /builds/N200701180010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/com... | 2007-01-18 08:17:22 | 1,169,130,000 | resolved fixed | faa9501 | 1,169,130,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/TreeDragSourceEffect.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/DragDetectEvent.java | SWT |
2,192 | 170,785 | Bug 170785 Table Headers getting random images on Vista when cycling through sort indicator | null | 2007-01-17 11:06:34 | 1,169,050,000 | resolved fixed | f47b3e2 | 1,169,060,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java | SWT |
2,193 | 167,748 | Bug 167748 Program class incorrectly escapes already-escaped characters on Mac | I20061212-0010 If I open help from a welcome link for a specific topic, for example, everything shows up fine except for the images in the topic. I get the placeholder image icons. If I sync with toc and click on the topic in the toc, the images show up. | 2006-12-12 16:41:26 | 1,165,960,000 | resolved fixed | 0b2d32b | 1,168,980,000 | bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java | SWT |
2,194 | 167,656 | Bug 167656 Text widget has inconsistent font sizes on the mac | Some of the section descriptions in the plugin editor are cut off. The fonts used in these sections also seem to be a bit large and may be contributing to the problem. I'm not sure if this should be logged against UA or PDE... screencap of one such section forthcoming. | 2006-12-12 10:32:36 | 1,165,940,000 | resolved fixed | 08808ec | 1,168,970,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
2,195 | 170,463 | Bug 170463 javadoc warning in N20070115-0010 | null | 2007-01-15 08:40:39 | 1,168,870,000 | resolved fixed | 1aebb88 | 1,168,900,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetEvent.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DropTarget.java | SWT |
2,196 | 166,760 | Bug 166760 [browser]RedHat EL4Update4, swt.browser cannot show with installed xulrunner 1.8.0.1 | null | 2006-12-05 04:20:46 | 1,165,310,000 | verified fixed | bf78cbe | 1,168,880,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/GREVersionRange.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOMGlue.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOMInit.java bundles/org.eclip... | SWT |
2,197 | 169,784 | Bug 169784 org.eclipse.swt.widgets.Link does not fire SelectionEvents | null | 2007-01-07 09:32:50 | 1,168,180,000 | resolved fixed | 14cded5 | 1,168,390,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Link.java | SWT |
2,198 | 169,845 | Bug 169845 Mac OS X SWT: extremely slow behavior of Table with larger numbers of items | Build ID: I20061214-1445 Steps To Reproduce: 1.Modify Snippet38 to have count = 5000 2.Run it 3.On Linux, for example, it takes about 5 seconds for the initial window to come up, which is acceptable, but on Mac OS X it takes 9 full minutes. Tests performed on reasonably recent hardware. Tested using SWT drops: I2006121... | 2007-01-08 10:54:00 | 1,168,270,000 | resolved fixed | 62c9da7 | 1,168,390,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java | SWT |
2,199 | 147,518 | Bug 147518 StyledText down arrow (cursor) broken | In StyledText with wrapped text when the cursor is in the first column (before the first letter), when the one attempts to move the cursor down via the arrow keys it will only move down one visual line. If the cursor is moved to the second column (after the first letter) then the cursor can be moved down with the arrow... | 2006-06-16 16:28:06 | 1,150,490,000 | resolved fixed | 04edb15 | 1,168,040,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,200 | 167,391 | Bug 167391 Accessible.get_accSelection(int pvarChildren) has error when multiple items are selected | Build ID: 3.2 Steps To Reproduce: 1. add AccessibleControlListener to a custom control, and implement getSelection(AccessibleControlEvent e) method 2. Return CHILDID_MULTIPLE when multiple children are selected, and return an array of childIDs in the children field. 3. In inspect32, selection has error as below. It can... | 2006-12-11 04:24:50 | 1,165,830,000 | resolved fixed | 4a4c1b3 | 1,168,030,000 | bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java | SWT |
2,201 | 164,355 | Bug 164355 Horizontal scrolling occurs when calling Tree.setTopItem() | This can be seen in the Launch Configurations dialog. Will attach a snippet. | 2006-11-13 12:30:49 | 1,163,440,000 | resolved fixed | 2cf6415 | 1,167,920,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,202 | 168,043 | Bug 168043 SWT_AWT not working in CTabFolder with JDK 6 on Linux | If a SWT_AWT.newFrame is embedded into CTabFolder, the SWT_AWT frame is not rendered. It works if CTabFolder is replaced with TabFolder. In WinXP everything is ok. Works also fine in JDK 1.5.0_09. Failing Linux configuration: Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b10... | 2006-12-14 06:57:14 | 1,166,100,000 | resolved fixed | 0172f28 | 1,167,860,000 | bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java bundles/org.eclipse.swt/Eclipse SWT AWT/motif/org/eclipse/swt/awt/SWT_AWT.java | SWT |
2,203 | 186,043 | Bug 186043 Stochastic disease model needs to be modeled explicitly | The stochastic disease model needs to be modeled in the "standard" disease models. | 2007-05-08 17:38:34 | 1,178,660,000 | closed fixed | 918e592 | 1,167,860,000 | bundles/org.eclipse.swt/Eclipse SWT AWT/motif/org/eclipse/swt/awt/SWT_AWT.java | SWT |
2,204 | 169,413 | Bug 169413 [Viewers] SWT/JFace TableEditors don't work in 3.3M4 on OSX | Build ID: I20061214-1445 Steps To Reproduce: After upgrading to SWT and JFace 3.3M4, neither the JFace table editing snippets (Snippet019TableViewerAddRemoveColumnsWithEditingNewAPI, Snippet018TableViewerAddRemoveColumnsWithEditing) nor the SWT snippets (Snippet124) work on OS X anymore. This, of course, is not limited... | 2007-01-03 06:44:56 | 1,167,820,000 | resolved fixed | 47ec8ba | 1,167,850,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java | SWT |
2,205 | 168,821 | Bug 168821 Eclipse will crash with message "Widget is disposed". | Environment: MacOSX 10.4.8(PowerPC), java 1.5.0_06, Eclipse SDK 3.3M3 Steps to reproduce bug: 1. Eclipse > Preferences... > Team > CVS > SSH2 Connection Method > Key Management 2. Press "Generate DSA Key..." 3. Select the textfield for "Confirm passphrase:". 4. Press "Ok" button The error log has following line, !MESSA... | 2006-12-21 03:24:43 | 1,166,690,000 | resolved fixed | a98ddf7 | 1,166,730,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabItem.java | SWT |
2,206 | 168,700 | Bug 168700 [OpenModes] Double clicks not working in N20061220-0010 | Double clicks no longer work in most views: Package explorer, Search view, Problems view, etc. It's in the nightly build N20061220-0010 PW | 2006-12-20 10:01:25 | 1,166,630,000 | verified fixed | df62042 | 1,166,660,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
2,207 | 168,444 | Bug 168444 NPE when using mouse to select next editor | Build ID: I20061214-1445 Steps To Reproduce: 1. Trigger next editor popoup (mapped to ctrl-tab for me) 2. Release Tab 3. Click one of the open editors in the popup (I only had two open) 4. NPE reported More information: java.lang.NullPointerException at org.eclipse.swt.widgets.Widget.kEventControlTrack(Widget.java:1068... | 2006-12-18 14:10:32 | 1,166,470,000 | resolved fixed | 244083c | 1,166,640,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java | SWT |
2,208 | 166,548 | Bug 166548 SashForm no longer working on OSX | Build ID: I20061129-1340 Steps To Reproduce: The following snippet no longer works using the latest nightly builds. It did on SWT 3.3M3 and prior. Run the snippet and try to drag the sash. The sash does not move. 1/2 the time the cursor doesn't even change. public class SashFormTest { public static void main(String[] a... | 2006-12-01 15:08:36 | 1,165,000,000 | resolved fixed | 0f2db3d | 1,166,480,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Sash.java | SWT |
2,209 | 168,314 | Bug 168314 Snippet 252 a bit confusing | Snippet 252 (the one posted on the N&N for M4) sets a line width of 1/2. Since these are both integers, it does the division first and then the cast. This sets the line style to 0.0. I assume (since the N&N says something about fractional line width) you meant 1/2f. | 2006-12-16 02:52:34 | 1,166,260,000 | resolved fixed | c6bc47d | 1,166,460,000 | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet252.java | SWT |
2,210 | 167,872 | Bug 167872 HandleLeak in Font.getFontData() | Build ID: M20060921-0945 Steps To Reproduce: 1. Create a small SWT project 2. Open the windows task manager, make the GDI object column visible 3. Add FontData fontData = getFont().getFontData()[0]; to the code 4. Debug to the inserted line, when you step over the GDI object count is incremented but there is no possibi... | 2006-12-13 11:05:29 | 1,166,030,000 | resolved fixed | c96aa82 | 1,166,110,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java | SWT |
2,211 | 167,991 | Bug 167991 Javadoc warnings in I20061213-1800 | /builds/I200612131800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/LineAttributes.java:46: warning - Tag @see: Class or Package not found: org.eclipse.swt.SWT.LINE_CUSTOM /builds/I200612131800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse ... | 2006-12-13 23:01:57 | 1,166,070,000 | resolved fixed | dca6076 | 1,166,110,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/LineAttributes.java | SWT |
2,212 | 164,493 | Bug 164493 StyledText doesn't support advanced text services for Korean IME | null | 2006-11-14 11:56:31 | 1,163,520,000 | resolved fixed | a635ae6 | 1,166,050,000 | bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OSVERSIONINFOEX.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OSVERSIONINFOEXA.java bundles/org.eclipse.swt/Eclipse SWT PI/wi... | SWT |
2,213 | 166,547 | Bug 166547 disposing tree columns creates 2 vertical scrollbars | I20061129-1340 When I toggle "show columns" in the variables view and a vertical scroll bar is present - I end up with two vertical scroll bars when no columns are showing. | 2006-12-01 15:07:12 | 1,165,000,000 | resolved fixed | 6fe1815 | 1,166,050,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,214 | 167,476 | Bug 167476 Text verify event fields different between GTK and every other platform | - Run the following snippet on GTK - Type 1 to overwrite the selected xx - See the word "BOGUS" in the Console. If you run this on any other platform, "BOGUS" is not printed. import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.events.*; public class TextVe... | 2006-12-11 14:42:39 | 1,165,870,000 | resolved fixed | 4a34d65 | 1,165,880,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java | SWT |
2,215 | 167,219 | Bug 167219 NPE in org.eclipse.swt.widgets.Menu._setVisible | Found the following in my log file. No steps to reproduce. java.lang.NullPointerException at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:199) at org.eclipse.swt.widgets.Display.runPopups(Display.java:3489) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3071) | 2006-12-08 05:07:17 | 1,165,570,000 | resolved fixed | 9fb3536 | 1,165,610,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java | SWT |
2,216 | 166,971 | Bug 166971 Read only text widget renders background differently with WIN XP Theme | The text widget that describes the contents of the page on a properties page needs to be made transparent instead of just gray. Setting the background to gray does not work under Windows XP default theme which renders the tabs a lighter shade of gray. Will attach a screen shot. The text widget has the SWT.READ_ONLY bit... | 2006-12-06 12:04:50 | 1,165,420,000 | resolved fixed | 2d17267 | 1,165,610,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
2,217 | 166,942 | Bug 166942 Application does not start maximized if setMaximized called before Shell.open() | Build ID: 3.3.0 I20061102-1715 Steps To Reproduce: 1. Create a SWT application 2. call setMaximized(true) before shell.open() 3. Start the application, window does not ge maximized More information: The maximized state could be set before shell.open() and the application window was shown maximized when shell.open was c... | 2006-12-06 06:43:18 | 1,165,410,000 | resolved fixed | c72fdbd | 1,165,430,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/Shell.java | SWT |
2,218 | 158,982 | Bug 158982 Table Headers getting random images on Vista | I20060926 Beta 2 The tasks view is getting random (i.e. they are not even in the ide plug-in) extra images assigned to the table headers. This is the only one of the marker views that has header images (it is fine in the ones we set explicitly) and it is not an issue in the others. I will attach a screenshot | 2006-09-27 11:28:26 | 1,159,370,000 | verified fixed | 6369ca4 | 1,165,360,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java | SWT |
2,219 | 166,793 | Bug 166793 Custom-Drawing Selection-Color not working on col = 0 with sorting | SWT 3.3 M3 I noticed that its not possible to override the selection-color for the first column, when this column was set as sorting-column. In the following snippet, simply change the setSortColumn() to use the second column and its working as expected. Consider this snippet: public class Main { public static void mai... | 2006-12-05 10:48:33 | 1,165,330,000 | resolved fixed | 32ed251 | 1,165,340,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,220 | 165,036 | Bug 165036 Strange table coloring on Vista | Build: I20061114 Tables in Vista are drawing strangely. The first column sometimes has a different background color, and the blue selection bar doesn't span to the first column. I'll attach a screen shot. | 2006-11-17 15:34:06 | 1,163,800,000 | resolved fixed | 9d69793 | 1,165,020,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/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,221 | 165,712 | Bug 165712 Create wrapper Shell around existing handle | In support of the new launcher (bug ) we need to be able to create a shell using an existing handle from a window that was created natively (in the same process and thread) | 2006-11-23 15:57:58 | 1,164,320,000 | resolved fixed | fec0d69 | 1,165,010,000 | bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java bund... | SWT |
2,222 | 82,272 | Bug 82272 List returned by Device#getFontList(...) has a lot of repetition | I am trying to create a Font combo (like in MS Word), and am using getFontList (...) to get the font names. The first problem is that several FontDatas with the same name are returned. While most of these FontDatas vary slightly, some are identical (the first two in the following list, for instance). 1|Arial CE|24|0|WI... | 2005-01-05 14:04:43 | 1,104,950,000 | resolved fixed | cded08d | 1,165,000,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Font.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/FontData.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java | SWT |
2,223 | 75,812 | Bug 75812 [browser] Cursor over Safari Browser does not change | Hi, using the browser snippet from the snippet section, hovering over a Link with the mouse does not change the Cursor to the Hand Cursor. Running Safari standalone however shows the hand cursor. Ben | 2004-10-07 11:57:02 | 1,097,160,000 | resolved fixed | 2329406 | 1,165,000,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java | SWT |
2,224 | 166,479 | Bug 166479 Javadoc warnings in N20061130-2300 | /builds/N200611302300/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/LineAttributes.java:97: warning - Parameter "join" is documented more than once. | 2006-12-01 08:48:58 | 1,164,980,000 | resolved fixed | 07b913c | 1,164,990,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/LineAttributes.java | SWT |
2,225 | 158,903 | Bug 158903 org.eclipse.swt.internal.Library needs a way to override java.library.path | Bundling SWT with your application is a good way to deploy an SWT-based app without requiring the user to do a bunch of install work. Unfortunately, there's a hole in the deployment story at the moment-- in order to get the SWT native libs to load, the user of your Java code has to supply a correct java.library.path. T... | 2006-09-26 21:02:01 | 1,159,320,000 | resolved fixed | 3f4f119 | 1,164,920,000 | bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java | SWT |
2,226 | 166,264 | Bug 166264 CTabItem unnecessarily redraws entire Tab on setImage() | null | 2006-11-29 16:28:27 | 1,164,840,000 | resolved fixed | 8d23aaa | 1,164,910,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java | SWT |
2,227 | 155,655 | Bug 155655 [DND] 'Alt' does not request DROP_LINK | null | 2006-08-30 05:53:09 | 1,156,930,000 | resolved fixed | 3092848 | 1,164,140,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DropTarget.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java | SWT |
2,228 | 162,198 | Bug 162198 DnD removes selection and moves caret | I20061024-1200 StyledText DnD removes selection and moves caret if it acts as text DnD source and DnD target at the same time. 1. modify Snippet210.java to have only one text widget which acts as drag source and as drop target 2. start the snippet twice 3. select some text one window and copy+drag it to the other ==> s... | 2006-10-25 08:53:50 | 1,161,780,000 | verified fixed | 023b007 | 1,163,540,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DragAndDropEffect.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/NoDragAndDropEffect.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DropTarget.java bundles/org.eclipse.swt/Ec... | SWT |
2,229 | 163,824 | Bug 163824 When expanding tree in variables view, icon does not show expanded | 1) Variables View tree must have enough elements visible so that scrolling is needed. 2) Scroll so that an unexpanded tree item is at the very bottom of the visible area. 3) Try to expand the last visible item. 4) The + icon does not change to a - icon, but the item is expanded. Screenshots to follow. | 2006-11-08 11:30:07 | 1,163,000,000 | resolved fixed | fa7846f | 1,163,180,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java | SWT |
2,230 | 158,831 | Bug 158831 SWT Spinner selection value error | I am getting really strange values of Spinner.getSelection(). I set up the spinner in the following way (tested on Snippet190): spinner.setDigits(1); spinner.setMinimum(0); spinner.setMaximum(10000); spinner.setIncrement(1); spinner.setSelection(0); I get the result of selection 7 two times i.e. for 7th and 8th positio... | 2006-09-26 15:05:36 | 1,159,300,000 | resolved fixed | fa01908 | 1,163,020,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Spinner.java | SWT |
2,231 | 79,084 | Bug 79084 Load TrueType fonts directly from a file.. | In AWT a TrueType font file can be loaded directly into a Font object; File ttfFile = new File("MICR E13B Normal.ttf"); FileInputStream fis = new FileInputStream(ttfFile); Font font = Font.createFont(Font.TRUETYPE_FONT, fis); This functionality is important with applications that display financial documents because sec... | 2004-11-19 11:14:58 | 1,100,880,000 | resolved fixed | 452fbe8 | 1,163,020,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Device.java bund... | SWT |
2,232 | 163,594 | Bug 163594 Program.launch doesn't work on OSX | The code for Program.launch for Mac wraps the file in a "file://" + param. The param is not encoded in any way, so it fails on files with spaces. The the very least, a replaceAll(" ", "%20") is needed. Possibly a URLEncoder.encode() as well. SWT 3.3M2 | 2006-11-06 15:56:59 | 1,162,850,000 | resolved fixed | 01ac6ad | 1,162,920,000 | bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java | SWT |
2,233 | 36,070 | Bug 36070 no mouse move in button when dragging | Eclipse 2.1 Run the following example. Click down with the left mouse button in the button and drag the mouse. There are no mouse move events while the mouse button is down. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); Button b = new Button(shell, SWT.BORDE... | 2003-04-04 09:49:01 | 1,049,470,000 | resolved fixed | 981f2e3 | 1,162,850,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Menu.java bundle... | SWT |
2,234 | 91,666 | Bug 91666 Emulated CCombo vs. native Combo | null | 2005-04-16 18:13:09 | 1,113,690,000 | resolved wontfix | 6087c1f | 1,162,850,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
2,235 | 161,550 | Bug 161550 Expanding a TreeItem on Mac OS X fires MouseUp-MouseDown in the wrong order | Run the snippet below. Click somewhere in the Tree NOT on an expansion handle. Notice the events come in the expected order of MouseDown, MouseUp. Now expand the root node of the tree. Notice the events come in the reverse order of MouseUp, MouseDown. public class SimpleTreeTest { public static void main(String args[])... | 2006-10-19 07:12:02 | 1,161,260,000 | resolved fixed | b582abc | 1,162,580,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/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Slider.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Spinner.java bu... | SWT |
2,236 | 161,809 | Bug 161809 [OpenGL] Mac GLCanvas does not immediately update GL state upon resize | The fixBounds method gets asyncExec'ed when a resize, hide or show event occurs... is there any reason this can't be called immediately? The problem is that I receive notification of the resize and try to draw to the canvas, but the drawing becomes invalid as soon as the fixBounds method gets called... fixBounds should... | 2006-10-20 18:25:18 | 1,161,380,000 | resolved fixed | 2f936f6 | 1,162,500,000 | bundles/org.eclipse.swt/Eclipse SWT OpenGL/carbon/org/eclipse/swt/opengl/GLCanvas.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java | SWT |
2,237 | 162,967 | Bug 162967 Last element of a tree doesn't expand on double-click | Using I20061031-0656, when I double-click on the last element of a tree, nothing happens. But if I double-click on the previous element, both expands. This can be seen in the package explorer or the synchronize view. | 2006-10-31 13:29:03 | 1,162,320,000 | resolved fixed | 043c304 | 1,162,320,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java | SWT |
2,238 | 139,711 | Bug 139711 Eclipse loses keyboard shortcuts on OSX | Beginning (I think) with 3.2 M5, Eclipse seems to lose the keyboard shortcut keys in some instances. I have yet to determine how exactly that happens, but from what I see, it has to do with switching to Eclipse from other applications. This means that the markers for the keys in the main menu and context menues are gon... | 2006-05-02 11:12:57 | 1,146,580,000 | resolved fixed | 0d27137 | 1,162,250,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java | SWT |
2,239 | 158,175 | Bug 158175 Java core [WM_BUTTONDOWN] when selecting a tree in Vista | Windows Vista Beta 2 Build I20060929 When I select the Outline View on Vista I periodically get a Java VM exception. I can't do this consistently (it happens every 2 hours or so). Here is the trace An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0... | 2006-09-21 12:51:58 | 1,158,860,000 | resolved fixed | 9ccf2b9 | 1,162,220,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,240 | 161,533 | Bug 161533 JVM crash [Tree.setSelection] because SWT (Vista?) error | null | 2006-10-19 04:58:31 | 1,161,250,000 | resolved fixed | 3419474 | 1,161,980,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,241 | 162,146 | Bug 162146 [Browser] Appending to stream hangs the SWT Browser | null | 2006-10-24 17:15:36 | 1,161,720,000 | closed fixed | 037eee8 | 1,161,960,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/motif/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java | SWT |
2,242 | 162,411 | Bug 162411 setExpanded(false) doesn't work when tree item is not visible (regression) | Build: I20061024 1) Expand a project with many children in the Navigator or Package Explorer view 2) Scroll the view down so that the project root tree item is not visible, but the children are still visible 3) Click "Collapse All" in the view tool bar. -> Nothing happens. The root element only collapses if it is visib... | 2006-10-26 11:08:59 | 1,161,880,000 | resolved fixed | e305889 | 1,161,900,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java | SWT |
2,243 | 162,084 | Bug 162084 Tree.setRedraw(true) doesn't redraw | I20061024-0800 The Package Explorer no longer refreshes in certain scenarios. This is a blocker since the Package Explorer is unusable. Test Case: 1. expand some elements 2. click on the 'Collapse All' local tool bar button ==> tree doesn't collapse | 2006-10-24 10:28:09 | 1,161,700,000 | resolved fixed | dfdd831 | 1,161,700,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,244 | 159,586 | Bug 159586 Need a way to expand TreeItems without causing scrolling | For the filtered tree that is showing up in more and more places in the UI (for example, in the preferences dialog, or the show view dialog), we would like to be able to expand the tree once it is filtered so that the user can see all matches. On Windows XP, TreeItem.setExpanded(true) scrolls the expanded item into vie... | 2006-10-03 09:47:19 | 1,159,880,000 | resolved fixed | c964a36 | 1,161,640,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java | SWT |
2,245 | 153,448 | Bug 153448 Tree.setRedraw(true) causes the drawing operations to be ignored on solaris | The following code behaves like setRedraw(false) was called: Tree tree = new Tree(composite, SWT.BORDER | SWT.CHECK); ... (add tree items) tree.setRedraw(true); After call to setRedraw(true), user cannot check and/or select tree items (the check status can be readed using getChecked(); but is not displayed - as if redr... | 2006-08-10 11:23:46 | 1,155,220,000 | resolved fixed | 106e75d | 1,161,190,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/emulated/... | SWT |
2,246 | 154,429 | Bug 154429 [64] HotSpot Virtual Machine error while starting eclipse3.3M1 | null | 2006-08-19 06:41:48 | 1,155,980,000 | resolved fixed | d8d47f3 | 1,161,120,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java | SWT |
2,247 | 153,196 | Bug 153196 Paint example draws lots of garbage on mac | When I try the paint example on the mac (double click on tab to maximize the view), I see all kinds of garbage being drawn while I'm using it. For example: - The shape tools (line, square, circle) draw two copies.. one at the pointer and another about 100 pixels up and 20 pixels left. - The pencil doesn't draw where th... | 2006-08-08 17:54:54 | 1,155,070,000 | resolved fixed | 858cbea | 1,161,010,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java | SWT |
2,248 | 151,142 | Bug 151142 pixel corruptions in table with Check flag and Images | swt 3.2 / head 20060719 windows vista beta 2 build 5384 the smaller the image the worse it looks, with image 32x32 you can not see the problem. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); Table table = new Table (shell, SWT.CHECK); int size = 3... | 2006-07-19 17:20:43 | 1,153,340,000 | resolved fixed | 4690e71 | 1,160,750,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
2,249 | 160,647 | Bug 160647 Table widget leaks | null | 2006-10-12 05:36:25 | 1,160,650,000 | resolved fixed | 6bed35f | 1,160,670,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
2,250 | 105,764 | Bug 105764 org.eclipse.swt.custom.ControlEditor.computeBounds() is package private | Suppose I've developed a custom SWT control called Grid, which is an alternative to the Table control. To support in-place cell editing, I would like to also develop a GridEditor, which should be similar in spirit to the existing org.eclipse.swt.custom.TableEditor. My GridEditor should inherit from ControlEditor in ord... | 2005-08-02 06:07:54 | 1,122,980,000 | resolved fixed | 8eb1bb4 | 1,160,520,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ControlEditor.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java bundles/org.eclipse.... | SWT |
2,251 | 155,451 | Bug 155451 Bad drawing in Tree and Table | This happens in 3.2 and HEAD. 1) Run ControlExample 2) Select Tree or Table tab 3) select SWT.MULTI radio button First problem, the tree/table is gray instead of white 4) Ctrl+select items 0, 1, 2, 1 (again) in that order, note that item draws badly (no string). The Tree also draws badly if you expand after selecting. | 2006-08-28 15:24:48 | 1,156,790,000 | resolved fixed | 0d74a1a | 1,159,800,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/emulated/tr... | SWT |
2,252 | 158,790 | Bug 158790 external browser can't be found on Redhat | Ciao :) Following situation: - RHEL4, U3: start eclipse - SWT style welcome shows up, but the css one should for linux! - Window->Preferences->General->Web Browser shows: "Default system Web browser" as only option for an external browser, internal browser is disabled. - An Error Log has been generated in the mean time... | 2006-09-26 11:58:57 | 1,159,290,000 | resolved fixed | 0e5598c | 1,159,560,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/motif/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/Browser.java | SWT |
2,253 | 158,970 | Bug 158970 Disabling parent Composite doesn't throw FocusOut for the focused child control | On OS X when disabling the parent of the focus control a FocusOut event doesn't get fired for the control losing focus. It looks like the issue is in the Control.forceFocus() and Display.getFocusControl(int). When the "oldFocus" control is attempted to be retrieved from the display the display will return null because ... | 2006-09-27 10:27:01 | 1,159,370,000 | verified fixed | 87e1d7f | 1,159,390,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Decorations.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
2,254 | 157,797 | Bug 157797 Improve javadoc of Control#addKeyListener(..) to tell about changed traversal behavior | I20060919-0010 - remove source attachment from rt.jar - open java.lang.Integer => Focus is nowhere => Tab, Ctrl+Tab, F12 all don't give the focus back In 3.2 the initial focus was on the editor tab. I would expect the focus to be on the Attach Source button (if it exists), or in the text area with the decompiled text. | 2006-09-19 08:59:41 | 1,158,670,000 | resolved fixed | ceedcf5 | 1,159,370,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/KeyEvent.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
2,255 | 103,809 | Bug 103809 WinCE: VM crash on Display.dispose() call | I have problem disposing a Display. When calling Display.dispose the VM crashes (unexpected exit or freeze). Im using swt-3.1-win32-wce_ppc-arm-j2se on a MDA2 PocketPC with IBM j9. A test with Gotive WinCE device and HHP device shows the same results. Here is my simple testcode: System.out.println("started"); Display d... | 2005-07-14 09:56:22 | 1,121,350,000 | resolved fixed | 31d850c | 1,159,310,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java bund... | SWT |
2,256 | 157,544 | Bug 157544 List: preferred width incorrect after items are removed | If a win32/x86 List widget uses the SWT.H_SCROLL style, its horizontal scroll width is not recomputed when items are removed. This causes two problems: 1. computeSize(SWT.DEFAULT,SWT.DEFAULT,true) may return a width that is too big. 2. The list continues to display a horizontal scrollbar even when it is no longer neces... | 2006-09-15 20:27:24 | 1,158,370,000 | resolved fixed | 8cc8a0e | 1,159,230,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java | SWT |
2,257 | 158,462 | Bug 158462 cleanup VerifyEvent constructor | current code: public VerifyEvent(Event e) { super(e); this.character = e.character; this.keyCode = e.keyCode; this.stateMask = e.stateMask; this.start = e.start; this.end = e.end; this.text = e.text; } super is: public KeyEvent(Event e) { super(e); this.character = e.character; this.keyCode = e.keyCode; this.stateMask ... | 2006-09-23 23:28:15 | 1,159,070,000 | resolved fixed | be914b6 | 1,159,210,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/VerifyEvent.java | SWT |
2,258 | 93,938 | Bug 93938 Combo displays selection range without focus | Editable Combos display their selection range even when they don't have focus. Text does not do this. Maybe this is just a bug in windows. It is confusing because it makes it hard to identify which control has keyboard focus. public static void main(String[] args) { Display display = new Display(); Shell shell = new Sh... | 2005-05-06 11:24:48 | 1,115,390,000 | resolved fixed | 863121f | 1,159,200,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/Combo.java | SWT |
2,259 | 158,411 | Bug 158411 Regression: Alt+Numpad keystrokes broken (Part 2) | null | 2006-09-23 04:27:36 | 1,159,000,000 | resolved fixed | eae7c08 | 1,159,200,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java | SWT |
2,260 | 156,943 | Bug 156943 TootlTip display error for negative location | I currently have a Dual monitor display with my main seondary monitor to the left of my main monitor. In order to display an error balloon, I determine the location of the balloon by the following code: Point textLocation = text.getLocation(); Point textSize = text.getSize(); textLocation = new Point(textLocation.x, te... | 2006-09-11 17:44:06 | 1,158,010,000 | resolved fixed | 3ad00be | 1,158,880,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolTip.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java | SWT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.