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,361 | 145,526 | Bug 145526 CTRL+F crashes JVM in Search panel. | ** Detail ** Using Eclipse 3.2 RC7, on JVM 1.5.0_04, on Linux 2.6.12-1 (Fedora Core 3) I'm editing a Java/Swing project using CVS. I know for a fact this has been happening since at least RC4; probably much earlier. ** Description ** After performing a Search on the project, focus the search panel which appears and try... | 2006-06-06 09:15:19 | 1,149,600,000 | verified fixed | 57937b2 | 1,149,710,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
2,362 | 140,500 | Bug 140500 3.2M6 OS X Label right justify jammed up on the right | SWT/OS X Label right justify jams the text right up on the right edge of the label versus some space when left justified. Works fine on Windows. Work around is to use CLabel, which handles this correctly But awkward that a widget as basic as a Label cannot right justify correctly when run on OS X. | 2006-05-07 10:02:34 | 1,147,010,000 | resolved wontfix | b113e18 | 1,149,610,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/ProgressBar.java | SWT |
2,363 | 137,911 | Bug 137911 Browser widgets turn to ghosts if their construction fails. | If I instanciate SWT's browser widget on my linux machine where the requirements of this widgets seems not to be fulfiled (i.e. I get an SWTError) there still seems to be something connected with the parent object. To being more specific, I get a "ghost" widget which is taking space like a normal widget. The style used... | 2006-04-21 05:47:19 | 1,145,610,000 | resolved fixed | 399209e | 1,149,600,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,364 | 143,732 | Bug 143732 add cut/copy/paste api on CCombo | Text and Combo have them, so it seems inconsistent not to. The implementation would probably just be a delegation to the contained Text widget, possibly after checking the CCombo's style for READ_ONLY. | 2006-05-25 11:14:26 | 1,148,570,000 | resolved fixed | e78aba1 | 1,149,600,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
2,365 | 143,661 | Bug 143661 MouseUp incorrectly fired on Tree | Run the following snippet, click on row one and hold your mouse button down. A MouseDown AND a MouseUp event is fired. Release the mouse and another MouseUp is fired. Works okay if you click on an area in the tree that's not part of a TreeItem row. 3.2M5 Snippet: Display display = Display.getDefault(); Shell shell = ne... | 2006-05-25 02:31:19 | 1,148,540,000 | resolved fixed | a1f4d32 | 1,149,180,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,366 | 143,482 | Bug 143482 CHIViewEmbeddedFrame not found in Eclipse | SWT_AWT fails to loaded CHIViewEmbeddedFrame in running Eclipse. | 2006-05-24 11:13:09 | 1,148,480,000 | verified fixed | 5fda137 | 1,148,500,000 | bundles/org.eclipse.swt/Eclipse SWT AWT/carbon/org/eclipse/swt/awt/SWT_AWT.java | SWT |
2,367 | 141,489 | Bug 141489 TableEditor background color artifacts on scrolling | Hi, I'd like to report a minor display bug for the SWT 3.2 RC2 and previous versions. This is minor only as long as my customers don't get annoyed because of the artifacts ;-) If you've got a table containing rows with alternating background colors (e.g. 3 are grey, 4 are white, another 4 grey again, 2 white and so on)... | 2006-05-12 03:00:50 | 1,147,420,000 | verified fixed | a78bd8c | 1,148,050,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
2,368 | 140,843 | Bug 140843 JVM crash when running RCP application on HP-UX | I am running an Eclipse RCP application on HP-UX. It was built using Eclipse 3.2RC3, but this was also tried using 3.2m4 before. After the application launches, trying to bring up the login dialog crashes the application, and the failure is shown in the libswt library, specifically in the setXEventFields method. (This ... | 2006-05-09 13:03:16 | 1,147,190,000 | resolved fixed | dfbe7c2 | 1,148,050,000 | bundles/org.eclipse.swt/Eclipse SWT PI/motif/org/eclipse/swt/internal/motif/XPropertyEvent.java | SWT |
2,369 | 141,395 | Bug 141395 Selected item lost in Tree | Run the following test case Scroll down so that top of tree isn't visible. Select an item, expand it, then collapse it again and you'll be taken back to the top of the tree. The selection is still correct, the selected item is just not visible anymore. import org.eclipse.swt.SWT; import org.eclipse.swt.events.TreeEvent... | 2006-05-11 15:33:25 | 1,147,380,000 | verified fixed | 20d39f1 | 1,147,960,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java | SWT |
2,370 | 141,589 | Bug 141589 SWT.MenuDetect sent 3 times for toolbars | Run controlexample, select the toolbar tab, listen for the SWT.MenuDetect event only, right-click the toolbar. Note that 3 SWT.MenuDetect are sent. | 2006-05-12 14:01:06 | 1,147,460,000 | resolved fixed | 1d2263b | 1,147,460,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java | SWT |
2,371 | 141,552 | Bug 141552 Unexpected popup menu | Build id: I20060512-0010 - Brand new I20060512-0010 eclipse download, brand new workspace. - right-click on the "Open Perspective" tool in the perspective bar in the top-right of the workbench - select "Show Text" in the popup menu (to deselect the item) - the text is turned off as expected, but an unexpected popup men... | 2006-05-12 11:04:10 | 1,147,450,000 | resolved fixed | 5ad3734 | 1,147,460,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java | SWT |
2,372 | 138,907 | Bug 138907 Cheese in Tree with text that spans columns | Run Snippet240. Resize "Column 1" to be larger. Notice that the text in column 2 is incorrect now. This is different from what happens in Table (see Snippet239). The following works around the problem but has some flash: tree.getColumn(1).addListener(SWT.Resize, new Listener() { public void handleEvent(Event e) { if (t... | 2006-04-27 09:52:13 | 1,146,150,000 | resolved fixed | 8b45340 | 1,147,280,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,373 | 134,353 | Bug 134353 Table/Tree: Columns pack on table.clear for no reason with a lot of flashing | GTK2 2.4.10 swt-I20060330-2000-gtk-linux-x86 Resize the column widths with the mouse. They pack to min size for no reason on the call to clearAll(). There is also a great deal of flashing. If you don't set images on the tableItem, this problem doesn't seem to happen. public static int cnt = 100; public static void main... | 2006-03-31 21:04:57 | 1,143,860,000 | resolved fixed | eca1826 | 1,147,210,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java | SWT |
2,374 | 140,272 | Bug 140272 Editing OS.java really slow | I20060504-0920 1) Open OS.java 2) Copy and paste the line for the stack final constant "RGBDirect" Eclipse hangs with a beachball cursor for at least 5 minutes. | 2006-05-04 18:30:03 | 1,146,780,000 | resolved fixed | 2066120 | 1,146,780,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java | SWT |
2,375 | 67,384 | Bug 67384 SWT_AWT not implemented for Mac | null | 2004-06-15 17:28:39 | 1,087,330,000 | resolved fixed | 650c696 | 1,146,760,000 | bundles/org.eclipse.swt/Eclipse SWT AWT/carbon/org/eclipse/swt/awt/SWT_AWT.java | SWT |
2,376 | 140,052 | Bug 140052 [CTabFolder] losing focus problem? | null | 2006-05-03 15:06:32 | 1,146,680,000 | verified fixed | be72a7c | 1,146,760,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
2,377 | 104,545 | Bug 104545 Make default size of empty composites smaller | null | 2005-07-20 14:21:03 | 1,121,880,000 | resolved fixed | a663b8f | 1,146,680,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java | SWT |
2,378 | 139,964 | Bug 139964 Use of 1.4 APIs in SWT_AWT | SWT_AWT makes use of the constants WindowEvent.WINDOW_LOST_FOCUS and WindowEvent.WINDOW_GAINED_FOCUS which are only available in JDK 1.4 and later. | 2006-05-03 10:39:09 | 1,146,670,000 | resolved fixed | 4bd08b6 | 1,146,670,000 | bundles/org.eclipse.swt/Eclipse SWT AWT/win32/org/eclipse/swt/awt/SWT_AWT.java | SWT |
2,379 | 96,378 | Bug 96378 gc.setTransform() makes fonts scale strangely when printing | The use of transformations seems to have strange influcence on the scaling of fonts. When I add the following two code lines before writing out text using gc.drawString(), fonts get scaled about 4 times as large as it should. Transform transform = new Transform(device); gc.setTransform(transform); As far as I understan... | 2005-05-23 19:40:16 | 1,116,890,000 | resolved fixed | 67eb46a | 1,146,670,000 | bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/gdip/Gdip.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
2,380 | 139,400 | Bug 139400 ExpandItem header should set cursor to CURSOR_HAND in Windows | SWT 3.2rc2, Windows XP sp2 All of the ExpandBar controls I've seen in XP visually indicate that an ExpandItem may be expanded/collapsed by changing the cursor to the hand cursor when the pointer moves over the ExpandItem's header. The SWT version doesn't do this, but it'd be nice if it did - apart from consistency with... | 2006-04-29 11:44:06 | 1,146,330,000 | resolved fixed | aee2142 | 1,146,610,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java | SWT |
2,381 | 130,173 | Bug 130173 Tree Column does not respond to DefaultSelection event as it did in 3.1 | Adding a Selection Listener to a TreeColum object and attempting to use default selection on it does not trigger the event. This functioned in SWT 3.1. See modification of Snippet 170. | 2006-03-02 13:27:56 | 1,141,320,000 | verified fixed | 3f92c6f | 1,146,590,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
2,382 | 139,226 | Bug 139226 Using the mouse to page down auto completion choices closes completion window | Eclipse 3.2RC1a on Mac OS X 10.4.5 I used Command+Space to obtain a list of proposals (Control+Space gives same behaviour) from SWT.<cmd+space>, resulting in a number of possibilities. The results were paged, so I got my scrollbar down the window. I can use the keyboard to scroll through the list, as well as page up/do... | 2006-04-28 12:34:59 | 1,146,240,000 | verified fixed | c90593d | 1,146,580,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java | SWT |
2,383 | 108,769 | Bug 108769 swt.FileDialog: additional clarification in javadoc and convenience method | I was recently working out an issue with some code using the SWT FileDialog class. The soon-to-be-attached patch adds some additional information to the javadoc which explains some details I gleaned from reading the source but wasn't quite clear from the existing javadocs. The patch also adds a new method for setting t... | 2005-09-04 21:27:54 | 1,125,880,000 | resolved fixed | 4a8b15a | 1,146,520,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java | SWT |
2,384 | 101,354 | Bug 101354 Class ImageDataLoader needs javadoc | null | 2005-06-22 16:31:46 | 1,119,470,000 | resolved fixed | f851a14 | 1,146,520,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageDataLoader.java | SWT |
2,385 | 63,226 | Bug 63226 Undocumented error thrown in Image code | null | 2004-05-20 11:17:35 | 1,085,070,000 | resolved fixed | c961f7f | 1,146,510,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageLoader.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/FileFormat.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widg... | SWT |
2,386 | 139,262 | Bug 139262 'set data' callback not sent after all items are cleared in virtual tree | I20060428-0010 On Mac, we're seeing a problem in the debug view where we clear all the items in the tree, but do not get a 'set data' callback. The tree, and items that are cleared are visible in the tree. If we then bring another application to the foreground, and then switch back to the debugger, the 'set data' callb... | 2006-04-28 14:29:18 | 1,146,250,000 | resolved fixed | c024a83 | 1,146,510,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java | SWT |
2,387 | 133,006 | Bug 133006 Improve API doc; GridLayout; columnCount <= 0 | API should state what happens when columnCount <= 0 | 2006-03-23 10:18:36 | 1,143,130,000 | resolved fixed | 7c78bc0 | 1,146,230,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/GridLayout.java | SWT |
2,388 | 137,403 | Bug 137403 setImage on Label doesn't display image | when using latest code version (3230), setImage of Label doesn't render the image. // button to goto previous date leftLabel = new Label(dateNavComposite, SWT.NONE); Image leftArrowImage = new Image(display,getClass().getResourceAsStream("/images/left_arrow.gif")); leftLabel.setImage(leftArrowImage); | 2006-04-18 19:38:05 | 1,145,400,000 | resolved fixed | 4f3ecaa | 1,146,180,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java | SWT |
2,389 | 138,724 | Bug 138724 Use of 1.4 APIs | build n0426 When compiling SWT against Foundation 1.0 class libraries, I get the following compile errors due to use of JDK 1.4 APIs: - the HTMLTransfer class is using StringBuffer#indexOf line 88 line 92 line 96 line 84 line 151 line 162 | 2006-04-26 15:04:55 | 1,146,080,000 | resolved fixed | af11bf8 | 1,146,150,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/HTMLTransfer.java | SWT |
2,390 | 131,206 | Bug 131206 Tree, calling setSize() makes widget visible | Run modified FileExplorer from EclipseCon 2006 slides. Collapse top and bottom items. Click on expand button of the bottom item to expand it. Notice that the top item expands. | 2006-03-09 16:16:45 | 1,141,940,000 | resolved fixed | 189e39a | 1,146,080,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,391 | 137,025 | Bug 137025 Table/Tree - Text in table/treeItems is chopped making it unreadable | SWT GTK CVS In Table/Tree widgets the text is chopped off making it unreadable. The string s gets longer, but the textRenderer doesn't move to fit. public static String s = "X"; public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new Fi... | 2006-04-17 13:15:56 | 1,145,290,000 | resolved fixed | 2be37bc | 1,146,080,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/Tree.java | SWT |
2,392 | 138,499 | Bug 138499 Label DropTarget is "too small" on Motif | N20060425-0010 Run Snippet78 on Linux-Motif. Use the middle mouse button to drag the TEXT from the left Label to right Label. Unless you drop the text in a very specific small area, the drop is ignored. | 2006-04-25 16:43:56 | 1,146,000,000 | resolved fixed | 70b0d86 | 1,146,080,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/DropTarget.java | SWT |
2,393 | 138,630 | Bug 138630 Icons being drawn on top of text in tabbed folder | 20060426 Icons are being drawn on top of the text on tabs on XP. STEPS 1) Create a new Java Project 2) Hit Next until you get to the Java Settings Page. I will attach a screenshot | 2006-04-26 10:10:19 | 1,146,060,000 | resolved fixed | 1bf0f29 | 1,146,070,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java | SWT |
2,394 | 99,984 | Bug 99984 Sync view toolbar buttons are bigger with SWT manifest | I started using the SWT manifest so I could take screenshots. The toolbar buttons in the sync view are quite a bit bigger than they were (and other view's button's are not). It could be related to the use of a view subtitle. Is this the intented behavior? | 2005-06-14 11:37:24 | 1,118,760,000 | resolved fixed | e8c8fc1 | 1,146,000,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java | SWT |
2,395 | 138,461 | Bug 138461 [Workbench] Perspective popup menu doesn't show up on Mac | Build Id N20060425 The pop-up menu doesn't seem to appear on the Mac when you Ctr+Click on one of the perspective icons (i.e when in the Java Perspective, if you ctrk-click on the Java perspective icon, you should get a menu with options like: close, reset, customize, etc..) | 2006-04-25 14:37:29 | 1,145,990,000 | resolved fixed | cf6b68f | 1,145,990,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java | SWT |
2,396 | 129,609 | Bug 129609 [browser] unable to enter text in <textarea> | Its not possible to enter / modify / copy&paste text inside a textarea when using Browser widget under OS X (10.4.4). This is true for both 3.1.2 and 3.2M5 | 2006-02-27 12:25:38 | 1,141,060,000 | verified fixed | 70a4774 | 1,145,910,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java | SWT |
2,397 | 138,062 | Bug 138062 NPE in getData | N20060421-0010 on XP, I get this error from SWT (I think a similar bug was fixed on MacOS yesterday). org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3374) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.widgets.Synchronizer.... | 2006-04-21 17:24:22 | 1,145,650,000 | resolved fixed | 139638f | 1,145,900,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,398 | 134,417 | Bug 134417 Browser Cannot Be Disposed (Intel Carbon SWT) | The following Snippet works under 3.1 (with universal SWT), but not under 3.2M5 and 3.2M6. My computer is an Intel iMac. public static void main(String [] args) { String html = "<HTML><HEAD><TITLE>HTML Test</TITLE></HEAD><BODY>"; for (int i = 0; i < 20; i++) html += "<P>This is line "+i+"</P>"; html += "</BODY></HTML>"... | 2006-04-02 13:21:24 | 1,144,000,000 | resolved fixed | cce993f | 1,145,890,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java | SWT |
2,399 | 129,564 | Bug 129564 StyledText should render tabs exactly 4 spaces wide | I20060223-1656 StyledText should render tabs exactly 4 spaces wide. In latest builds, indents of 4 spaces don't align with indents of 1 tab in some fonts (e.g. Lucida Console Regular 8). See screenshot. This works as expected in 3.1.2 as well as in notepad. | 2006-02-27 08:41:29 | 1,141,050,000 | verified fixed | 8541553 | 1,145,640,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java | SWT |
2,400 | 136,473 | Bug 136473 image capture is purple on Mac | On Mac Intel run Snippet95. Click on Capture button. The result is very purple. | 2006-04-12 16:57:04 | 1,144,880,000 | resolved fixed | c57bbbc | 1,145,570,000 | bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java | SWT |
2,401 | 60,273 | Bug 60273 Toolbar background colour doesn't match background (XP/Silver) | In Eclipse 2.1, it was possible to distinguish the different groups of toolbars. In 3.0, all of the toolbars run together with not separations. | 2004-04-28 12:13:01 | 1,083,170,000 | verified fixed | c09d153 | 1,145,570,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java | SWT |
2,402 | 137,524 | Bug 137524 NPE in AsynchronousViewer | org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3374) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.ja... | 2006-04-19 12:03:31 | 1,145,460,000 | resolved fixed | ac91ced | 1,145,560,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java | SWT |
2,403 | 137,714 | Bug 137714 WinCE: setClipping(x,y,w,h) throws NullPointerException | The version swt-3.2RC1-win32-wce_ppc-arm-j2se throws a NullPointerException when calling setClipping(x,y,w,h). Im using j9 on a T-Mobile MDA2. java.lang.NullPointerException at org.eclipse.swt.graphics.GC.setClipping(Unknown Source) at org.eclipse.swt.graphics.GC.setClipping(Unknown Source) at xyz.swt.simpletable.Simpl... | 2006-04-20 09:37:31 | 1,145,540,000 | resolved fixed | 4227db7 | 1,145,560,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
2,404 | 127,716 | Bug 127716 GC.drawPoint() calls aren't affected by a Transform | If you use a GC and set a Transform, then call drawPoint(), it won't be affected by the Transform. You can easily test this; you can use SWT Snippet 10 if you need a test case. The bug only happens on Windows. | 2006-02-14 10:21:29 | 1,139,930,000 | verified fixed | 701d021 | 1,145,450,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
2,405 | 127,216 | Bug 127216 [Patch] Table check boxes should have shade when selected | null | 2006-02-09 22:51:32 | 1,139,540,000 | resolved fixed | 272ce17 | 1,145,400,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,406 | 137,320 | Bug 137320 [StyledText] caret does not move correctly when inserted text wraps | Run the following example and hit the Escape key. Notice that the caret is somewhere past the end of the first line but it should really be between "by" and "abcdefghij" on the second line. The inserted text has caused the line to wrap but the caret has not followed. If you arrow left or arrow right, the caret fixes it... | 2006-04-18 14:30:36 | 1,145,390,000 | resolved fixed | 02a41a7 | 1,145,390,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,407 | 136,675 | Bug 136675 No scrollbar events for Text | Run Snippet191. Selection events are supposed to be fired when you click on the thumb or in the trough or on the arrows of the scrollbar but no event is fired. | 2006-04-13 12:17:23 | 1,144,950,000 | verified fixed | 73e7212 | 1,145,390,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Scrollable.java | SWT |
2,408 | 136,641 | Bug 136641 Scrollbars not excluded from client area | Run Snippet9. Make the shell smaller. On Windows, the scrollbars become active as soon as you touch the edge of the composite and you are able to scroll to see the full oval. On Mac OS X (tried both Panther and Tiger) you can't see the very edge of the oval when scrolling and the scrollbars do not become active until p... | 2006-04-13 10:23:54 | 1,144,940,000 | verified fixed | 7b90249 | 1,145,390,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java | SWT |
2,409 | 136,451 | Bug 136451 ToolItem is not visible if bounds set before text | Run the following example. The toolbar does not appear. Change example to set the bounds after the text was set and toolitem is visible. public static void main (String [] args) { String string = "This is a string\nwith a new line."; Display display = new Display (); Shell shell = new Shell (display); ToolBar bar = new... | 2006-04-12 16:13:32 | 1,144,870,000 | verified fixed | 1fc75d8 | 1,145,370,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java | SWT |
2,410 | 135,040 | Bug 135040 CCombo.dropdown doesn't handle the screen's right edge | The 'popup' Shell of a CCombo is allways justified with the left side of the CCombo, regardless of the screen right edge. I believe adding if (x + width > displayRect.x + displayRect.width) x = displayRect.x + displayRect.width - listRect.width; at line 382 in CCombo.java would solve it. | 2006-04-05 10:55:16 | 1,144,250,000 | resolved fixed | 6d421bc | 1,145,370,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
2,411 | 127,813 | Bug 127813 CCombo.computeSize returning incorrect values when using wHint/hHint | The CCombo.computeSize behavior is inconsistent with other widgets in that the wHint and hHint do not override the internal widget computed size. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); CCombo combo = new CCombo(shell, SWT.WRAP); combo.add("This is som... | 2006-02-14 13:11:26 | 1,139,940,000 | resolved fixed | 0659e2e | 1,145,370,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java | SWT |
2,412 | 136,931 | Bug 136931 Regression in right-mouse button behavior | In 3.2M6 and earlier, a right-mouse button click brought up the menu for the item under the cursor. In Eclipse 3.2RC1, it no longer does this - instead it brings up the menu for the previously selected item, or the menu for an unselected item in the current window if nothing was previously selected. If you first select... | 2006-04-16 08:02:23 | 1,145,190,000 | resolved fixed | 4a0a013 | 1,145,300,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java | SWT |
2,413 | 95,950 | Bug 95950 [KeyBindings] interactions: ALT/COMMAND+ARROW keybindings should be swapped on Mac | Safari uses COMMAND+LEFT/RIGHT_ARROW for navigation history. Eclipse uses ALT. I don't think this is consistent with other Mac applications. | 2005-05-19 10:43:20 | 1,116,510,000 | verified fixed | 22f4c86 | 1,144,950,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,414 | 136,673 | Bug 136673 Snippet133 - NullPointerException | Version: 3.2.0 Build id: I20060412-0847- Run Snippet133 ps. Couldn't reproduce the bug in windows, only motif. - Add some text - Go to File -> Change Foreground, pick any color - Go to File -> Change Background, pick any color. The following exception appears: Exception in thread "main" java.lang.NullPointerException a... | 2006-04-13 12:12:21 | 1,144,940,000 | resolved fixed | 1a8cc13 | 1,144,950,000 | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet133.java | SWT |
2,415 | 136,633 | Bug 136633 Failed to execute runnable (java.lang.ArrayIndexOutOfBoundException) in debug mode | Build id: I20060412-0847 To reproduce run any snippet in debug mode (i ran snippet229). Expand some variable names, click on some random variables and then click on variable 'this' a couple times, the exception will show. Failed to execute runnable(java.lang.ArrayIndexOutOfBoundException: -1) org.eclipse.swt.SWTExcepti... | 2006-04-13 09:56:53 | 1,144,940,000 | resolved fixed | 46df07f | 1,144,940,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/Tree.java | SWT |
2,416 | 123,922 | Bug 123922 [Patch] SWT Javadoc: Some typos/minor errors | SWT 20060116 Some typos/minor errors in the public SWT Javadoc. Please see the attached patch. (This is not meant to be a complete list.) | 2006-01-16 00:47:31 | 1,137,390,000 | resolved fixed | 096d25a | 1,144,870,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BusyIndicator.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java bundles/org.eclipse.swt/Eclipse S... | SWT |
2,417 | 136,272 | Bug 136272 Combo on Mac incorrectly sends KeyDown event before Traverse when arrow up/down keys used | N20060410-0010, Mac (OSX 10.3.9, haven't tried others) My understanding of SWT.Traverse is as follows: - for navigation keys in a control, SWT.Traverse should always be received before the corresponding SWT.KeyDown event for that key - setting the doit field to true should cause the Traverse described in the detail fie... | 2006-04-12 01:07:27 | 1,144,820,000 | verified fixed | 4f8c243 | 1,144,860,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java | SWT |
2,418 | 134,925 | Bug 134925 Table/Tree Columns don't align SWT.RIGHT and SWT.CENTER text properly (regression) (GTK) | The text in an SWT.RIGHT column used to all be right justified. Now it isn't. Scroll to see all rows. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.VIRTUAL | SWT.BORDER |... | 2006-04-04 21:15:02 | 1,144,200,000 | resolved fixed | d54f89f | 1,144,860,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/Tree.java | SWT |
2,419 | 134,356 | Bug 134356 Walkback turning on wrap in StyledText. | 1) run the CustomControlExample 2) click on the StyledText tab 3) click in the StyledText widget such that the cursor is at the end 4) type enough text that it scrolls left 5) select some text and click on the "Foreground" button 6) select the SWT.WRAP button 7) walkback: Exception in thread "main" java.lang.IllegalArg... | 2006-03-31 22:21:54 | 1,143,860,000 | verified fixed | c0cf438 | 1,144,780,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/StyledTextTab.java | SWT |
2,420 | 134,837 | Bug 134837 Tree- Random foreground color appears for Tree when selecting items and subitems | Version: 3.2.0 Build id: I20060125-0800 -> Run Snippet226 -> Expand some of the tree items so the subitems are visible -> Note that all the items and subitmes have foreground color grey but as soon as you select one item or a subitem then some of the rows (happens to random rows, not one in particular) become black. ->... | 2006-04-04 14:41:54 | 1,144,180,000 | verified fixed | 0d27e5e | 1,144,780,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,421 | 76,740 | Bug 76740 [painting] Ctrl+End brings StyledText into strange state | In Text Editor or Java Editor typing CTRL+PAGEUP and CTRL+PAGEDOWN creates left margin if last line is longer than visible editor width and text is longer (vertically) than visible editor area. Workaround: Positioning on last character in last line and typing any key but ARROW UP removes this extra margin. It is reprod... | 2004-10-21 08:48:29 | 1,098,360,000 | verified fixed | c1944fe | 1,144,770,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,422 | 136,064 | Bug 136064 Snippet 225 (balloon tool tip) should say @since 3.2 | SWT v3229 As snippet 225 (see URL) uses 3.2 functionality, it should say "@since 3.2", not "@since 3.0". While you're at it, the sample sentence "Here is message for the user." should say "a message" or "the message". | 2006-04-11 03:54:40 | 1,144,740,000 | verified fixed | 3747eb1 | 1,144,760,000 | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet225.java | SWT |
2,423 | 127,902 | Bug 127902 Focus gets stuck in Expandbar | Run Snippet223 When example first comes up, focus is in the item header and you can not tab out of it. Place focus in the Spinner. Tab around. Focus goes to the header and gets stuck there. If you do the same thing on Wiindows, tabbing takes you both to the item headers and to the widgets inside. | 2006-02-14 16:11:40 | 1,139,950,000 | verified fixed | d42ee8f | 1,144,700,000 | bundles/org.eclipse.swt/Eclipse SWT/emulated/expand/org/eclipse/swt/widgets/ExpandBar.java | SWT |
2,424 | 135,649 | Bug 135649 Mouse wheel scrolls invisible scrollbars | In previous SWT versions, if you made a scrollbar invisible, it did not respond to the mouse wheel. With 3.2 M5, an invisible scrollbar will scroll with the mouse wheel. | 2006-04-07 16:20:45 | 1,144,440,000 | resolved wontfix | 90b00eb | 1,144,700,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Scrollable.java | SWT |
2,425 | 134,175 | Bug 134175 Not consistenly getting control resize event from table column | In this testcase, there are three buttons: Hide Column 1 Show Column 1 Resize Column 1 Hide Column 1 action sets the width of column 1 to zero. Show Column 1 action sets the width of column 1 to 100. It also adds a control listener to catch the columns's resize event. To see the problem: 1. Press Hide Column 1 action. ... | 2006-03-30 17:07:16 | 1,143,760,000 | verified fixed | b0a6255 | 1,144,690,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeColumn.java | SWT |
2,426 | 128,273 | Bug 128273 TableCursor not working properly on Linux GTK | The table cursor is not moving correctly when I navigate with the arrow keys. The behavior I get between a virtual table and a non-virtual table is different. But both cases do not quite work as I expect. Non-Virtual Table =================== I use the Up and Down arrow keys to move the cursor. When the cursor is at th... | 2006-02-16 14:40:06 | 1,140,120,000 | verified fixed | c3b5c60 | 1,144,440,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
2,427 | 130,853 | Bug 130853 Implement ExpandBar on GTK 2.2.x | Description:On SuSE Linux Enterprise Sever 9 sp 3, snippet223 fail to run due to SWTError. Build date: Eclipse3.2 M5a, IBM JRE 5GA and Sun JRE1.5.0_06 OS: SLES9 sp3 ja_JP.utf8 and en_US.utf8 Steps to recreate problem: 1- load snippet223 and run following error is displayed at Console view Exception in thread "main" org... | 2006-03-07 23:01:18 | 1,141,790,000 | closed fixed | 25e834c | 1,144,440,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ExpandBar.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java | SWT |
2,428 | 125,812 | Bug 125812 new Image(device, image, SWT.IMAGE_COPY) does not work as expected on windows. | I'm using Eclipse-3.1M4/JDK1.5 Creating an image using new Image(device, image, SWT.IMAGE_COPY) does not work as expected. I have the following code to highlight a part of the image. When the imageData is set into the imageCanvas the image appears to be mirrored diagonally (i.e. mirrored vertically then horizontally) T... | 2006-01-31 06:45:37 | 1,138,710,000 | resolved fixed | 564af48 | 1,144,440,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java | SWT |
2,429 | 82,769 | Bug 82769 [Contributions] Disabled menu items have enabled images when armed | null | 2005-01-13 13:21:08 | 1,105,640,000 | verified fixed | 40f1c5f | 1,144,430,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java | SWT |
2,430 | 132,695 | Bug 132695 Disabled image loses transparency | SWT-win32, v3229 In the test case below, a new image is created based on an existing image using the SWT.IMAGE_DISABLE operation. Since the base image had transparency, the expectation is that the greyed-out image will be (partially) transparent too. Currently, however, that does not seem to be the case. Note: The nati... | 2006-03-21 10:59:54 | 1,142,960,000 | resolved fixed | 842af38 | 1,144,430,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java | SWT |
2,431 | 106,381 | Bug 106381 Can't size columns smaller then title | When I have a column with a long title but narrow data, I cannot make the column smaller than the title. You can see this in Eclipse: Open the Problems view and try to make any column narrower than the title. I would suggest that Eclipse allows to make a column smaller than the title and add a tooltip when the title do... | 2005-08-08 13:38:42 | 1,123,520,000 | resolved fixed | e3ab8de | 1,144,430,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
2,432 | 45,918 | Bug 45918 eclipse should enable XP visual styles if available (from comctl32.dll) | in order to appear a completely native windows XP application, Eclipse should indicate that it desires version 6.0 of comctl32.dll if it is available. this is apparently done with an "application manifest" file, i'm not sure how well this maps, if at all, to the way the SWT dll works. the main noticeable difference if ... | 2003-11-02 06:38:51 | 1,067,770,000 | verified fixed | 0a0326b | 1,144,350,000 | bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/ACTCTX.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java | SWT |
2,433 | 135,303 | Bug 135303 CBanner draws unwanted gradient line at bottom when it has more height than the default | 3.2 M6 - in the browser example, I added a custom trim item that appears at top right by default - this causes the CBanner to be given more height than its computeSize requests - when this happens, the CBanner draws a 1-pixel-high gradient line at the bottom - if the trim item is dragged to the bottom (or when there's ... | 2006-04-06 11:51:42 | 1,144,340,000 | resolved fixed | 946b729 | 1,144,350,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java | SWT |
2,434 | 81,264 | Bug 81264 Table fails to setTopIndex after new items are added to the table | I am working on a table viewer that keeps track of the scroll bar and loads content into the table dynamically as the user scrolls to the end of the table. Items could be added/removed from the table as the user scrolls. To maintain the position of the table, I call setTopIndex at the end of the update. I have created ... | 2004-12-15 13:17:42 | 1,103,130,000 | verified fixed | 750fbf7 | 1,144,330,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
2,435 | 110,794 | Bug 110794 [64] Crash when pressing ENTER after having entered value in "Search" form | SUSE Linux Professional 9.3 1 GB RAM I am starting eclipse with a minimal bash script: #!/bin/sh EXE=$HOME/local/eclipse/eclipse JAVA=/home/kjk/local/jdk-1_5_0_05-linux-amd64/bin/java $EXE -vm $JAVA -showLocation $* I am not using an external help browser. Recipe: - Select "Help Contents" from the "Help" menu - Write a... | 2005-09-27 09:21:22 | 1,127,830,000 | resolved fixed | 7cb97e4 | 1,144,330,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/mozilla/org/eclipse/swt/browser/PromptService.java | SWT |
2,436 | 134,482 | Bug 134482 [64] SWT Snippet24 (default selection) does not work on amd64 | I am using an AMD 64bit machine and Eclipse 3.2M6 on linux_gtk. I run the SWT snippet 24 and pressing CR in either the text field or combo does nothing. My actual code used the same technique in order to listen for default selection events on text fields and it worked on 3.2M5 on a 32bit linux_gtk system. The same code... | 2006-04-03 06:13:10 | 1,144,060,000 | verified fixed | 8523dd7 | 1,144,270,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java | SWT |
2,437 | 134,882 | Bug 134882 Resizing a TableColumn triggers SelectionEvent | SWT: 3.2 M6 MacOSX: 10.4.6 When resizing a TableColumn, a SelectionEven is fired. I can not see this behaviour in the Finder for instance. ben | 2006-04-04 17:18:54 | 1,144,190,000 | resolved fixed | 3410ffe | 1,144,270,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java | SWT |
2,438 | 113,559 | Bug 113559 [build] Dependency on libstdc++.so.5 | The swt-mozilla library depends on the libstdc++ library. Currently, we are compiling against libstdc++.so.5 however, RHEL4 defaults to libstdc++.so.6. We need a strategy for supporting both libstdc++.so.5 and libstdc++.so.6. It would appear that removing the dependency on this library altogether is not possible. | 2005-10-24 12:06:42 | 1,130,170,000 | verified fixed | 5adf547 | 1,144,260,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,439 | 134,874 | Bug 134874 Contextual Menu opens from parent Widgets as well | SWT: 3.2 M6 MacOSX: 10.4.6 Having this snippet, open the contextual menu on the table. Then click again on the table and see the Shell's popup menu appear: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); M... | 2006-04-04 16:53:26 | 1,144,180,000 | resolved fixed | 9aec3da | 1,144,190,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java | SWT |
2,440 | 127,848 | Bug 127848 CustomControlExample CLabel background image differences | null | 2006-02-14 14:30:43 | 1,139,950,000 | resolved fixed | d954405 | 1,144,180,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Composite.java | SWT |
2,441 | 134,313 | Bug 134313 Custom selection does not redraw when resizing window | This bug can be seen by running Snippet229 and resizing the window using the right side of the shell. Resize in and out and the gradient for the custom selection will disappear in some places. - It works WITHOUT the manifest but does not work WITH manifest. - Tested in motif, Mac and gtk and they seem to not have that ... | 2006-03-31 15:35:46 | 1,143,840,000 | resolved fixed | 5c289e9 | 1,144,090,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
2,442 | 134,382 | Bug 134382 TableColumn: StringIndexOutOfBoundsException | SWT Motif CVS Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 11 at java.lang.String.substring(String.java:1441) at org.eclipse.swt.widgets.TableColumn.computeDisplayText(TableColumn.java:207) at org.eclipse.swt.widgets.TableColumn.setSortDirection(TableColumn.java:651) ... | 2006-04-01 16:30:54 | 1,143,930,000 | resolved fixed | d938b9e | 1,144,080,000 | 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/TreeColumn.java | SWT |
2,443 | 134,269 | Bug 134269 Adding column to var view causes VM to GP | null | 2006-03-31 10:38:52 | 1,143,820,000 | resolved fixed | 742626d | 1,143,830,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
2,444 | 134,181 | Bug 134181 Font.init does not initialise the device of a font | I20060330 On MacOS Font.init does not initialise the device of a font. As a consequence Font.getDevice() always returns null. | 2006-03-30 17:48:38 | 1,143,760,000 | resolved fixed | 81bd540 | 1,143,820,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Font.java | SWT |
2,445 | 133,126 | Bug 133126 BIDI3.2: Arabic characters shaping is not handled correctly in Java Scrapbook page editor | Build date: m5a OS: Win XP, 2000 and 2003 Steps to recreate problem: 1. Create a new Scrap page (Go to file -> New -> other then select Java -> Java run/debug -> Scrapbook page and follow the wizad to create the page and add it to a Java project). 2. Double click on the file to open it. 3. Write any Arabic word (For ex... | 2006-03-24 05:56:05 | 1,143,200,000 | closed fixed | 3094c5a | 1,143,760,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java | SWT |
2,446 | 132,989 | Bug 132989 ExpandBar does not support WM_PRINT | It is hard to support ExpandBar in GUI builder without this feature. :-) | 2006-03-23 08:07:27 | 1,143,120,000 | resolved fixed | 9d60ac8 | 1,143,670,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java | SWT |
2,447 | 132,979 | Bug 132979 Text sometime not fire verify event | if you keep you moust left button down out side the text(but the text have focus) and then press any key the Text not fire verify event. | 2006-03-23 05:59:40 | 1,143,110,000 | resolved fixed | b281ae7 | 1,143,660,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
2,448 | 133,680 | Bug 133680 Tree PaintItem event has wrong x | - run the snippet below, which draws a focus box with the event's bounds for each item - note that beyond the root level of depth the focus box does not move to the right with the item that it's giving the PaintItem coordinates for, so client code that uses the event's x to determine where to draw its custom contents w... | 2006-03-28 14:50:09 | 1,143,580,000 | resolved fixed | 53f86c8 | 1,143,660,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
2,449 | 133,756 | Bug 133756 Regression in SWT.Label | If a label lives in a composite that has a background image, and the label has the same background image, then the label has always been painted with "transparent" backgroun, so that the parent's background shines through. This is not the case in I20060322_1335 (which our project uses as target). Instead, the label map... | 2006-03-28 19:12:47 | 1,143,590,000 | resolved fixed | 8dbb340 | 1,143,660,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java | SWT |
2,450 | 105,245 | Bug 105245 Tree horizontal scroll increment too small. | SWT 3.1 win32 swt-N20050721 Horizontal scrolling (click the horizontal scrollbar arrow, or the bar itself) is a much smaller increment on Trees than it is on Tables. This is different from the old TableTree implementation which had the same increment as a Table. public static void main(String[] a) { Display display = n... | 2005-07-26 19:35:40 | 1,122,420,000 | resolved fixed | 24ebeb9 | 1,143,650,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,451 | 128,451 | Bug 128451 likely error in ControlEditor | 3.2M5 The eclipse compiler with additional warnings turned on pointed out that the "editor == null" check in ControlEditor line 247 is not needed because it can never fail. However it looks like this was possibly meant to be "this.editor == null", since it is preceded by resize() which can fire a Resize callback and th... | 2006-02-17 13:44:16 | 1,140,200,000 | resolved fixed | b429e9b | 1,143,640,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ControlEditor.java | SWT |
2,452 | 132,912 | Bug 132912 transparent images with advanced (cairo) graphics fail sometimes | Loading a png image with transparency using: new Image(display, (new File("myImageName.png)).toUrl().openStream()); and drawing it on a GC that is using cairo: setAdvanced(true), displays the transparent pixel color with an alpha of what looks like 50%. If the same image is loaded using a String like: new Image(display... | 2006-03-22 18:40:46 | 1,143,070,000 | resolved fixed | 9509222 | 1,143,580,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java | SWT |
2,453 | 124,415 | Bug 124415 Browser causes blank white box on OSX | In an SWT app that embeds a Browser widget within a CTabFolder in a ViewForm which is at the bottom of a StackLayout (other composites sit atop it, with tables and such), the Browser causes a large blank white box on top of the app. When the browser is disabled, the white box does not appear on top of the app. Since I ... | 2006-01-18 18:11:50 | 1,137,630,000 | resolved fixed | c2374aa | 1,143,150,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java | SWT |
2,454 | 127,821 | Bug 127821 ControlExample crash when setting background image on SEPARATOR Label | Feb. 14th 8:00am build - run the Control Example, go to the Label tab - check the Background Image checkbox - check the SWT.SEPARATOR checkbox -> this crashes the control example with the following: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4A3AA7 F... | 2006-02-14 13:28:53 | 1,139,940,000 | resolved fixed | b4c8aae | 1,143,150,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Label.java | SWT |
2,455 | 116,749 | Bug 116749 Some widgets don't match default background inside Group | null | 2005-11-16 18:32:42 | 1,132,180,000 | resolved fixed | 66abee3 | 1,143,140,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/Group.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/TabFolder.java | SWT |
2,456 | 94,691 | Bug 94691 Code Style Page crops "Configure Project Specific" message | I20050509-2010 I will attach a screenshot. Also, the link doesn't honour the dialog font. | 2005-05-11 09:39:59 | 1,115,820,000 | resolved fixed | 792e19e | 1,143,070,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java | SWT |
2,457 | 132,874 | Bug 132874 List control does not allow 0th item to be deselected. | List.deselect says: public void deselect (int index) { checkWidget(); if (0 < index && index < itemCount) { int [] ids = new int [] {index + 1}; deselect (ids, ids.length); } } It should be: public void deselect (int index) { checkWidget(); if (0 <= index && index < itemCount) { int [] ids = new int [] {index + 1}; des... | 2006-03-22 13:15:27 | 1,143,050,000 | resolved fixed | 326be7b | 1,143,070,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java | SWT |
2,458 | 115,234 | Bug 115234 [DnD] [WorkbenchParts] Resizing tiled editors incorrectly sizes editor parts at start of drag | Steps to reproduce: 1. open 2 or more editors and tile them vertically 2. start dragging the separator between them to resize them As you start the resize the top editor collapses to its minimum vertical size. You can keep dragging to resize the editors but the mouse is now in the wrong place. This also happens when re... | 2005-11-06 07:09:59 | 1,131,280,000 | resolved fixed | c69b8ae | 1,143,070,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Sash.java | SWT |
2,459 | 120,241 | Bug 120241 MouseListener on Sash does not receive mouseUp events | It looks like mouseUp events are not sent by a Sash on OS X. This prevents the expand/collapse buttons on VE's custom Sash from working as it does on other platforms. See the attached test program. | 2005-12-10 17:57:08 | 1,134,260,000 | verified fixed | 635b5f0 | 1,143,060,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Sash.java | SWT |
2,460 | 120,051 | Bug 120051 Some font names on OS X have null (\0) characters between every character | The names of some fonts returned by the call Display.getFontList(null, true) have a null (\0) character between every character. Most fonts are correct, and I cannot find any pattern in the incorrect fonts. The problem fonts are standard ones installed on OS X 10.4.3. | 2005-12-08 22:27:04 | 1,134,100,000 | verified fixed | 9796170 | 1,143,060,000 | bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Font.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/FontDialo... | SWT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.