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 |
|---|---|---|---|---|---|---|---|---|---|---|
1,961 | 187,210 | Bug 187210 Ownerdraw - 'Show status line' on open type dialog does not redraw status line when colored labels | I20070516-0010 1. Open 'Open type dialog' 2. In menu deselect 'Show Status Line' 3. In menu select 'Show Status Line' Is: Screen cheese the status line is (sometimes) not redrawn, see screen shot. | 2007-05-16 04:49:40 | 1,179,310,000 | resolved fixed | 1291751 | 1,184,860,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | SWT |
1,962 | 194,702 | Bug 194702 [browser]Click URL linked to a new window, pop up two browser window | null | 2007-06-27 23:32:45 | 1,183,000,000 | resolved fixed | 48a4a5c | 1,184,700,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java | SWT |
1,963 | 167,562 | Bug 167562 SIGSEGV in Tree#destroyItem() | Eclipse 3.3 M3 Java 1.5.0_07-b03 See the log attached. | 2006-12-12 05:24:46 | 1,165,920,000 | resolved fixed | 0327217 | 1,184,700,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 |
1,964 | 196,791 | Bug 196791 SWT ToolTip does not render Arabian text tooltip correctly on SLED10 Linux | Build ID: Eclipse3.2.2 Steps To Reproduce: 1.Create a SWT Application 2.Create a ToolTip on Shell and setMessage with Arabian text. 3.Launch application More information: public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); ToolTip tip = new ToolTip(she... | 2007-07-17 05:31:03 | 1,184,660,000 | resolved fixed | 0ea3ba1 | 1,184,690,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolTip.java | SWT |
1,965 | 177,578 | Bug 177578 ExpandItem (of the ExpandBar) returns wrong header height in Gnome (Debian Linux) | Build ID: M20060921-0945 Steps To Reproduce: Compare the value returned by ExpandItem#getHeaderHeight() to what it really is in the GUI. More information: For me ExpandItem#getHeaderHeight() returns 17px, while it's actually 21px (I made a screenshot and counted the pixels myself). I need the header height to calculate... | 2007-03-15 11:58:27 | 1,173,970,000 | resolved fixed | a573181 | 1,184,610,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java | SWT |
1,966 | 157,568 | Bug 157568 StyledText: horizontal scrollbar doesn't handle indent | null | 2006-09-16 10:58:49 | 1,158,420,000 | resolved fixed | 10728f7 | 1,184,190,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java | SWT |
1,967 | 192,861 | Bug 192861 VM crash opening browser widget with much html | Build ID: I20070503-1400 Steps To Reproduce: The attached snippet will crash the VM. The html to be shown is over 20000 characters, much will not be displayed immediately but is already present in a javascript section in the head part. Opening the same html in firefox works without any problem. More information: Suse L... | 2007-06-15 09:04:29 | 1,181,910,000 | resolved fixed | 4508514 | 1,184,170,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_8.java | SWT |
1,968 | 191,790 | Bug 191790 [Browser] Browser leaks due to COM objects | Build ID: I20070601-1539 Steps To Reproduce: While analyzing memory dumps from an RCP application I noticed there were 321 instances of WebSite retained in memory. The WebSites are retained due to org.eclipse.swt.internal.ole.win32.COMObject#ObjectMap. I was able to recreate a standalone testcase that shows this happen... | 2007-06-08 23:21:46 | 1,181,360,000 | resolved fixed | 4d0cb80 | 1,184,090,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java | SWT |
1,969 | 56,502 | Bug 56502 Wrong positioning when going off end-of-line | When editing a java file and positioning the cursor before the last character and then pressing right-cursor twice (making the cursor go to the beginning of the next line) and then pressing up-cursor positions the cursor at the end of the previous line, while it should position it at the beginning of the previous line.... | 2004-03-28 13:57:53 | 1,080,500,000 | resolved fixed | e434118 | 1,183,670,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
1,970 | 91,311 | Bug 91311 Drawing Problems | The drawProc in the Control make use of PtGetsAbsPosition. This is not a good funtion to use in a drawing procedure because it queries every region in the system until it hits the root region to figure out your position. Doing this every draw operation is extremely expensive. I have updated the function as well as fixe... | 2005-04-13 13:19:30 | 1,113,410,000 | resolved fixed | 437b264 | 1,183,580,000 | bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/OS.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Control.java ... | SWT |
1,971 | 189,649 | Bug 189649 Link widget renders mnemonics on the Mac | I20070529-0010 The Link widget should not render mnemonics on the Mac. To reproduce in Eclipse, select a Java project in the Package Explorer and choose context menu > Assign Working Sets. | 2007-05-29 08:38:09 | 1,180,440,000 | verified fixed | 1a49efb | 1,183,570,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Link.java | SWT |
1,972 | 195,154 | Bug 195154 Snippet132 using drawString incorrectly | Snippet132 has the following code at the "business end:" String testString = "Hello World!"; Point extent = gc.stringExtent(testString); gc.drawString(testString, leftMargin, topMargin + font.getFontData()[0].getHeight()); I'm not sure why we're adding font.getFontData()[0].getHeight() and I believe it should be remove... | 2007-07-02 11:59:27 | 1,183,390,000 | resolved fixed | b4c7375 | 1,183,560,000 | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet132.java | SWT |
1,973 | 186,683 | Bug 186683 Embedding a Combo in a Toolbar fails on WPF | null | 2007-05-12 11:51:14 | 1,178,990,000 | resolved fixed | aac1e89 | 1,182,800,000 | bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/ToolItem.java | SWT |
1,974 | 184,643 | Bug 184643 Ctrl+Click on Launch Config not working | Normally, you can easly edit a launch configuration by clicking on it the the Launch/Debug Dropdown menu while holding Ctrl. This is not working in Eclipse 3.3, I20070323-1616 on Windows Vista. | 2007-04-29 18:11:45 | 1,177,880,000 | resolved fixed | c9b39df | 1,182,530,000 | bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java | SWT |
1,975 | 191,632 | Bug 191632 TextLayout implementation on linux platform doesn't provide suitable line offsets in specific scenarios | Build ID: M20070212-1330 Steps To Reproduce: 1.Create a shell 2.Define a text including both English characters and arabian characters 3.Use TextLayout to draw the text on the shell 4.Print the offset of each line 5.Find that the offsets on linux platform are weird More information: Here is the code snippet: import org... | 2007-06-07 23:31:57 | 1,181,270,000 | resolved fixed | c16281c | 1,182,440,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java | SWT |
1,976 | 190,028 | Bug 190028 post-3.3 Browser cleanup | null | 2007-05-30 16:21:52 | 1,180,560,000 | resolved fixed | 01cb2fa | 1,182,360,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java | SWT |
1,977 | 189,189 | Bug 189189 MOZ_PLUGIN_PATH should parse for multiple delimited paths | - fix this post-3.3 | 2007-05-25 13:52:05 | 1,180,120,000 | resolved fixed | 0c4f2da | 1,182,360,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/AppFileLocProvider.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java | SWT |
1,978 | 188,726 | Bug 188726 callback in MozillaDelegate should be static | fix this post-3.3 | 2007-05-23 15:02:57 | 1,179,950,000 | resolved fixed | c57f6d4 | 1,182,350,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java | SWT |
1,979 | 81,604 | Bug 81604 Filter path does not behave as expected with new GtkFileChooser | null | 2004-12-18 21:39:03 | 1,103,420,000 | resolved fixed | eb8e8e7 | 1,182,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/widgets/DirectoryDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java | SWT |
1,980 | 186,685 | Bug 186685 Tray doesn't work on WPF | null | 2007-05-12 13:29:05 | 1,178,990,000 | resolved fixed | c0e89b9 | 1,182,280,000 | bundles/org.eclipse.swt/Eclipse SWT PI/wpf/org/eclipse/swt/internal/wpf/OS.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TrayItem.java | SWT |
1,981 | 189,676 | Bug 189676 Cannot select a patch file in WPF | Version: 3.3.0 Build id: I20070529-0010 When you select a patch file using thr browse button only the folder path is added to the dialog - you need to type in the file name yourself. This isn't happening on the other file selections (like the import archive dialog) and only on WPF | 2007-05-29 10:24:42 | 1,180,450,000 | resolved fixed | a276fdb | 1,182,280,000 | bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/FileDialog.java | SWT |
1,982 | 192,128 | Bug 192128 If shell is set disabled before it's open, top menu can pop up after it's shown. | null | 2007-06-12 05:13:47 | 1,181,640,000 | resolved fixed | 222c99b | 1,182,200,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
1,983 | 193,188 | Bug 193188 Text.computeSize(8, SWT.DEFAULT) wrong for text field without border | null | 2007-06-18 16:06:36 | 1,182,200,000 | resolved fixed | 21833dd | 1,182,200,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
1,984 | 191,741 | Bug 191741 cheese in java editor | Version: 3.3.0 Build id: I20070608-0010 The bug is in TextLayout, it doesn't draw the full selection background properly cause it has a test (for performance reason) where it doesn't draw a line when textual part of the line is outside of the clipping. To reproduce this problem on eclipse just resize the editor, or mov... | 2007-06-08 12:48:51 | 1,181,320,000 | resolved fixed | 90dc236 | 1,181,320,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/TextLayout.java | SWT |
1,985 | 191,412 | Bug 191412 FocusIn and FocusOut events are processed with different cases in Shell. | Since about org.eclipse.swt 3.3.0.v3339, a filter for x focus change event (FocusIn and FocusOut event)is added in org.eclipse.swt.widget.Shell. When the focus event meets some conditions, shell will set some fileds and send SWT event. But the conditions to process FocusIn event and FocusOut event are not the same. For... | 2007-06-06 23:09:31 | 1,181,190,000 | resolved fixed | 77e08c6 | 1,181,250,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
1,986 | 191,372 | Bug 191372 Cannot unminimize eclipse from dock | Run eclipse. Minimize it and click in the dock app icon to unminimize it. It does not work. | 2007-06-06 17:17:22 | 1,181,160,000 | resolved fixed | 2fff6ef | 1,181,170,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
1,987 | 191,072 | Bug 191072 Existing shell window title gets overwritten | If you have an already created window and use Shell.internal_new to pass the handle in, Shell.createHandle will overwrite any existing title. An example of this can be seen in the 3.3 RC3 build where the toolbar item for eclipse switches to "untitled window" after the workspace chooser disappears. | 2007-06-05 12:41:49 | 1,181,060,000 | resolved fixed | 1bd926e | 1,181,070,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
1,988 | 190,262 | Bug 190262 CCombo doesn't receive key-events | On MacOSX when opening a CCombo one is not able to scroll the list up/down using the keyboard. It seems that no key-events are delivered to it. On WinXP this is working as expected and I think I can remember that in also works on Gtk. This is a major problem for applications because usability is decreased when CCombo h... | 2007-05-31 12:21:25 | 1,180,630,000 | resolved fixed | 62e3138 | 1,180,720,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java | SWT |
1,989 | 190,480 | Bug 190480 regression: FocusOut not fired for Texts in an SWT.APPLICATION_MODAL shell | 3.3RC3 candidate build - run the snippet below - tab between the two text fields and you'll only see "in" printed to stdout, but you should see "out" and "in" for each focus change - this works fine if the Shell is not created with style SWT.APPLICATION_MODAL public static void main(String[] args) { Display display = D... | 2007-06-01 10:11:05 | 1,180,710,000 | resolved fixed | 360c1d1 | 1,180,710,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
1,990 | 149,040 | Bug 149040 Change javadoc for Table addSelectionListener | Current javadoc reads: "Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface." This is not true since the receiver's selection can change programatically and an event will not be sent. Ad... | 2006-06-28 12:50:57 | 1,151,510,000 | resolved fixed | 67aa0d2 | 1,180,640,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java bundles/org.eclipse.swt/Eclipse S... | SWT |
1,991 | 189,992 | Bug 189992 Column in problem view not properly refreshed when resizing the column width | Using I20070530-0010, I can get a reproducable refresh problem in the problem view. If I resize the first column in order to be able to see the complete warning message and then I resize it to be quite small, I can see part of the message still displayed after the last column. I don't expect it. If I force a refresh of... | 2007-05-30 14:22:33 | 1,180,550,000 | resolved fixed | 93ea26f | 1,180,640,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
1,992 | 158,043 | Bug 158043 [Mac] Right clicking on app in Dock and selecting Quit does nothing if file needs to be saved | With Eclipse 3.2 on the Mac OSX, Steps: 1. Launch Eclipse 2. Open some source code for editing. 3. Make an edit, but dont save it. 4. Minimize the application to the Dock. 5. Right click on the application in the Dock and choose Quit Note: For us, the problem was reported with our RCP application that we generated thro... | 2006-09-20 14:42:06 | 1,158,780,000 | resolved fixed | 52ff68e | 1,180,560,000 | bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java | SWT |
1,993 | 173,559 | Bug 173559 Javadoc for GC methods requiring advanced graphics | null | 2007-02-08 18:00:23 | 1,170,980,000 | resolved fixed | 8500e6a | 1,180,550,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
1,994 | 189,960 | Bug 189960 [browser] executing window.print() does not print | null | 2007-05-30 11:48:09 | 1,180,540,000 | resolved fixed | d4cb22d | 1,180,550,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/WindowCreator2.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebBrowserChrome.java | SWT |
1,995 | 189,970 | Bug 189970 GC drawImage fails on bidi + icon + double buffered | build eclipse 3.3 rc2 Create a drawing area with SWT.DOUBLE_BUFFERED and SWT.RIGTH_TO_LEFT. In the paint handler draw an icon. Run the test case and move a small window over the the icon -> cheese! | 2007-05-30 12:09:08 | 1,180,540,000 | resolved fixed | 750a2fb | 1,180,550,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
1,996 | 189,465 | Bug 189465 Browser can crash on RHEL3 if xulrunner is present (motif only) | 3.3RC2 Eclipse crashes on startup with the following setup (dump is at bottom): - RHEL3 - eclipse linux-motif build - XULRunner installed and registered XULRunner wants to use a newer version of libexpat.so (0.4) than RHEL3 provides (0.5). I've verified this by temporarily copying the libexpat.so (0.5) from RHEL4 to RH... | 2007-05-28 11:46:38 | 1,180,370,000 | resolved fixed | 788aa21 | 1,180,550,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java | SWT |
1,997 | 185,862 | Bug 185862 AIX 5.3 motif - Characters above \u007f show as "iso8859" in some swt widgets | null | 2007-05-07 17:43:27 | 1,178,570,000 | resolved fixed | 85625d4 | 1,180,540,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Font.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/TextLayout.java | SWT |
1,998 | 188,932 | Bug 188932 Can't enter paths in Text fields on Red Hat Workstation 5 | Build ID: RC1 Steps To Reproduce: 1. Fire up RC1 on linux / rhws5 / x86_64 2. Create a new project 3. File -> Import -> General -> File System 4. Try to enter a path in the "From directory" Text field. More information: Looks like every character that's entered is immediately selected which leads to the problem that th... | 2007-05-24 10:50:04 | 1,180,020,000 | verified fixed | 31a2d55 | 1,180,110,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
1,999 | 188,859 | Bug 188859 [render] colored labels shifted to the right and margin smaller between icon and text | 3.3 RC1. When enabling colored labels the icon and the text get shifted to the right and the margin between icon and text becomes smaller. The shifting is less bad than the small (almost inexistent) margin. This does not happen in WindowsXP. Should also check Mac. | 2007-05-24 05:56:20 | 1,180,000,000 | resolved fixed | 5671706 | 1,180,050,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java | SWT |
2,000 | 186,722 | Bug 186722 Foreground color not used from EraseItem callback | Using custom owner drawn for a Table or Tree overriding the painting of the selection shows a bug on Linux. Consider this snippet: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Table t = new Table(shell,... | 2007-05-13 14:12:58 | 1,179,080,000 | resolved fixed | f08d807 | 1,180,040,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,001 | 181,410 | Bug 181410 [Browser] browser steal focus on IE7 | null | 2007-04-06 10:14:42 | 1,175,870,000 | resolved fixed | 59c7194 | 1,180,040,000 | bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets... | SWT |
2,002 | 187,273 | Bug 187273 Dialog package explorer on move reorg user input page scrolled | I20070516-0010 1. Select 'JavaPlugin' 2. Refactor>Move... Is: Dialog package explorer is scrolled to the right Should: Not be scrolled See screen shot. Not sure if it is us or SWT. This used to work pre 3.3M7 | 2007-05-16 10:44:05 | 1,179,330,000 | resolved fixed | 7712468 | 1,180,010,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,003 | 188,273 | Bug 188273 [Browser] Browser.addHelpListener does not work on SLED10 Linux when pressed F1 or Ctrl + F1 | Build ID: Eclipse3.3RC1 Steps To Reproduce: public class Test { /** * @param args */ public static void main(String[] args) { Display d = new Display(); Shell s = new Shell(d); s.setLayout(new FillLayout()); Browser b = new Browser(s, 0); b.setUrl("www.eclipse.org"); b.addHelpListener(new HelpListener(){ public void he... | 2007-05-22 06:11:47 | 1,179,830,000 | resolved fixed | 41acd10 | 1,179,950,000 | bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla... | SWT |
2,004 | 188,567 | Bug 188567 TreeEditor closes CCombo after 500ms | M7 TreeEditor registers a timer that sets the focus on the control (in ControlEditor.layout()) after 500ms. This closes an already dropped-down CCombo. Snippet follows, wrapping the CCombo in a Composite seems to work around the problem. | 2007-05-23 02:46:15 | 1,179,900,000 | resolved fixed | 8a021d8 | 1,179,950,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TreeEditor.java | SWT |
2,005 | 100,622 | Bug 100622 [Browser] Opening Applet crashes Eclipse | 1. create an HTML file with contents: <html> <body> <applet code=testpass.MyApplet.class width="200" height="200"> </applet> </body> </html> 2. open with/web browser 3. Eclipse crashes. From console: 2005-06-17 12:11:00.816 java[1114] GrP not requesting _registerDragTypes because the window is dying already 2005-06-17 ... | 2005-06-17 13:12:28 | 1,119,030,000 | resolved fixed | 06d90d9 | 1,179,940,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java | SWT |
2,006 | 188,381 | Bug 188381 Tree Viewer Collapse Extremely Slow on Vista | Build ID: I20070517-1700 Steps To Reproduce: Launch attached test application 1. Expand the "Root" item in the tree 2. Select the first child, "Item 0" 3. Collapse the "Root" item More information: The collapse takes ~12 seconds on Vista, but takes negligible time on Windows XP, Linux x86 (Open SUSE 10.2), and MacOS X. | 2007-05-22 13:07:48 | 1,179,850,000 | resolved fixed | ea6bf58 | 1,179,930,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,007 | 187,971 | Bug 187971 Custom Draw Tree brings cheese when using Image and Bold | Eclipse 3.3 RC1 Just run this snippet on windows to see cheese in the treeitems: import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.RGB; import org.eclipse.swt... | 2007-05-19 15:43:58 | 1,179,600,000 | resolved fixed | 5a83eff | 1,179,930,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,008 | 187,704 | Bug 187704 [DND] On Linux, the event.time is negative in dragOver event | Build ID: M20070212-1330 Steps To Reproduce: 1. Create an application shell with only two buttons - one is a drag source and another one is a drop target. 2. When drag from the drag source button to hover on the drop target button, the drop target button displays a dropdown shell under it. Expected result: the event.ti... | 2007-05-17 19:07:33 | 1,179,440,000 | resolved fixed | 026efaa | 1,179,520,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/DropTarget.java | SWT |
2,009 | 187,878 | Bug 187878 FileDialog with MULTI has old look | The single select file dialog has the look, the multi select has the old look. We should change the multi select case to use the newer windows look. | 2007-05-18 14:24:09 | 1,179,510,000 | resolved fixed | 0e44312 | 1,179,510,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/FileDialog.java | SWT |
2,010 | 150,397 | Bug 150397 Text: SWT.RIGHT without SWT.BORDER does not show text | On Mac OS X, if SWT.RIGHT is used as the style for a Text object, the user cannot see the text. Using SWT.LEFT as the style works fine. Using SWT.RIGHT | SWT.BORDER or SWT.RIGHT | SWT.WRAP also fixes the problem. Here's code to reproduce: package org.projectalisa.javalisa.basic.widgets; import org.eclipse.swt.layout.Gr... | 2006-07-12 10:52:15 | 1,152,720,000 | resolved fixed | b0ce542 | 1,179,510,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java | SWT |
2,011 | 185,607 | Bug 185607 Can't copy and paste into dialog text fields from some applications | I've noticed this problem for some time. I can't copy and paste a password from Splash ID (a password manager application) to SWT text fields. A paste action seems to delete the contents of the field. However, I can copy and paste into other Eclipse UI elements, such as the editor. More weird, is that I can copy and pa... | 2007-05-04 16:08:15 | 1,178,310,000 | verified fixed | bc9956a | 1,179,440,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Spinner.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java | SWT |
2,012 | 187,597 | Bug 187597 BeginBufferedPaint does not work in RTL and advanced | import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.*; public class PR111111 { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display, SWT.SHELL_TRIM | SWT.DOUBLE_BUFFERED | SWT.RIGHT_TO_LEFT); shell.addListener(SWT.P... | 2007-05-17 12:42:48 | 1,179,420,000 | resolved fixed | a52d83b | 1,179,420,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java | SWT |
2,013 | 136,691 | Bug 136691 Snippet139 - No more handles | Version: 3.2.0 Build id: I20060412-0847 Run Snippet139. The following SWTError is shown: Exception in thread "main" org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:3400) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.SWT.error(SWT.java:3268) at org.eclipse.swt.graphics.Im... | 2006-04-13 13:14:40 | 1,144,950,000 | resolved fixed | 84c43e6 | 1,179,350,000 | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet139.java | SWT |
2,014 | 183,503 | Bug 183503 Text formatting finishes too early when pasted | 3.3M6 I20070323-1616 SWT StyledText/RTFWriter 1. In an Eclipse editor enter some syntax-highlighted text plus a line break (CRLF), e.g. in the Java editor (under Windows) enter: // 12345<ENTER> 2. Copy both lines to the clipboard. 3. Paste the text into a native application with a rich text editor, e.g. Outlook Express... | 2007-04-21 10:38:36 | 1,177,170,000 | resolved fixed | d7e5b0c | 1,179,340,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java | SWT |
2,015 | 187,215 | Bug 187215 Enabling owner draw removes horizontal scrollbar | I20070516-0010. 1. start fresh workspace 2. create a Java project with very long name (==> scroll bar) 3. enable colored labels ==> horizontal scroll bar gone NOTE: resizing fixes the problem BUT: in M7 this did not work and not even closing and reopening the Package Explorer helped. | 2007-05-16 05:30:17 | 1,179,310,000 | resolved fixed | 4f1247a | 1,179,320,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,016 | 182,986 | Bug 182986 Javadoc in GC should document methods that need the advanced graphics subsystem | I20070417-0800. Javadoc in GC should document methods that need the advanced graphics subsystem. | 2007-04-18 11:28:09 | 1,176,910,000 | resolved fixed | ae0e7e7 | 1,179,280,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Path.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Pattern.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Transform.java | SWT |
2,017 | 177,711 | Bug 177711 Grayed PNG image displayed white background in some Linux | Build ID: M20060921-0945 Steps To Reproduce: The following code displays a transparent image(transparent.png) in a window. There should be nothing displayed. But in some machine(ThinkPad T60, ThinkCenter 8212, ThinkCenter 8141) with SLED10 linux, it displayed a white image. public class TestImage { public TestImage() {... | 2007-03-16 04:27:13 | 1,174,030,000 | resolved fixed | 6d82b41 | 1,179,260,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Image.java | SWT |
2,018 | 187,117 | Bug 187117 GC.copyArea(Image, int, int) wrong in RTL | null | 2007-05-15 16:43:16 | 1,179,260,000 | resolved fixed | c0d13b0 | 1,179,260,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
2,019 | 185,916 | Bug 185916 StyledText.setSelectionForeground(Color) has no effect | 3.3 M7 StyledText.setSelectionForeground(Color) has no effect. We could argue that this is a Platform limitation but then this should be mentioned in the Javadoc. | 2007-05-08 04:39:28 | 1,178,610,000 | verified fixed | e9b2aa0 | 1,179,260,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,020 | 173,549 | Bug 173549 Drawing round rectangles, DND and antialias vows | I have a funny combination that causes problems in forms. It requires the following: 1) Drag & Drop and the new drag effect support 2) Dragging of a composite that has children and that paints on its background 3) Usage of 'GC.fillRoundRectangle()' 4) Usage of antialiasing When all these are combined, the image created... | 2007-02-08 17:14:18 | 1,170,970,000 | resolved fixed | 37ab1e4 | 1,179,260,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Im... | SWT |
2,021 | 55,142 | Bug 55142 Horizontal scrollbar disabled with editor content horizontally scrolled | Overview Description: In the specified conditions (see below) the horizontal scrollbar of a text editor window is disabled while the window content remains horizontally scrolled. Steps to Reproduce: 1) Create a new File. 2) Type in a long line of text, larger than the editor area, so the horizontal scrollbar will be en... | 2004-03-17 14:44:08 | 1,079,550,000 | resolved fixed | 6bd6730 | 1,179,260,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,022 | 186,378 | Bug 186378 To input Japanese character in Java editor causes dot garbages ONLY at first. | Build ID: I20070503-1400 Steps To Reproduce: 1.Create a new java Project. 2.Create a new java class(Fig.1). 3.Insert Javadoc comment by entering /** and enter key(Fig.2). 4.Enter some Japanese word using KOTOERI, which is a default Mac OSX Japanes IME, into the java file(Fig.3). 5. Then eclipse cause strange behaviour.... | 2007-05-10 10:55:52 | 1,178,810,000 | resolved fixed | aaa32e6 | 1,179,260,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,023 | 185,231 | Bug 185231 Mac: Cannot get rid of native tooltip in a table with columns | [I20070502-0010] Steps: 1. Press Ctrl-3 to get the Quick Access dialog 2. Type "con" to get some matches 3. Hover over a table item -> custom tooltip appears 4. Move the mouse a little bit -> native tooltip appears as well | 2007-05-02 17:11:22 | 1,178,140,000 | resolved fixed | 56ccc8b | 1,179,250,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/ToolItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java | SWT |
2,024 | 184,916 | Bug 184916 Variables view not painted correctly after column resize | Resize the Name column of the variables view to make it smaller. The view is not painted correctly. Grid line between columns are missing, text truncated. I will attach screen capture. | 2007-05-01 12:12:55 | 1,178,040,000 | resolved fixed | a5c20d8 | 1,179,240,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,025 | 185,910 | Bug 185910 Custom drawing listeners produce display artifacts when used with virtual TreeViewer | Build ID: I20070503-1400 Steps To Reproduce: 1.Run attached program 2.Press Reload 3.Press Refresh 4. Scroll down More information: Using custom drawing listeners produces display artifacts when used with a TreeViewer with a lazy content provider. The initial display has the labels shown as two overlapping copies. Pres... | 2007-05-08 03:36:43 | 1,178,610,000 | resolved fixed | 091f790 | 1,179,240,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java | SWT |
2,026 | 186,580 | Bug 186580 GC#drawRoundRectangle looks ugly on advance mode | SWT M7 setAdvance to true setLineWidth to an odd number draw a round rectangle, note the lines and arcs do not connect correctly. fix: implement drawRoundRectangle using path. | 2007-05-11 11:28:58 | 1,178,900,000 | resolved fixed | 04268c3 | 1,179,170,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | SWT |
2,027 | 158,122 | Bug 158122 BIDI: StyledText does not paint selection well when mirrored | When we have a styledText widget, in RTL mode (Right to Left), and we select some text, the selection drawing is not perfect. On the first line, it seems that the higlighting begins one pixel after it should, and the first char is bolder. On the next lien,one character in the line is "Bolder" then the others, this happ... | 2006-09-21 05:53:14 | 1,158,830,000 | resolved fixed | 8b23889 | 1,179,170,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java | SWT |
2,028 | 186,757 | Bug 186757 No context menus in tables | I20070514-0010 (works in I20070511-0010 - got broken in I20070512-0010). Context menus no longer appear in all views that show information in a table (e.g. Search, Types view, lower pane of Type Hierarchy). Works in trees. Looks like an SWT bug since replacing SWT with the version from I20070511-0010 fixes the problem. | 2007-05-14 05:37:28 | 1,179,140,000 | verified fixed | f18522b | 1,179,160,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
2,029 | 186,611 | Bug 186611 Alpha channels being lost on Windows XP classic theme | null | 2007-05-11 13:20:30 | 1,178,900,000 | resolved fixed | a4db789 | 1,179,150,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ImageList.java | SWT |
2,030 | 183,640 | Bug 183640 Combo on Linux missing, doesn't show up. FormData | I have a wizard page that creates a Combo, the Combo is positioned using FormLayout and Formdata. On Linux (RedHat 4 Enterprise desktp) the Control fails to show up. Unless, I increase the Bottom Formdata to a larger percent. -------------------------------- final Composite composite = new Composite(parent, SWT.NONE); ... | 2007-04-23 13:56:31 | 1,177,350,000 | resolved fixed | fdf2b89 | 1,178,910,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
2,031 | 186,557 | Bug 186557 No Deactivate events from ON_TOP shells | ON_TOP shells are no longer sending deactivate events. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); final Shell ontop = new Shell(shell, SWT.ON_TOP); ontop.addListener(SWT.Deactivate, new Listener() { public void handleEvent(Event event) { Syste... | 2007-05-11 09:50:18 | 1,178,890,000 | resolved fixed | 1a62365 | 1,178,900,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
2,032 | 120,725 | Bug 120725 [DND] Drag and Drop - Snippet185 fails | Snippet185 - can't start drag. | 2005-12-13 15:43:10 | 1,134,510,000 | resolved fixed | 8f61130 | 1,178,830,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java | SWT |
2,033 | 186,448 | Bug 186448 Exceptions selecting tree items | using build N20070510-0010, I open the launch dialog and selected a launch configuration in the tree and got half a dozen of the following error: System.NullReferenceException: Object reference not set to an instance of an object. at Java_org_eclipse_swt_internal_wpf_OS_Object_1Equals(JNIEnv_* env, _jclass* that, Int32... | 2007-05-10 15:48:36 | 1,178,830,000 | resolved fixed | 55c3140 | 1,178,830,000 | bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java | SWT |
2,034 | 154,036 | Bug 154036 [Browser] Cannot Edit a Html IFrame which is in swt | I created a SWT class to have a browser.I have set the text of the browser to html.The html has a link to a html page .This html page has a IFrame with design mode on . But I cannot edit this Iframe when I run the SWT.In normal html page the Iframe is editable. The code of swt class and html page is as shown below : im... | 2006-08-16 06:43:10 | 1,155,720,000 | resolved fixed | 72cae96 | 1,178,820,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java | SWT |
2,035 | 185,534 | Bug 185534 Table sends MenuDetect twice | SWT-3.3M6 sends MenuDetect event twice on WinXP: One for MouseDown and one for MouseUp. This is not the case with SWT-3.2. Attached snippet produces this output for a single right click on a TableItem: Event {type=35 Table {} time=1044707109 data=null x=156 y=318 width=0 height=0 detail=0} Event {type=3 Table {} time=1... | 2007-05-04 08:57:20 | 1,178,280,000 | resolved fixed | 6c60a1c | 1,178,730,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | SWT |
2,036 | 181,937 | Bug 181937 [OLE] eclipse should handle accelerators before OLE controls | Build ID: 3.3M6 Steps To Reproduce: 1. Import attached plugin in PDE 2. Run it 3. You will find a menu, it binds to Ctrl+O. 4. Show "Internal web browser" view. 5. If you focus in URL input box, press Ctrl+O, it will pop a dialog. 6. If you focus on web page, press Ctrl+O, nothing happens. More information: | 2007-04-11 09:57:31 | 1,176,300,000 | resolved fixed | 5291190 | 1,178,730,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleFrame.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java | SWT |
2,037 | 186,054 | Bug 186054 [DND] Combo Drag-and-drop performed twice | null | 2007-05-08 19:13:57 | 1,178,670,000 | resolved fixed | 03e9e6e | 1,178,670,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
2,038 | 184,111 | Bug 184111 [DND] Not possible to drag multiple classes to a new package | Build ID: I20070323-1616 Steps To Reproduce: 1. Select multiple classes. 2. Attempt to drag them to a new package. 3. Only the class the cursor was over when starting to drag will be moved. More information: Most likely caused by the other classes being deselected when you press the left button to start dragging. | 2007-04-25 16:21:57 | 1,177,530,000 | resolved fixed | aeb7ec0 | 1,178,670,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,039 | 177,156 | Bug 177156 [Browser] The javascript 'top.close() ' crashes eclipse | null | 2007-03-13 11:09:48 | 1,173,800,000 | resolved fixed | 9741424 | 1,178,660,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java | SWT |
2,040 | 186,034 | Bug 186034 NPE in Shell.filterProc | I20070508-0800 Need to save display in a local before sending Deactivate. java.lang.NullPointerException at org.eclipse.swt.widgets.Shell.filterProc(Shell.java:660) at org.eclipse.swt.widgets.Display.filterProc(Display.java:1457) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse... | 2007-05-08 16:32:20 | 1,178,660,000 | resolved fixed | de18997 | 1,178,660,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
2,041 | 185,532 | Bug 185532 wrong selection length in owner drawn table | M7 WinXP - enable 'Use colors in labels' on Java > Appearance - open the 'Open Type' dialog (Ctrl + Shift + T) and enter 'A' - the selection is larger than the entry It has actually the same length as the largest so far seen entry When you scroll down and find a larger entry, the selection will become bigger | 2007-05-04 08:39:56 | 1,178,280,000 | resolved fixed | 678527f | 1,178,650,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/TableItem.java | SWT |
2,042 | 185,313 | Bug 185313 Inconsistency with focus on selected action | 20070503 See the attached screenshot. Trees in vistas seem to not show the focus for selected element. They do it for tables. In my owner drawn tree I get SWT.FOCUSED so I draw the focus. Looks like SWT.FOCUSED should not be set. | 2007-05-03 06:54:24 | 1,178,190,000 | resolved fixed | c653083 | 1,178,640,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,043 | 185,529 | Bug 185529 horizontal scrollbar missing in owner drawn tree | M7 - enable 'Use colors in labels' on Java > Appearance - look at the contents of a project in the package explorer: Horizontal scroll bars are missing. | 2007-05-04 08:26:25 | 1,178,280,000 | resolved fixed | fcbe924 | 1,178,630,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,044 | 184,592 | Bug 184592 Calling List#setTopIndex() on Lists created with SWT.V_SCROLL scrambles the widget | When creating a List without the scrolling bits set a call to setTopIndex() make the widget look strange. | 2007-04-28 08:02:08 | 1,177,760,000 | resolved fixed | 7110a28 | 1,178,570,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java 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,045 | 185,617 | Bug 185617 [Presentations] AIOBE on CTabFolder setSelectionBackground | I20070503-1400 We get an AIOBE when starting Eclipse of a platform where the display has a bit depth of 8 (specifically AIX in our case). The problem seems to stem from the following lines in CTabFolder.setSelectionBackground : if (getDisplay().getDepth() < 15) { // Don't use gradients on low color displays colors = ne... | 2007-05-04 17:23:30 | 1,178,310,000 | verified fixed | 07cfbab | 1,178,550,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
2,046 | 180,511 | Bug 180511 [typing] Editor flashes when extending selection by word with Ctrl+Shift+Right | I20070323-1616 (M6) The Java editor sometimes flashes when extending a selection by word with Ctrl+Shift+Right. Steps: - new workspace - copy attachment into clipboard - paste to Package Explorer - set caret to before first 'res.add(...' - press Ctrl+Shift+Arrow_Right until selection is 'res.add(new BindingProperty(thi... | 2007-04-02 12:23:32 | 1,175,530,000 | resolved fixed | b38bfba | 1,178,230,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,047 | 178,779 | Bug 178779 [typing] IAE in JFaceTextUtil.getPartialTopIndex() | 3.3M5 While the projection viewer is handling widget disposal: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:3462) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.custom.StyledText.getOffsetAtLine(StyledText.java:... | 2007-03-22 09:15:39 | 1,174,570,000 | resolved fixed | 0adc24b | 1,178,220,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
2,048 | 185,263 | Bug 185263 Link widget calculates incorrect width when "&" is part of text | Build ID: M20060629-1905 Steps To Reproduce: Try this: Link link = new Link (parent, SWT.NONE); link.setText ("Me && I"); The calculated width is incorrect and the "I" gets clipped. (you can put the <a> link brackets around it, but that doesn't matter). The text displayed is correctly: "Me & I" More information: This h... | 2007-05-02 20:11:45 | 1,178,150,000 | resolved fixed | acba9fa | 1,178,220,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java | SWT |
2,049 | 185,090 | Bug 185090 Cannot Start (VM crash) | I20070501-0010 and I200702-0010 (works with I20070430-0800) On our Suse Linux box we get VM crash each time. This happens with our existing but also new workspaces. Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b02 mixed mode) | 2007-05-02 08:39:52 | 1,178,110,000 | verified fixed | c7a2d35 | 1,178,140,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java | SWT |
2,050 | 184,266 | Bug 184266 [Viewers] Tree on Extensions page initially scrolled to the right | I20070424-0930 - new workspace - import org.eclipse.jdt.ui as binary - open plugin.xml - go to Extensions tab - close editor - go back (Alt+Left) => tree is scrolled to the right; icons and '+'es not visible | 2007-04-26 12:25:19 | 1,177,600,000 | verified fixed | a2fe246 | 1,178,140,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | SWT |
2,051 | 184,922 | Bug 184922 GTK: crash when calling Table.getItemHeight() | Using SWT from HEAD, I got a crash. It is reproducible by playing around with the latest version of Quick Access (Ctrl-3). 1XMCURTHDINFO Current Thread Details NULL ---------------------- 3XMTHREADINFO "main" (TID:1006B9B8, sys_thread_t:8076848, state:R, native ID:401832A0) prio=6 4XESTACKTRACE at org.eclipse.swt.inter... | 2007-05-01 12:45:37 | 1,178,040,000 | resolved fixed | 61fb4c4 | 1,178,120,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,052 | 184,836 | Bug 184836 Missing shell activation events | When swapping between eclipse and other apps (xterm, firefox) using ALT+TAB I get into this state where eclipse won't accept key strokes any more. typing in a java editor won't do anything. But clicking through eclipse (like the outline view) works. The Shell is active (highlighted) but the tab of the active view/edito... | 2007-05-01 07:16:09 | 1,178,020,000 | verified fixed | a3631b7 | 1,178,050,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java | SWT |
2,053 | 184,774 | Bug 184774 Copy-paste error in SWT.RIGHT javadoc | The javadoc comments for SWT.RIGHT appear to be copied and pasted from SWT.LEFT: "This is a synonym for TRAIL (value is 1<<14)" 1<<14 is the value of SWT.LEAD. The value of SWT.TRAIL is 1<<17. | 2007-04-30 15:34:31 | 1,177,960,000 | resolved fixed | 4af2fc6 | 1,177,960,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java | SWT |
2,054 | 183,830 | Bug 183830 "Xlib: unexpected async reply" and deadlock in GLX.glXMakeCurrent(int, int, int) | Every so often our OpenGL program just locks up under Linux. "Xlib: unexpected async reply" is printed to stderr, and if we pause the program in the debugger we find that the main thread is deadlocked in GLCanvas.setCurrent()->GLX.glXMakeCurrent(int, int, int). | 2007-04-24 13:21:28 | 1,177,440,000 | resolved fixed | 8cddb02 | 1,177,950,000 | bundles/org.eclipse.swt/Eclipse SWT OpenGL/glx/org/eclipse/swt/internal/opengl/glx/GLX.java | SWT |
2,055 | 167,686 | Bug 167686 Background/Foreground Color style bit not respected without a border/scroll bar | I20061212-0010 Seen on both Solaris and Linux GTK Run the control example, go to Canvas. Click on H_SCROLL and V_SCROLL. Set background color and foreground color to something noticeable. Turn off H_SCROLL and V_SCROLL -> color goes away. Turn them back on -> color comes back. Turn them off and turn on BORDER -> color ... | 2006-12-12 12:21:36 | 1,165,940,000 | resolved fixed | e1807a2 | 1,177,710,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 bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Link.java bundles/org.e... | SWT |
2,056 | 184,385 | Bug 184385 SetItemCount() in Table extremly slow on MacOSX when lowering itemcount | Build ID: I20070323-1616 Steps To Reproduce: 1. Create a virtual table, set itemcount to 30000 items. 2. Now set itemcount to 5 3. Go drink a coffee, you have enough time until the UI is ready again. More information: mac only, tested with 3.3M6, and 3.2 | 2007-04-27 05:00:52 | 1,177,660,000 | resolved fixed | feb4a52 | 1,177,700,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java | SWT |
2,057 | 160,292 | Bug 160292 NPE when opening existing workspace on Motif | null | 2006-10-10 07:57:24 | 1,160,480,000 | resolved fixed | 1f1c8ee | 1,177,690,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java | SWT |
2,058 | 172,792 | Bug 172792 Pressing Ctrl+PageUp or PageDown in Search Window crashes JVM | Build ID: M20060921-0945 Steps To Reproduce: 1. Open search (Ctrl+H) 2. Press Ctrl+PageUp or Ctrl+PageDown 3. JVM crashes More information: This is on Linux, Fedora Core 6, using JDK 1.6.0 (Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)) | 2007-02-04 13:47:35 | 1,170,610,000 | resolved fixed | ebe9f6c | 1,177,610,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/TabFolder.java | SWT |
2,059 | 178,495 | Bug 178495 [Browser] Control-N from Browser causes multiple errors. | Build ID: Eclipse3.2.1 Steps To Reproduce: 1.Create a Browser control with an url. 2.Click in the body (not on a link) in Browser - Focus needs to be in the body to reproduce 3.Get several error messages - "register faik". Click ok at each one to continue 4.Then get error - Java Plug-in Fatal Error - Cannot load class ... | 2007-03-21 04:30:39 | 1,174,470,000 | resolved fixed | 54a06f0 | 1,177,600,000 | bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java | SWT |
2,060 | 136,332 | Bug 136332 Shell.getSize is wrong for non-decorated shells | null | 2006-04-12 10:26:23 | 1,144,850,000 | resolved fixed | 15ddb33 | 1,177,530,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java | SWT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.