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,061
182,906
Bug 182906 Table selection with CTRL+SHIFT does not send events
To reproduce the problem, have a table with the following items: item_1 item_2 item_3 item_4 item_4 - Click on item_1. Now item_1 is selected and the TableViewer notifies the SelectionListener - Hold CTRL and click on item_3. Now item_1 and item_3 is selected and the TableViewer notifies the SelectionListener - Hold CT...
2007-04-18 05:47:03
1,176,890,000
resolved fixed
d7f7505
1,177,450,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,062
175,259
Bug 175259 SWTException stacktrace misleading when in Display.syncExec
Build ID: M20060921-0945 Steps To Reproduce: 1. Run something outside the UI thread. 2. Issue a Display.syncExec(Runnable) 3. Throw an SWTException The resulting stack trace contains no information from where the Display.syncExec has been issued. This makes bug tracking quite difficult for a supporter. More information...
2007-02-23 07:22:34
1,172,230,000
resolved fixed
1fee8b5
1,177,450,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
SWT
2,063
169,290
Bug 169290 [browser] Different behavor of opening a PDF file when setting URL and clicking the URL
[Env] * RedHat EL4 WS Update 4 * Eclipse 3.3 M4 build. * Firefox 1.5.0.8 [Reproducable steps] 1. Start Eclipse. Open view "Internet Web Browser". 2. Use "Internet Web Broser", navigate to a web page contains a PDF link. 3. Click that PDF link, a file pick dialog pops, and then it starts downloading of you press ok. 4. ...
2006-12-30 23:40:02
1,167,540,000
verified fixed
c490cd8
1,177,450,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/nsIWebNavigationInfo.java
SWT
2,064
179,266
Bug 179266 [Presentations] DBCS3.3: tab label "..." isn't added in 3.0 presentation
It look like a local ecommon issue. The new look simply truncation tab label string if it's too small. But 3.0 presentation has the same behavior. Driver: M6 Platform: WindowsXP Japanese, IBM JVM 5.0 SR4 ifix steps to recreate. 1- select "3.0 Presentation" for Current Presentaion at Preferences > General > Appearance 2...
2007-03-26 04:55:31
1,174,900,000
closed fixed
3b62eb4
1,177,440,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,065
180,621
Bug 180621 overlap image transparency failure in 16bits color quality
Build ID: 3.2.2 Steps To Reproduce: 1. Open the Display's properties from Control Panel of Window XP; and confirm the Color quality is 32bits. 2. Copy the overlap.png to c:\, then run the snippet code from Eclipse PDE; 3. A window is open, and you will see the green circle block is shown on window. This is expect resul...
2007-04-03 03:08:14
1,175,580,000
closed fixed
666899c
1,177,430,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
SWT
2,066
176,491
Bug 176491 MessageBox consumes 100% CPU on Linux/GTK
Build ID: I20070209-1006 Steps To Reproduce: 1. Open a org.eclipse.swt.widgets.MessageBox 2. The CPU usage is 100% as long as the MessageBox is open More information: The messagebox was created like this: ... new MessageBox(shell, SWT.ICON_WARNING | SWT.YES | SWT.NO); Using SuSe 10, Gnome 2.12.2, GTK 2.8.10-39.22
2007-03-06 09:49:17
1,173,190,000
resolved fixed
61e93ff
1,177,370,000
bundles/org.eclipse.swt/Eclipse SWT Printing/gtk/org/eclipse/swt/printing/PrintDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ColorDialog.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...
SWT
2,067
179,105
Bug 179105 Revert CTabItem unselected tab separator style for simple tabs
In M6 we introduced a change to the tab separator (vertical edge) style for both curvy and simple tabs, for the unselected tab case. Previously, unselected simple tabs just drew vertical lines for their separators. In discussing with Tod, we should revert to the 3.2 style for several reasons: 1) Those who pick simple t...
2007-03-23 15:34:55
1,174,680,000
verified fixed
45bd688
1,177,360,000
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/CTabItem.java
SWT
2,068
177,374
Bug 177374 SEGV in libswt-pi-gtk-3330
null
2007-03-14 13:08:27
1,173,890,000
resolved fixed
0da378d
1,177,360,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java
SWT
2,069
178,008
Bug 178008 Offsets when rendering text in a tree/table item
20070319 When I use owner draw on a TreeItem or TableItem and want to draw text at the same location as where the native painter would draw the text, I need to know a x and y offset relative to the items bound. I believe the offsets depend on the OS and on the font used.
2007-03-19 04:40:49
1,174,290,000
resolved fixed
a30a576
1,177,360,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/ecli...
SWT
2,070
178,388
Bug 178388 CTabItem gets clipped on right hand side
build I20070320 The right hand side of the tab sometimes gets clipped. To reproduce, rezise a view stack with a few views narrow/wide. I am running with high DPI but not sure if that's the only combination that will create this.
2007-03-20 15:28:06
1,174,420,000
verified fixed
5df9f0d
1,177,350,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,071
182,748
Bug 182748 StyledText cheese when redrawing selection in FULL_SELECTION mode
I20070410-1043 - new workspace - set an empty file as user dictionary - new project P - open P/.project - Select All - hover over "ent" of the closing "</comment>" tag until tooltip appears - move mouse to top => white area remains after "<projects>" - with the same procedure, the tooltip for "<comment>" correctly rest...
2007-04-17 09:40:00
1,176,820,000
resolved fixed
126e894
1,177,350,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
2,072
179,204
Bug 179204 [OSX] Printer instance unusable after cancelJob()
null
2007-03-25 14:22:06
1,174,850,000
resolved fixed
7c39713
1,177,100,000
bundles/org.eclipse.swt/Eclipse SWT Printing/carbon/org/eclipse/swt/printing/Printer.java
SWT
2,073
182,777
Bug 182777 Image.getImageData crashes VM in win32.OS.MoveMemory
Build ID: M20070212-1330 Steps To Reproduce: 1. Create large image 2. Allocate a lot of C heap memory 3. call image.getImageData() I've reproduced the bug with this action. It may be easier by using OS.HeapAlloc to consume the C heap memory. public void run(IAction action) { // 1. Create a large image. Display display ...
2007-04-17 11:55:01
1,176,830,000
resolved fixed
36d6fe1
1,177,100,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/Image.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
2,074
176,307
Bug 176307 [Browser] SWT Browser crashes Eclipse if page contents set by setText contains a named anchor
Build ID: I20070222-0951 Steps To Reproduce: 1.Populate the SWT Browser using setText(), with content that includes a link to a named anchor (<a name="foo") elsewhere in the page 2.Run up the app and click on the link 3.Wait for a few seconds, there will be an invalid memory access reported in the logs and eclipse will...
2007-03-04 08:01:30
1,173,010,000
resolved fixed
71956c5
1,177,100,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,075
183,254
Bug 183254 Mac: calling TreeItem.setText can cause a SetData callback
Here is a stack trace of what I'm seeing. I don't think calling setText() should generate a callback. at java.lang.Thread.dumpStack(Thread.java:1176) at foo.Snippet172640$ViewContentProvider.updateElement(Snippet172640.java:132) at org.eclipse.jface.viewers.TreeViewer.virtualLazyUpdateWidget(TreeViewer.java:917) at org...
2007-04-19 14:50:05
1,177,010,000
resolved fixed
88aa582
1,177,100,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/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java
SWT
2,076
183,253
Bug 183253 protected methods in wpf version of TextTransfer are public in others
I notice there are methods in the wpf version of TextTransfer that are protected where they are public in the other versions (i.e. javaToNative, nativeToJava). Is this intentional?
2007-04-19 14:47:59
1,177,010,000
resolved fixed
c3885ab
1,177,080,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/RTFTransfer.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/TextTransfer.java
SWT
2,077
183,280
Bug 183280 TableCursor.paint() uses string != "", should be string.length() > 0
Build ID: N20070405-0010 Steps To Reproduce: In browsing the code, I happened to notice that in class org.eclipse.swt.custom.TableCursor, function paint(Event) includes this code: String text = row.getText(columnIndex); if (text != "") { //$NON-NLS-1$ Of course it is not correct to use "!=" when comparing Java strings....
2007-04-19 16:40:51
1,177,020,000
resolved fixed
aa0f46e
1,177,020,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableCursor.java
SWT
2,078
133,597
Bug 133597 column resize cursor shows at wrong position
- run the snippet below - hover over the column separator in the header and note that the cursor does not change to the resize image (it should change), though if you now mouse down here and drag the column will resize properly - now if you slowly move the mouse to the left within the header you'll find a spot where th...
2006-03-28 11:53:19
1,143,560,000
resolved fixed
5accd1c
1,176,950,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,079
182,990
Bug 182990 NullPointerException in monitorEnumProc() in Class Display
Description: The method getMonitors is not reentrant if multiple user interface threads are used. The variable 'monitors' is static and could be set to null by an other thread while one thread still executes getMonitors. This will result in a NullPointerException. StackTrace: java.lang.NullPointerException at org.eclip...
2007-04-18 11:33:55
1,176,910,000
resolved fixed
b85033d
1,176,940,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
2,080
182,991
Bug 182991 widget is disposed exception when disposing TableEditor
null
2007-04-18 11:34:19
1,176,910,000
resolved fixed
f1a7f0c
1,176,940,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TreeEditor.java
SWT
2,081
119,109
Bug 119109 KeyEvent.doit does not work for a CCombo
I want to perform an action for a specific key sequence (Ctrl+Space). I do not want the space character to appear in the CCombo. Using the following code in a KeyListener does not work: public void keyPressed(KeyEvent event) { if (event.stateMask == SWT.CTRL && event.keyCode == ' ') { event.doit = false; // rest of cod...
2005-12-02 15:44:34
1,133,560,000
resolved fixed
37a4190
1,176,880,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
2,082
182,810
Bug 182810 [OpenGL] GLCanvas.isCurrent() always returns false on Windows
On Windows, the following bit of code is an infinite loop. On Linux, it is not. while (!myGLCanvas.isCurrent()) myGLCanvas.setCurrent(); In other words, GLCanvas.isCurrent() always returns false on Windows, even if GLCanvas.setCurrent() has just been called. This is a big problem for us because GLCanvas.setCurrent() do...
2007-04-17 15:05:43
1,176,840,000
resolved fixed
0894512
1,176,880,000
bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/org/eclipse/swt/opengl/GLCanvas.java
SWT
2,083
169,291
Bug 169291 [DnD] Combo: Incorrect DragStart when mouse hover still inside combo region
[Env] Win XP SP2 Eclipse 3.2.1 [Step to reproduce] 1. Create a Combo, set to DragSource object. 2. Add DragListener to a combo. 3. Run it. Input some text in the combo. 4. Use mouse to select some typed text chars. [Result:] * A dragstart is triggered, no matter the mouse hover is inside the combo region of out of comb...
2006-12-30 23:50:03
1,167,540,000
resolved fixed
65c6efa
1,176,850,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
2,084
82,500
Bug 82500 TabFolder should not use PtCalcCanvas in getClientArea
Due to the nature of the widget PtPanelGroup, you cannot use PtCalcCanvas to get the widgets drawing area. There is a limitation in photon where you cannot draw a surface outside of a widgets canvas. The tabs are control surfaces. Therefore if you use PtCalcCanvas to determine the drawing area, you will overwrite the t...
2005-01-10 14:34:46
1,105,390,000
resolved fixed
a3530e1
1,176,840,000
bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/TabFolder.java
SWT
2,085
180,674
Bug 180674 [Presentations] Many colors allocated over and over again when opening same editor
Build 3.3M6 This is not a leak. Using SWT sleak tool, I noticed some colour allocations which I was wondering whether they were intentional. - Basically, I have an editor open already (any unit will do) which has focus. - Use 'ctrl-shift-T' to open OpenType dialog - Type in the same unit name to re-open on the same fil...
2007-04-03 06:40:57
1,175,600,000
verified fixed
7f6898e
1,176,820,000
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/CTabItem.java
SWT
2,086
182,498
Bug 182498 org.eclipse.swt.widgets.Text is not editable and set a _foreground_ color, the background color changes to default.
Build ID: S-3.3M6-200703231616 Steps To Reproduce: 1. text.setEditable(false); -> background will turn gray 2. text.setForeground(display.getSystemColor(SWT.COLOR_YELLOW)); -> background will be default
2007-04-16 02:55:18
1,176,710,000
resolved fixed
ca61164
1,176,760,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
2,087
178,766
Bug 178766 ToolTip jumps around
When I move my mouse across my editor tabs, the tooltips that show up there also flicker along the tabs/toolbars in the view stack that hols the Problems view. PW
2007-03-22 07:28:28
1,174,560,000
resolved fixed
e3526c0
1,176,750,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/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
2,088
81,467
Bug 81467 Draw2D fails to print on Mac OSX 10.3
I am trying to print out a figure using Draw2D. I have the code working under Windows XP. It is a standalone application using SWT (3062) and the Draw2D jar (3.0.0). The code is below (it's sloppy, but this is just a prototyping application to make sure everything works). The interesting part is: PrintDialog dialog = n...
2004-12-16 15:41:14
1,103,230,000
resolved fixed
00abb15
1,176,750,000
bundles/org.eclipse.swt/Eclipse SWT Printing/carbon/org/eclipse/swt/printing/Printer.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
2,089
96,244
Bug 96244 [Program] Program.findProgram does not pick up customized applications for file extensions
Program.findProgram always seems to use the Open action for a file extension, even if the user has selected a different program using "Open With->Choose Program" in Windows Explorer and saying "Always use the selected program to open this kind of file". It isn't obvious to me where this customization is stored in the r...
2005-05-22 12:55:11
1,116,780,000
resolved fixed
4c43528
1,176,740,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
SWT
2,090
181,931
Bug 181931 double-click after opening brace does not select all block
Version: 3.3.0 Build id: I20070410-1043 J2RE 5.0 IBM J9 2.3 Windows XP x86-32 build j9vmwi3223-2007020 test scenario: - open a Java file - at the beginning of a method, or try block, place the cursor after the opening brace { - double click --> only the current line gets selected, whereas I expect the whole block to be...
2007-04-11 08:58:24
1,176,300,000
resolved fixed
d4f955a
1,176,500,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
2,091
143,707
Bug 143707 sorted Table column background overrides TableItem background
3.2RC5 - run the snippet below, which sets the first column to be the sort column, and the second item's background to red - note that the red background does not appear in the second item's first column, as a result of the column's special "I'm being sorted" background - it seems like a custom set background should ov...
2006-05-25 09:59:43
1,148,570,000
resolved fixed
4bf9ead
1,176,490,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,092
156,817
Bug 156817 Background-Color of TreeItem should override Sort-Column-Color
Eclipse 3.2 This Snippet demonstrates the problem: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Tree t = new Tree(shell, SWT.FULL_SELECTION); t.setHeaderVisible(true); TreeColumn col1 = new TreeColumn(t...
2006-09-10 16:59:16
1,157,920,000
resolved fixed
81b80aa
1,176,490,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,093
181,302
Bug 181302 [Linux] SWT Deactivate event no longer fired when a Shell is deactivated
This is blocking TPTP's Automated GUI Recorder form recording on Shells in Linux. Eclipse SDK Build ID: I20070323-1616 Please see attached test case. To reproduce: 1) Import this plugin into Eclipse 2) Launch an eclipse application (to show example test case) 3) Select the Run Test Case Menu > Run Example option 4) You...
2007-04-05 15:57:16
1,175,800,000
resolved fixed
54e437b
1,176,410,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
2,094
182,001
Bug 182001 Whacky behaviour in the update manager with WPF drop of Eclipse on Windows Vista
Eclipse SDK Version: 3.3.0 Build id: I20070410-1043 (I first noticed this with 3.3M6) Windows Vista I've accessed the Europa update site. When I get to the tree of features, some are already selected. As I select/deselect features, other features are selected (i.e., their checkboxes get checked). It's basically unusabl...
2007-04-11 14:56:26
1,176,320,000
resolved fixed
ed214cb
1,176,400,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TreeItem.java
SWT
2,095
181,405
Bug 181405 [Browser] Opening web page with applet causes Eclipse to hang
Build ID: I20061214-1445 Steps To Reproduce: 1. Open the attached html file in the Eclipse with the embedded web browser 2. Eclipse should hang with CPU at 100% More information: If you open the attached html file with IE or Firefox you do not get the hang.
2007-04-06 09:17:54
1,175,870,000
resolved fixed
89d7787
1,176,320,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java
SWT
2,096
176,167
Bug 176167 Form's BusyIndicator hangs workbench on GTK
3.3M5 Using the form editor's BusyIndicator hangs the workbench on GTK. Not using busy indication made the problem go away, the following was in the log: Xlib: unexpected async reply (sequence 0x83d9)! Xlib: unexpected async reply (sequence 0x83da)! Xlib: unexpected async reply (sequence 0x8e58)! Xlib: unexpected async...
2007-03-02 07:06:32
1,172,840,000
resolved fixed
ac97e9d
1,175,800,000
bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
SWT
2,097
167,301
Bug 167301 AddFontResourceEx missing for ANSI in OS
According to MSDN, AddFontResourceEx is implemented as both Unicode and ANSI. However, it is unsupported in Windows 95/98/Me, only included in Windows 2000 and later. The older AddFontResource is implemented as both Unicode and ANSI. We currently implement AddFontResourceExW. Also, RemoveFontResourceExA is not implemen...
2006-12-08 17:19:28
1,165,620,000
resolved fixed
a2be781
1,175,790,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/graphics/Device.java
SWT
2,098
162,578
Bug 162578 [Browser] Changing status message in Ubuntu's built-in Firefox browser doesn't work
Hi, I used to use SWT browser on Linux with Mozilla 1.7.3 GTK2, and everything was OK, but when I switched to Firefox (the version which is available with Ububtu Dapper 6.06), a problem occurs: Either the JavaScript in my page (loaded in the Browser widget), cannot change the status text, or SWT does not handle the eve...
2006-10-27 12:03:29
1,161,970,000
resolved fixed
3d9c2cb
1,175,770,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,099
180,977
Bug 180977 Cannot get font foreground colors
On Windows at least the font selection dialog will allow us to select a font colour but the API does not allow us to access this colour. As a result we need to use seperate preferences for font style and colour which can be confusing to the user when they see the color in the selection dialog.
2007-04-04 11:42:04
1,175,700,000
resolved wontfix
bc23efb
1,175,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,100
178,757
Bug 178757 [consistency] TableColum/TreeColumns last resize listener called when control is resized
If you add an resize listener to a Table/TreeColumn on Linux Gtk it is called when the control is resized. On MacOSX and WinXP this is not happening.
2007-03-22 06:58:08
1,174,560,000
resolved fixed
466dc17
1,175,720,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,101
151,891
Bug 151891 Table.computeSize returns wrong value on GTK
null
2006-07-26 14:33:59
1,153,940,000
resolved fixed
ca532f8
1,175,720,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/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
2,102
180,821
Bug 180821 Eclipse won't start due to error in System.Windows.FontStretch.FromOpenTypeStretch
Build: I20070403 This WPF build fails to start the workbench. There are hundreds of errors on stdout/stderr, and a number of errors in the log. Here is a sample of the errors that appear on stderr: LEAK -> 99=#FF5F3F5F type=System.Windows.Media.Color java.lang.Exception at org.eclipse.swt.internal.wpf.OS.Color_FromArgb...
2007-04-03 18:35:03
1,175,640,000
resolved fixed
59c942d
1,175,710,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/graphics/FontData.java
SWT
2,103
180,376
Bug 180376 Eclipse/SWT crashes the JVM
null
2007-04-01 10:07:54
1,175,440,000
resolved fixed
cdbd1ce
1,175,700,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Menu.java
SWT
2,104
180,773
Bug 180773 CTabFolder's getSelection() javadocs is incorrect
The current javadocs says that an empty array will be returned if nothing has been selected. In reality, the return type is a CTabItem (so returning an array is impossible to begin with), and the actual return value for a CTabFolder with no selection is null.
2007-04-03 14:46:10
1,175,630,000
resolved fixed
53107e2
1,175,630,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
2,105
180,615
Bug 180615 too many paint events have been sent out when key down in Canvas
Build ID: I20070306-1200 Steps To Reproduce: 1. Write a simple example using Canvas 2. Listen to key down and paint event 3. Holding down the arrow down key, you will find too many paint events have been sent out, key down event and paint event are alternate. 4. If you run this in build I20070222-0951, it only sends ou...
2007-04-03 01:09:01
1,175,580,000
verified fixed
b8d6fab
1,175,620,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
2,106
180,540
Bug 180540 Default behaviour for FileDialog different on Vista
I'm using Windows Vista with Eclipse 3.3M6 WPF running. When you try to import a team project set and click the "browse" button to locate the psf file, it shows a "Save As" Dialog. I dug into the implementation org.eclipse.team.internal.ui.wizards.ImportProjectSetMainPage and discovered that they are using the single-a...
2007-04-02 15:39:24
1,175,540,000
resolved fixed
67fc3a6
1,175,610,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/FileDialog.java
SWT
2,107
177,123
Bug 177123 Disposed TableEditor recieves resize event and crashes
TableEditor.ControlMoved is called for disposed editor. It calls TableEditor._resize()(in the last version "_resize" is renamed to "layout"). void _resize () { if (table.isDisposed()) return; if (item == null || item.isDisposed()) return; int columnCount = table.getColumnCount(); if (columnCount == 0 && column != 0) re...
2007-03-13 07:07:07
1,173,780,000
resolved fixed
25905b4
1,175,350,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ControlEditor.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java bundles/org.eclipse....
SWT
2,108
180,204
Bug 180204 Tree with style SWT.VIRTUAL | SWT.CHECK doesn't correctly check nodes without children
Build ID: M20070212-1330 Steps To Reproduce: 1. see attached code sample 2. run code sample 3. you should see a tree where every node which ends with "2" has no children. 4. the nodes without children have no checkmark, even though the code explicitely does item.setChecked(true) for every node 5. minimize/maximize the ...
2007-03-30 10:25:30
1,175,260,000
verified fixed
04e0144
1,175,290,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java
SWT
2,109
180,221
Bug 180221 Combo sends out multiple MouseEnter/MouseExit events
If you add a Listener for MouseEnter and MouseExit events to a Combo, you will get an Enter/Exit when you go over the box and another one when you go over the drop down arrow button.
2007-03-30 11:52:52
1,175,270,000
resolved fixed
275c013
1,175,270,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java bundles/org...
SWT
2,110
180,181
Bug 180181 Javadoc warnings in N20070330-0010
/builds/N200703300010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:2581: warning - Tag @see: Class or Package not found: FULL_SELECTION /builds/N200703300010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java...
2007-03-30 08:33:45
1,175,260,000
resolved fixed
815d8a0
1,175,260,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
SWT
2,111
179,794
Bug 179794 Screen cheese in ControlExample when resizing Table with PaintItem listener
I20070327-0800 - ControlExample > Table - enable PaintItem listener - click Size > 50 X 50 => original table area is not redrawn
2007-03-28 13:33:48
1,175,100,000
resolved fixed
8cdddf7
1,175,110,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,112
176,792
Bug 176792 [OLE] org.eclipse.swt.internal.ole.win32.ComObject misbehavior in multithreaded application
org.eclipse.swt.internal.ole.win32.ComObject constructor accesses to Callbacks and ObjectMap static fields. In multithreaded applications this sometimes leads to org.eclipse.swt.SWTError exceptions with message "No more callbacks". Solution Enclose constructor code in synchronized block public COMObject(int[] argCounts...
2007-03-09 03:25:55
1,173,430,000
resolved fixed
fed4205
1,175,030,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/internal/ole/win32/COMObject.java
SWT
2,113
179,177
Bug 179177 List.setTopIndex() should not leave excess space at bottom
On OS X, when CCombo calls list.setTopIndex and the number of items in the drop down is smaller than visibleItemCount, the list turns on its scrollbars and ends up in a strange looking state. There is an easy fix for this -- specifically, checking to make sure that top index <= (list.getItemCount() - visibleItemCount)....
2007-03-25 01:52:42
1,174,800,000
resolved fixed
59a77a7
1,175,030,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
SWT
2,114
179,448
Bug 179448 Japanese monospace/fixed witdth fonts such as Osaka-Mono are not shown properly.
Environment: Mac OSX 10.4.9/ Eclipse 3.3M6 on Japanse Mac OSX. Java editor does not display Japanese fonts properly while scrolling editor window or editing source code text. Procedure to reproduce: 1. Launch Eclipse 2. Go to Preferences>General>Appearance>Colors and Fonts, and see 'Basic' category in the right pane. 3...
2007-03-27 04:19:27
1,174,980,000
resolved fixed
bd7e3d9
1,175,020,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java
SWT
2,115
169,293
Bug 169293 [browser] AD pop-up doesn't show if flash plug-in not installed.(No OpenWindow listener)
null
2006-12-31 00:53:00
1,167,540,000
verified fixed
2af93db
1,175,010,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,116
14,654
Bug 14654 [typing] Single line selection on triple-click
This is a common and convenient behavior for text editors/IDEs which is missing. Would be nice to have it. Switching to keyboard and doing "shift+arrow down" seems like a lot more effort for achieving the same effect.
2002-04-25 13:35:40
1,019,760,000
verified fixed
56d7d44
1,174,940,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
2,117
178,134
Bug 178134 [browser] Mozilla: reimplement hooking of DOM listeners
null
2007-03-19 16:03:40
1,174,330,000
resolved fixed
0b913a5
1,174,940,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,118
178,735
Bug 178735 [DND] Stops working by simply adding an EraseItem Listener in Tree
Tested with 3.3 M5 and I20070321-0010 (seems to fail on Vista too). Consider this snippet: import org.eclipse.swt.SWT; import org.eclipse.swt.dnd.DND; import org.eclipse.swt.dnd.DragSource; import org.eclipse.swt.dnd.DragSourceEvent; import org.eclipse.swt.dnd.DragSourceListener; import org.eclipse.swt.dnd.DropTarget; ...
2007-03-22 04:00:40
1,174,550,000
resolved fixed
d166183
1,174,940,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,119
179,161
Bug 179161 Program.findProgram(String extension) should gracefully handle long input
The RegistryKey .net class does some pre-validation before actually hitting the registry. It would be nice to do something similar in the java layer before calling OS.RegistryKey_OpenSubKey - ideally not only in Program.findProgram but as a common sanity check. I believe the non-wpf win32 version returns null. e.g. Str...
2007-03-24 15:25:41
1,174,760,000
resolved fixed
1852959
1,174,920,000
bundles/org.eclipse.swt/Eclipse SWT Program/wpf/org/eclipse/swt/program/Program.java
SWT
2,120
177,389
Bug 177389 CTabItem: Tabs on bottom draw with a diagonal line
We are always assuming tabs on top in the 3.3 presentation. Screenshot to follow
2007-03-14 13:57:48
1,173,900,000
verified fixed
3ee0e96
1,174,590,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,121
172,832
Bug 172832 GC.getClipping( ) difference GTK / Windows
Build ID: M20060629-1905 Steps To Reproduce: 1. Launch snippet48 (image scrolling) on a Windows platform and observe gc.getClipping() value each time a paint event occurs. 2. Launch snippet48 (image scrolling) on a Linux Gnome platform and observe gc.getClipping() value each time a paint event occurs. 3. On the Linux, ...
2007-02-05 03:32:14
1,170,660,000
resolved fixed
beac15d
1,174,590,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java
SWT
2,122
178,705
Bug 178705 Javadoc warnings in I20070321-1800
/builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD /builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/comm...
2007-03-21 21:21:24
1,174,530,000
resolved fixed
fdde1d5
1,174,580,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java
SWT
2,123
178,326
Bug 178326 Last tab on the right of CTabFolder draws badly.
null
2007-03-20 12:11:00
1,174,410,000
verified fixed
1cbe75f
1,174,580,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,124
177,210
Bug 177210 Stack overflow in StyledTextRenderer
change the Java Editor Font to 11pt Segoe UI font and Eclipse crashes with a stack overflow Here's the stack: java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java:1158) at org.eclipse.swt.graphics.TextLayout.computeRuns(TextLayout.java:105) at org.eclipse.swt.graphics.TextLayout.getLineCount(TextL...
2007-03-13 16:55:42
1,173,820,000
resolved fixed
adfaa52
1,174,510,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/graphics/TextLayout.java
SWT
2,125
178,597
Bug 178597 Error Message in Console (gtkcellview.c)
I20070320-0010 I get the following message when starting up the ControlExample: (SWT:9891): Gtk-CRITICAL **: file gtkcellview.c: line 707: assertion `info != NULL` failed
2007-03-21 12:50:54
1,174,500,000
resolved fixed
da3475d
1,174,500,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
2,126
178,325
Bug 178325 ControlExample Tree tab forgets "Moveable Columns" attribute
3.3M6 test build - run the control example, go to the Tree tab - select all of the checkboxes in the "Other" group - change the Tree's style to SWT.MULTI - note that all of the checkboxes in the "Other" group except for "Moveable Columns" stay checked - on the Table tab this item stays checked with these steps
2007-03-20 12:07:23
1,174,410,000
resolved fixed
5d03846
1,174,490,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TreeTab.java
SWT
2,127
174,180
Bug 174180 Table.getItem(Point) always returns null when first column is 0 pixels wide
Build ID: M20060921-0945 Steps To Reproduce: This snippet shows the bug. It should print out the item to stdout when hovering, but when the width is 0, it always gets null. This snippet works properly on Windows and GTK. import org.eclipse.swt.SWT; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.events...
2007-02-14 10:56:07
1,171,470,000
resolved fixed
521690c
1,174,490,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,128
178,426
Bug 178426 [DND] DragSourceEffect creates cheese
Build ID: I20070222-0951 Steps To Reproduce: 1. Run the attached snippet. 2. Open another window (ie. a cmd shell) and place it just to the right of the button in the snippet. 3. Start dragging the button while the cmd shell is still on top of the swt snippet shell Bug: notice there is cheese left behind where the imag...
2007-03-20 17:01:56
1,174,420,000
resolved fixed
30a7780
1,174,430,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
SWT
2,129
178,180
Bug 178180 SWT browser in linux should load plugins under MOZ_PLUGIN_PATH
Build ID: 3.3.0.v3329 Steps To Reproduce: Can not config where to put plugins. Need a system variable to customize it. More information:
2007-03-20 01:53:46
1,174,370,000
resolved fixed
309b926
1,174,420,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/browser/SimpleEnumerator.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/SingletonEnumerator.java bundles/org.eclipse.swt/...
SWT
2,130
178,364
Bug 178364 Type-o in Snippet260
Snippet 260 has a type-o: System.out.println("Count not instantiate Browser: " + e.getMessage()); should read: System.out.println("Could not instantiate Browser: " + e.getMessage());
2007-03-20 14:02:47
1,174,410,000
verified fixed
e170e2b
1,174,410,000
examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet128.java examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet136.java examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet137.java examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet159.java exam...
SWT
2,131
177,885
Bug 177885 DBCS3.3: corruptions in editor on WindowsVista
If "Show whitespace characters" is turned on, editor display corruption by scrolling or double clicking. Driver: eclipse-SDK-3.3-I20070313-1051, Sun JVM 1.5.0_11. WindowsVista Business Japanese (Windows Aero is turned on) steps to recreate 1- turn on "Show whitespace characters" at Preferences > General > Editors > Tex...
2007-03-17 04:47:28
1,174,120,000
closed fixed
dd68755
1,174,410,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
2,132
178,185
Bug 178185 Tabs in Debug configurations are messed up
Run > Open Run Dialog... from the top menu. The tabs in launch configurations look messed up. I get the following exception below upon opening: eclipse.buildId=I20070320-0010 java.version=1.5.0_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -startu...
2007-03-20 03:05:23
1,174,370,000
resolved fixed
b04c6be
1,174,400,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
2,133
178,115
Bug 178115 Javadoc warnings in I20070319-1005
/builds/I200703191005/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java:27: warning - Tag @see: Class or Package not found: SWT#MOVEMENT_WORD /builds/I200703191005/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse...
2007-03-19 14:32:42
1,174,330,000
resolved fixed
4d16ce5
1,174,340,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/MovementListener.java
SWT
2,134
177,858
Bug 177858 Contributions to CTabFolder, CTabItem: add highlight, remove ellipses, icon always showing, right edge of tab rounded
null
2007-03-16 19:31:30
1,174,090,000
verified fixed
945c1cc
1,174,330,000
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/CTabItem.java
SWT
2,135
176,719
Bug 176719 Display.getActiveShell() returns different results on Windows compared to Linux
Build ID: M20060921-0945 Steps To Reproduce: I'm using a combo box control and have implemented the modifyText() method of a ModifyListener. In that method I get the active shell by calling PlatformUI.getWorkbench().getDisplay().getActiveShell(). On Windows XP this returns a Shell, but on Linux gtk it returns null. Sho...
2007-03-08 11:04:19
1,173,370,000
resolved fixed
e761358
1,174,080,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/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
2,136
177,223
Bug 177223 [DND] DropTargetEffect API
Build ID: I20070209-1006 In the DropTargetEffect class method Item #getItem(int x, int y) has package level access. Can the access modifier be changed to either protected or public level access so extending class may override the behavior and provide their own handling. #getItem() is called by the framework to populate...
2007-03-13 17:49:03
1,173,820,000
resolved fixed
346d32d
1,174,080,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetEffect.java
SWT
2,137
170,393
Bug 170393 CTabFolder display bugs
Some display bugs in CTabFolder: 1. When resizing this window to be thinner, and then thicker, the upper right pixel (the "rounding-corner-pixel" in CtabFolder #1 in snippet) creates pixel cheese. 2. There is no "rounding-corner-pixel" in the bottom right corner when the CTabFolder position is set to SWT.BOTTOM which s...
2007-01-13 16:28:05
1,168,720,000
resolved fixed
23cd446
1,174,070,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
2,138
177,531
Bug 177531 Custom draw problems with focus item in Tree and Table
null
2007-03-15 07:31:58
1,173,960,000
resolved fixed
2cba2e6
1,174,060,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
2,139
176,115
Bug 176115 Combo with SWT.READ_ONLY does not trigger ModifyEvent
Build ID: 3.3 M5 Steps To Reproduce: 1. Create a combo box with SWT.READ_ONLY property and prepopulate it with some data 2. Call addModifyListener on it. Do something in modifyText(). 3. Run your sample and pick an element in the combo box. modifyText() never gets called. More information: This used to work on XP and S...
2007-03-01 17:58:45
1,172,790,000
verified fixed
1c870e8
1,174,000,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
2,140
176,609
Bug 176609 custom drawn Table with SWT.Virtual items performs to much paint-events
Build ID: M20060911-0945 Steps To Reproduce: custom drawn Table with SWT.Virtual items performs to much paint-events NOTE: TESTED ONLY ON WIN32 PLATTFORM 1. Create display - shell - and a Table widget with SWT.VIRTUAL style 1.1 add 2 columns and some items to the table 2. add listeners for customdrawing: table.addListe...
2007-03-07 09:24:39
1,173,280,000
resolved fixed
401f04d
1,173,810,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,141
177,065
Bug 177065 ToolItem Image not painted disabled on Mac OS X (when the ToolItem is set to be disabled)
Build ID: I20070222-0951 Steps To Reproduce: 1. Create a ToolItem. 2. Set its image to an existing Image using ToolItem#setImage(Image). 3. Disable the ToolItem using ToolItem#setEnabled(boolean) (e.g. toolItem.setEnabled(false)). More information: The visual appearance of the Image of the ToolItem always suggests that...
2007-03-12 16:55:31
1,173,730,000
resolved fixed
159be9a
1,173,800,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/ToolItem.java
SWT
2,142
176,417
Bug 176417 SWT Tree#setTopItem(TreeItem) on Mac OS X doesn't take the header height into account
Build ID: I20070222-0951 Steps To Reproduce: 1. Initialize a Tree instance. 2. Make sure the Tree instance from step 1. is configured to have its header visible using Tree#setHeaderVisible(boolean) 3. Initialize a TreeColumn instance parented by the Tree instance from step 1. 4. Populate the Tree instance from step 1 w...
2007-03-05 16:07:01
1,173,130,000
resolved fixed
c49c0b0
1,173,800,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
2,143
176,510
Bug 176510 SWT (vertical) ScrollBar of Tree on Mac OS X will not fire SWT.Selection on mouse-wheel movements
Build ID: I20070222-0951 Steps To Reproduce: 1. Initialize a Tree instance and configure it so that its vertical scroll bar is visible, enabled and actually scrolls through the contents of the Tree (i.e. there should be more TreeItems than fitting the visible/client area of the Tree). 2. Setup listening for SWT.Selecti...
2007-03-06 12:15:49
1,173,200,000
resolved fixed
f3b46c5
1,173,800,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java
SWT
2,144
175,707
Bug 175707 removing MeasureItem listener and clearing items inverts table
- run the snippet below and push the button public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); shell.setBounds(10, 10, 220, 290); shell.setLayout(new GridLayout()); final Table table = new Table(shell, SWT.NONE); table.setLinesVisible(true); final Listener ...
2007-02-27 10:11:46
1,172,590,000
resolved fixed
0b1980a
1,173,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
2,145
176,594
Bug 176594 Crash with an SWT program
null
2007-03-07 07:06:16
1,173,270,000
resolved fixed
16d9334
1,173,480,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
2,146
139,987
Bug 139987 [browser] unable to copy&paste text in browser widget
It isnt possible to copy&paste text from / to browser widget. E.g. you can't select text from the shown website and copy it to another application or paste existing clipboard content into <input type="text"... or <textarea>. You can't select text from the shown website at all. I've tried both command-c (apple-c) and th...
2006-05-03 11:43:17
1,146,670,000
resolved fixed
f35602d
1,173,130,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,147
175,870
Bug 175870 Eclipse gets SIGSEGV
null
2007-02-28 13:10:51
1,172,690,000
resolved fixed
cf0ef48
1,172,870,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,148
151,454
Bug 151454 custom draw resulting from checkbox click does not appear (motif)
- run the snippet below - click the item's checkbox, which changes how the item custom draws itself - the MeasureItem and PaintItem callbacks in the snippet do get invoked as expected, but the 'X' image that is painted in PaintItem does not appear until the item is damaged public static void main(String[] args) { Displ...
2006-07-21 15:14:15
1,153,510,000
resolved fixed
d01e396
1,172,790,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,149
176,032
Bug 176032 NPE in Mozilla create
I am using last night's nightly build and I received an NPE. I had just un-maximized the editor area and had my cursor over a java file. eclipse.buildId=N20070301-0010 java.fullversion=J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20061001 (JIT enabled) J9VM - 20060915_08260_lHdSMR JIT - 20060908_1811_r8 GC - 20060906_...
2007-03-01 10:28:51
1,172,760,000
resolved fixed
b765c2d
1,172,770,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
2,150
174,395
Bug 174395 [Browser] SWTError (XPCOM error -2147467259) when using the SWT 3.3 Broswer widget on Linux with Mozilla 1.7.8
SWTError (XPCOM error -2147467259) when using the SWT 3.3 Broswer widget on Linux with Mozilla 1.7.8 When using the eclipse-SDK-I20070123-1715 driver, creaating a SWT Browser widget causes the following exception: org.eclipse.swt.SWTError: XPCOM error -2147467259 at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:13...
2007-02-15 20:06:57
1,171,590,000
closed fixed
96d4c6f
1,172,260,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/XPCOMInit.java
SWT
2,151
173,782
Bug 173782 [Browser] Excessive memory from Browser widget on GTK
Build ID: I20070209-1006 (3.3M5) Steps To Reproduce: 1. Open a system monitor application (I used System Monitor on Gnome). 2. Open a Task editor from the Task List (the Bug tracker is Bugzilla). 3. Notice that resident memory usage increases by 100+ MB. 4. Repeat 2 and 3 a few times. Each added Task editor increases m...
2007-02-11 08:19:19
1,171,200,000
resolved fixed
2e01816
1,172,180,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/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/SingletonEnumerator.java bundles/org.eclipse.swt/Eclipse S...
SWT
2,152
173,371
Bug 173371 [OLE] OleClientSite fails open document if Microsoft Word is not installed
The OleClientSite constructor which takes a File, in one particular code path, attempts to look up a CLSID for "Word.Document" (the Microsoft Word ProgID). It's doing this to determine whether to use the default CONTENTS stream in an OLE storage, or to use "WordDocument", which is where Word puts it's own stuff. The co...
2007-02-07 18:57:01
1,170,890,000
resolved fixed
13409fc
1,172,090,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
2,153
162,015
Bug 162015 infinite loop of repaint events on canvas view in plugin
setting up a view with a canvas, I get a infinite loop of repaint events, if I set the background color of the canvas in the paint adapter. The problem does not occur on WinXp. I created a minimal example plugin, but I dont know how to attach it to the report. However, the following lines of code in the paint adapter c...
2006-10-23 17:28:10
1,161,640,000
resolved fixed
8afcdcd
1,172,010,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
SWT
2,154
165,106
Bug 165106 [consistency] Combo.setItems(...)
On OS X when Combo.setItems(...) is invoked the text is not removed. On GTK when Combo.setItems(...) is invoked the text is removed. I haven't tested ths on XP. This was tested on the Eclipse integration build for 20061114. Attaching test case...
2006-11-19 19:03:11
1,163,980,000
resolved fixed
f989671
1,172,010,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
2,155
171,562
Bug 171562 IllegalArgumentException when resizing a sashform with a table within
3.3M2 This has been reported by a user of SWT on OSX after resizing a SashForm with a Table within it. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3391) at org.eclipse.swt.SWT.error(SWT.java:3330) at org.eclipse.swt.SWT.error(SWT.java:3301) at org.eclipse.swt.graphics.Re...
2007-01-24 11:23:53
1,169,660,000
resolved fixed
60f5828
1,172,000,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,156
174,569
Bug 174569 Baseline for new Search field text doesn't match Mac platform
Build ID: I20070209-1006 Steps To Reproduce: Just compare to a native Cocoa search field More information:
2007-02-17 23:43:58
1,171,770,000
resolved fixed
4baec44
1,171,990,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java
SWT
2,157
77,174
Bug 77174 Reparenting support on MacOS X
Currenly reparenting is not supported on MacOS X/Carbon implementation.
2004-10-28 06:06:16
1,098,960,000
resolved fixed
cea7ad4
1,171,990,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Deco...
SWT
2,158
173,573
Bug 173573 Disposing image during printing crashes SWT on MacOS
Build ID: 3.2.1 build v 3235 Steps To Reproduce: Run this program - you can just hit Preview to make it die, don't actually have to use a real printer. import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.*; import org.eclipse.swt.printing.*; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets...
2007-02-08 19:35:25
1,170,980,000
resolved fixed
09a07ac
1,171,910,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Image.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
2,159
174,565
Bug 174565 [Patch] SWT Javadoc: Some typos/minor errors (Part 3)
Several more typos/minor errors in the public SWT Javadoc. Please see the attached patch (win32 and common only).
2007-02-17 20:31:59
1,171,760,000
resolved fixed
14236e8
1,171,910,000
bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/VisibilityWindowListener.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/WindowEvent.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/TableDragSourceEffect.java bundles/org.eclipse....
SWT
2,160
174,130
Bug 174130 Transparent PNG corruption with SWT 3.2
When upgrading from SWT 3.1 to SWT 3.2 we have a problem with displaying PNG images that contain transparent regions. The transparent pixels often become corrupt and at times we see a "shadow" of previously displayed images in the background.
2007-02-14 03:35:12
1,171,440,000
resolved fixed
c774e3f
1,171,670,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
SWT