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
161
388,574
Bug 388574 [Mac OS X 10.8] Text control loses focus upon its movement
null
2012-08-31 14:36:50
1,346,440,000
verified fixed
29deb6d
1,349,390,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
162
390,734
Bug 390734 Need "Full Keyboard Access" in order to traverse into Tree
Version: 4.3.0 Build id: I20120920-1300 I can no longer traverse into a Tree using the keyboard, unless I enable Full Keyboard Access for "All Controls" in the OSX System Preferences. I should be able to traverse into a Tree even if this setting is set to "Text Boxes and Lists Only".
2012-09-28 17:05:14
1,348,870,000
resolved fixed
6adfd78
1,348,870,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
163
390,735
Bug 390735 Fix places where NSObject id was int in 64-bit code
Searched the code for the string "int id" because I suspected that there might be places in the 32-bit code where id should have been defined as int /*long*/ Found several places that need to be fixed.
2012-09-28 17:27:42
1,348,870,000
resolved fixed
1563c7f
1,348,870,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/SWTApplicationDelegate.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/SWTCanvasView.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/SWTDragSourceDelegate.java bundles/org.eclips...
SWT
164
390,713
Bug 390713 Tab traversal broken in 64-bit ToolBar
After switching the SWT code to 64-bit by default, a missing int /*long*/ in ToolBar.hasKeyboardFocus(int inId) causes the method not to be called by any of the keyboard methods in Control. This breaks tab traversal in toolbars. The correct code should be: hasKeyboardFocus(long /*int*/ inId).
2012-09-28 12:56:34
1,348,850,000
verified fixed
c7591f1
1,348,850,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java
SWT
165
385,253
Bug 385253 SWT does not send SWT.KeyDown event when pressing down key in combo control
Build Identifier: 3.7.2 SWT does not send SWT.KeyDown event when pressing down key in combo control Reproducible: Always Steps to Reproduce: 1. Run the Test.java in the attached test case 2. Press down key in the combo control 3. You will find selection event is triggered in cocoa, but in carbon it was key down event.
2012-07-17 01:19:28
1,342,500,000
verified fixed
e902496
1,348,840,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
166
383,392
Bug 383392 StyledText throws exception "Index out of bounds" when calling setText() after Chinese character input
Build Identifier: 3.7.2.v3740f-RCP20120529-1500 I attempt to input some Chinese characters in a StyledText widget. I use "PinYin" input method which is the default Chinese IME on Mac. I typed some keys and the IME showed me a candidate list. I didn't confirm my choice and let the candidate list panel floating. This mea...
2012-06-25 02:26:18
1,340,610,000
resolved fixed
ee0ffc0
1,348,770,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
167
389,250
Bug 389250 Lots of stuff leaked when closing and reopening views
M20120909-2000. Lots of objects are leaked in a simple close/open part scenario. Simple test case: 1. prepare a perspective with only the Navigator view open 2. reset the instance counter of your profiler 3. close the Navigator 4. reopen the Navigator ==> see many instance being leaked, e.g. 3 ToolItem(s) and 2 ToolBar...
2012-09-11 08:59:06
1,347,370,000
verified fixed
c9fe93d
1,348,600,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
168
387,641
Bug 387641 Use Cairo instead of Gdk deprecated methods in Sash widget drawBand()
Sash widget's drawBand() method needs Cairo implementation instead of existing Gdk methods, as most of them are deprecated.
2012-08-20 15:52:05
1,345,490,000
resolved fixed
b544cc1
1,348,520,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
SWT
169
389,773
Bug 389773 [Performance] Improve CTabRendering drawing time
This is a bug to track the optimization work being done for CTabFolder drawing.
2012-09-17 17:22:59
1,347,920,000
resolved fixed
c68f62c
1,348,520,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
170
388,419
Bug 388419 Loss of focus during typing
null
2012-08-30 07:27:58
1,346,330,000
verified fixed
a754695
1,348,060,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
171
324,435
Bug 324435 JVM crashes when press a button
null
2010-09-03 11:25:26
1,283,530,000
resolved fixed
26a9399
1,347,910,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
172
383,890
Bug 383890 JVM (Eclipse) crash with SIGSEGV in ld-linux-x86-64.so.2
null
2012-06-29 08:27:21
1,340,970,000
verified fixed
2c1e3b3
1,347,370,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java
SWT
173
386,893
Bug 386893 Omit use of deprecated GTK_ACCEL_LABEL_SET_ACCEL_STRING and GTK_ACCEL_LABEL_GET_ACCEL_STRING
null
2012-08-08 17:25:24
1,344,460,000
resolved fixed
1e698e4
1,347,030,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java
SWT
174
378,383
Bug 378383 Request for a notification of full-screen changes
null
2012-05-03 11:21:02
1,336,060,000
verified fixed
f29e60c
1,347,010,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
SWT
175
388,990
Bug 388990 JUnit test failures on Linux in I20120904-0800
StyledText getLineIndex and getLinePixel tests have been failing for a couple of weeks.
2012-09-06 15:28:38
1,346,960,000
resolved fixed
b9729f2
1,346,960,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/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
176
387,338
Bug 387338 Cocoa: [New SWT style required]single click only bring a window to the top but do not take effective for the click object
There is a different system behaviors against Mac Cocoa and Mac Carbon/Windows/Linux. IF there are two windows on the screen, window 1 has focus(on top), window 2 not, click a control on window 2: 1. On Mac Carbon/Windows/Linux, window 2 will get focus(move to top) and the clicked control will take effective. It means ...
2012-08-15 22:33:23
1,345,080,000
verified fixed
904726b
1,346,940,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/D...
SWT
177
382,175
Bug 382175 [Cairo] Images created with external GdkPixmap* can't be drawn using GC.drawImage()
In WindowBuilder project I have to create an Image instance using external GdkPixmap* value. I used Image.gtk_new() method to create such Image. Then I need to draw this image on some GC. This works fine with Cairo disabled. When Cairo is enabled, the image is not drawn. The workaround is to invoke Image.getImageData()...
2012-06-09 16:54:20
1,339,280,000
resolved fixed
572d213
1,346,910,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
SWT
178
384,315
Bug 384315 virtual table accessibility slow on GTK (was: Open Type is very slow: causes UI lockup with high CPU utilization)
Build Identifier: Version: Juno Release Build id: 20120614-1722 Open Type is incredibly slow on my new Asus G55V laptop (2.3GHz quad core i7 with 12GB ram, 2Gb Nvidia graphics, SSD). Performance of Open Type varies depending how many characters are entered (quickly before it locks up!). For example: Using a brand new w...
2012-07-04 18:47:16
1,341,440,000
resolved fixed
9539c1d
1,346,910,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
179
383,189
Bug 383189 Warnings and Errors in the SWT Combo when running on Linux
null
2012-06-21 04:30:23
1,340,270,000
resolved fixed
8a770fa
1,346,400,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
180
372,560
Bug 372560 Glib error when disposing a Combo
null
2012-02-25 03:11:13
1,330,160,000
resolved fixed
1996909
1,346,390,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
181
379,792
Bug 379792 Tree widgets leaked due to TreeColumn's modelhandle reference in Display.widgetTable
Build Identifier: Version: 3.7.1.v3738a issue is only on Linux platforms (Linux,Solaris, ..etc) not seen in windows platform Tree keep 5 reference for each handle in Display. out of which modelhandle reference is not released when Tree disposed. 1. modehandle add Tree reference to Display.widgetTable through Display.ad...
2012-05-17 06:02:55
1,337,250,000
verified fixed
a3a1752
1,346,070,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
182
387,980
Bug 387980 Negative zoom factor reported from magnification gesture on Mac OS X
null
2012-08-24 08:35:07
1,345,810,000
verified fixed
d76702a
1,346,070,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
183
387,518
Bug 387518 Extremely wide combo box causes X11 crash
null
2012-08-17 18:40:54
1,345,240,000
verified fixed
ddd37d8
1,345,840,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
184
386,220
Bug 386220 [Mac Cocoa] org.eclipse.swt.accessibility.Accessible.getChildrenAttribute may throw java.lang.ArrayIndexOutOfBoundsException
The Cocoa getChildrenAttribute implementation firstly retrieves the child count via AccessibleControlListener.getChildCount, then retrieves the children via AccessibleControlListener.getChildren. Then it loops over the children (i.e. event.children) with the bound returned by AccessibleControlListener.getChildCount (i....
2012-07-30 04:16:25
1,343,640,000
resolved fixed
04f381a
1,345,490,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java
SWT
185
387,245
Bug 387245 Widget.RESIZING value same as Widget.WEBKIT_EVENTS_FIX value
null
2012-08-14 16:52:12
1,344,980,000
verified fixed
a104ef0
1,344,980,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
SWT
186
387,144
Bug 387144 Make gdk_pixbuf_render_to_drawable() dynamic
null
2012-08-13 15:37:08
1,344,890,000
resolved fixed
603ae92
1,344,950,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
187
387,133
Bug 387133 Omit use of deprecated method gdk_drawable_get_size() for newer GTK+ and make it dynamic
null
2012-08-13 13:10:48
1,344,880,000
resolved fixed
e946812
1,344,940,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
SWT
188
386,177
Bug 386177 [OpenGL] Closing RCP editor with GLCanvas breaks all remaining open GLCanvas
null
2012-07-27 19:17:48
1,343,430,000
verified fixed
b5ab9fc
1,344,520,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
189
378,168
Bug 378168 Group client Area is wrong
null
2012-05-01 11:50:06
1,335,890,000
verified fixed
3b3d098
1,344,510,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Group.java
SWT
190
386,778
Bug 386778 Omit use of deprecated GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y for newer GTK+
null
2012-08-07 15:31:24
1,344,370,000
resolved fixed
6207053
1,344,510,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/Control.java
SWT
191
386,260
Bug 386260 NPE in org.eclipse.swt.program.Program.gnome_getProgram
Version: 4.2.0 (actually from 4.3-I-builds) Build id: I20120725-1800 The last line of GTK's Program#gnome_getProgram(Display,String) needs to check that "program != null" static Program gnome_getProgram(Display display, String mimeType) { Program program = null; byte[] mimeTypeBuffer = Converter.wcsToMbcs(null, mimeTyp...
2012-07-30 13:54:19
1,343,670,000
resolved fixed
e5048f5
1,344,440,000
bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java
SWT
192
385,070
Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUS
null
2012-07-13 11:57:09
1,342,200,000
resolved fixed
2c810dc
1,344,240,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/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/ExpandItem.java bundles/...
SWT
193
386,594
Bug 386594 Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for newer GTK+
null
2012-08-03 15:11:50
1,344,020,000
resolved fixed
6a88076
1,344,040,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Contr...
SWT
194
385,939
Bug 385939 Omit use of deprecated GTK_TOOLTIPS_TIP_WINDOW and gtk_tooltips_new
null
2012-07-25 09:21:04
1,343,220,000
resolved fixed
88dc3a4
1,344,040,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/ToolTip.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TrayItem.java
SWT
195
345,296
Bug 345296 Remove qt from org.eclipse.swt
null
2011-05-10 12:23:30
1,305,040,000
resolved fixed
3728914
1,343,920,000
bundles/org.eclipse.swt/Eclipse SWT Browser/qt/org/eclipse/swt/browser/QtWebkit.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/qt/org/eclipse/swt/dnd/ByteArrayTransfer.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/qt/org/eclipse/swt/dnd/Clipboard.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/q...
SWT
196
245,388
Bug 245388 [consistency] Combo.pack() does not consider item lengths
- run the snippet below - on platforms != gtk the Combo is pack()ed to a size that is able to fit its longest item -> but on gtk the Combo's preferred size is not influenced by its items public static void main(String[] args) { Display display = new Display(); final Shell shell = new Shell(display); shell.setBounds(10,...
2008-08-27 10:54:24
1,219,850,000
resolved fixed
c8dd5b3
1,343,860,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
197
368,543
Bug 368543 Odd Display of WindowBuilder in Eclipse 3.8/4.2 on Linux
null
2012-01-13 08:24:35
1,326,460,000
resolved fixed
091e36b
1,343,860,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java
SWT
198
377,961
Bug 377961 A combo in a toolbar gets shrunk
The combo boxes placed in the editor toolbar for the ecorediag editor get set to 1 pixel wide. Walked through it with Bogdan, but a SWT.SEPARATOR toolitem called with toolItem.setWidth(223) seems to get its width reset on the parent (ToolBar) relayout(). The ToolItem.getBounds() returns a width of 1. Something similar ...
2012-04-27 14:46:26
1,335,550,000
resolved fixed
411d5c8
1,343,860,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolItem.java
SWT
199
377,600
Bug 377600 SWT Cocoa Shell class doesn't implement SWT.NO_FOCUS style
Build Identifier: SWT 3.7.2 SWT Cocoa Shell class doesn't implement SWT.NO_FOCUS style. A shell created with this style will take focus when clicked, this is unexpected behavior and breaks existing code than depends on SWT.NO_FOCUS. Reproducible: Always Steps to Reproduce: 1. Create a Shell with SWT.NO_FOCUS style and ...
2012-04-25 04:17:50
1,335,340,000
verified fixed
b454bc1
1,343,860,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
200
384,381
Bug 384381 HTMLTransfer uses UTF-16 to copy to clipboard (should use UTF-8 to be compatible with paste)
null
2012-07-05 11:31:03
1,341,500,000
verified fixed
de6fbaa
1,343,160,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/HTMLTransfer.java
SWT
201
385,570
Bug 385570 [DBCS4.2] wrong selection by using a mouse toward a character of Unicode surrogate pair at end of line
Build Identifier: Version: 4.2.0 Build id: I20120608-1400 (I20120713 x86_64) OS: Windows 7 SP1 Professional Japanese Edition (64bit) JDK: java full version JRE 1.7.0 IBM Windows AMD 64 build pwa6470sr1-20120405_01(SR1) Locale:Japanese When inputting Unicode surrogate pair character at end of line on Text Editor, this c...
2012-07-20 04:57:26
1,342,770,000
verified fixed
2768072
1,343,140,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
202
384,725
Bug 384725 linux accessibility broken
Build Identifier: Hello. I think linux accessibility is broken after transition to at-spi2/gnome3. Reasons: First, toolbars are not presented properly in the eclipse IDE, and buttons are not labelled while they are labelled properly on windows. Second, help\install software window is not fully accessible: the tree view...
2012-07-10 09:06:45
1,341,930,000
resolved fixed
9e301b8
1,342,550,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolItem.java
SWT
203
380,533
Bug 380533 NPE in Program#hashCode() on GTK
null
2012-05-24 08:57:24
1,337,860,000
verified fixed
477aa9e
1,342,470,000
bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java
SWT
204
381,006
Bug 381006 [browser] browser can not get focus when current focus is on some SWT control.
null
2012-05-30 05:59:18
1,338,370,000
verified fixed
f9a08db
1,342,470,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
205
339,344
Bug 339344 CTabFolder with a disposed top right control cannot be rendered
When a composite's child gets disposed there aren't any layout problems. Shouldn't the same apply to CTabFolder? Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setLayout(new FillLayout()); CTabFolder folder = new CTabFolder(shell, SWT.CLOSE); Composite c = new Composite(folder,...
2011-03-09 07:43:36
1,299,670,000
resolved fixed
d2bbe0a
1,340,650,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/CTabFolderLayout.java
SWT
206
322,638
Bug 322638 [Image loading] ImageLoader and Image from stream fail with certain animated gifs
Attached you'll find a project which demonstrates an SWT for an image which opens perfectly in other image programs but fails on SWT. There's only one image loading implementation which allows to load the image which is the purely native one new Image(Display,String) but because I need to show an animated give this doe...
2010-08-13 06:52:55
1,281,700,000
resolved fixed
ff9c159
1,340,650,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/GIFFileFormat.java
SWT
207
383,328
Bug 383328 Multiple MoseHover events without moving the mouse
null
2012-06-22 12:11:30
1,340,380,000
resolved fixed
066de63
1,340,380,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
208
383,074
Bug 383074 Tracker cannot draw rectangle on main menu bar or dock
Build Identifier: 3.7.2.v3740f-RCP20120529-1500 I use Tracker in a screen shot application to draw the hinting rectangle. The lines are only visible on regular screen area, but not main menu bar nor dock. It looks like lines are covered by these special windows. I checked the source code of cocoa version Tracker. I fou...
2012-06-20 05:51:15
1,340,190,000
resolved fixed
bc1f2a9
1,340,310,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tracker.java
SWT
209
381,333
Bug 381333 MouseExit event is not received in shell with style SWT.ON_TOP
Build Identifier: 3.7.2 See the steps Reproducible: Always Steps to Reproduce: 1.Run the test case with Cocoa SWT 2.Hover "Hover me" button and another shell does pop up. Don't move mouse! 3.Use CMD+Tab to switch to another app and then move the mouse out of the popped shell. The issue is that we didn't receive mouseEx...
2012-06-01 05:24:19
1,338,540,000
resolved fixed
486cb9d
1,340,300,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
210
113,342
Bug 113342 Disposing a font still in use by a GC causes crashes
Snippet to reproduce exception: public void paintFigure(Graphics g) { FontData[] fd = g.getFont().getFontData(); for (int i=0 ; i < fd.length ; i++) { fd[i].setStyle(SWT.BOLD | SWT.ITALIC); } Font font = new Font(null, fd); g.setFont(font); super.paintFigure(g); // Here, some text is drawn font.dispose(); // This is we...
2005-10-21 07:14:39
1,129,890,000
resolved fixed
9f0158b
1,340,210,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
211
383,069
Bug 383069 SWT Cocoa's URLTransfer does not return correct file url on Mac OS X
null
2012-06-20 05:27:42
1,340,180,000
resolved fixed
151ef65
1,340,200,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/URLTransfer.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSString.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java
SWT
212
376,448
Bug 376448 [DBCS4.2] AIX 7, DirectoryDialog returns 'null' if selected path contains DBCS characters
Build Identifier: I20120321 OS: AIX 7 64 bit Java: JRE 1.7.0 IBM AIX build pap3270-20110827_01 Locale: Japanese, SJIS Description: Cannot import projects or files containing DBCS on the file path. Reproducible: Always Steps to Reproduce: 1. Create a new project with DBCS name. eg. 2. Export the project to your home fol...
2012-04-10 22:31:16
1,334,110,000
verified fixed
6cfe3d1
1,340,050,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/FileTransfer.java bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets...
SWT
213
339,342
Bug 339342 CTabFolder should throw IllegalArgumentException when a disposed control is set as its top right control
The setDefaultButton(Button) method from Decorations will throw an IllegalArgumentException when a disposed button is set, why doesn't CTabFolder's setTopRight(Control) method do the same? Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setLayout(new FillLayout()); CTabFolder fo...
2011-03-09 07:41:01
1,299,670,000
resolved fixed
f5471f1
1,340,040,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
214
382,887
Bug 382887 CustomControlExample CTabFolder should have setTopRight
CTabFolder tab in CustomControlExample should have a means of testing setTopRight (to a toolbar, for example). Also, allow the top right style (SWT.RIGHT, SWT.FILL, and SWT.RIGHT | SWT.WRAP) to be selected when calling setTopRight().
2012-06-18 13:55:53
1,340,040,000
resolved fixed
43782d4
1,340,040,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CTabFolderTab.java
SWT
215
382,840
Bug 382840 Table#setSelection(int) should specify that it shows the selection
Table#setSelection(int) calls showSelection(). This should be specified so that clients can remove redundant calls to showSelection().
2012-06-18 06:55:07
1,340,020,000
resolved fixed
0f3c1bc
1,340,040,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/List.java bundles/org.eclip...
SWT
216
378,264
Bug 378264 Update CTabFolder JavaDoc
The 4.2 CTabFolder javadoc needs to be updated to reflect changes in behavior wrt. top right control wrapping etc.
2012-05-02 10:53:47
1,335,970,000
resolved fixed
f037ccf
1,338,920,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
217
380,730
Bug 380730 GraphicsExample Image Transformation tab needs to be more interesting
The image transformation tab in the graphicsExample should allow negative numbers and numbers greater than 360 for degrees of rotation, and it should have x, y translation capability.
2012-05-25 16:29:21
1,337,980,000
resolved fixed
a85d43e
1,337,980,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/graphics/ImageTransformTab.java
SWT
218
379,998
Bug 379998 Plugin list not showing up in Run configuration dialog
null
2012-05-18 12:16:31
1,337,360,000
verified fixed
0456c81
1,337,750,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java
SWT
219
379,791
Bug 379791 SWTException: Graphic is disposed for PlaceholderImpl
In Version: 4.2.0 Build id: I20120515-2200 I get frequent exceptions like the one below when closing the workbench. Ids mentioned: elementId: org.eclipse.jdt.ui.JavadocView & elementId: org.eclipse.jdt.ui.SourceView !ENTRY org.eclipse.e4.ui.workbench 4 0 2012-05-17 11:39:53.855 !MESSAGE Exception occurred while unrende...
2012-05-17 05:47:08
1,337,250,000
verified fixed
f11fc9b
1,337,360,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolderRenderer.java
SWT
220
379,005
Bug 379005 NullPointerException in Clipboard
Build Identifier: Version: 3.738 Happens rarely on our clients' computers. It looks like types is null on the marked line: public TransferData[] getAvailableTypes(int clipboards) { checkWidget(); if ((clipboards & DND.CLIPBOARD) == 0) return new TransferData[0]; NSPasteboard pasteboard = NSPasteboard.generalPasteboard(...
2012-05-09 11:32:16
1,336,580,000
resolved fixed
bcc37fa
1,337,180,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/Clipboard.java
SWT
221
368,629
Bug 368629 IE Browser widget should always encode LocationEvent#location, also for file:///
null
2012-01-15 18:45:53
1,326,670,000
resolved fixed
3b7e043
1,337,100,000
bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/LocationEvent.java 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/win32/OS.java
SWT
222
377,472
Bug 377472 [DBCS4.2] The backslash followed by DBCS character is not same as one followed by sbcs
Build Identifier: I20120321 Java: IBM JRE 7 OS: Windows 7 Japanese, SJIS, AIX 7.1 Japanese SJIS Reproducible: Always Steps to Reproduce: 1. Create a new Java class. 2. Create a String variable, eg. String example=""; 3. Copy the following text into the quotes, c:\\program Expected results, The result should look like t...
2012-04-24 04:08:53
1,335,250,000
resolved fixed
9b9af04
1,336,760,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
223
378,482
Bug 378482 g_object_get() emits console warnings in ToolItem#gtk_create_menu_proxy
Build Identifier: I20120502-1800 Need to fix the console warnings being emitted by g_object_get() while trying to retrieve the value of property setting "gtk-menu-images" in ToolItem#gtk_create_menu_proxy(). The warning message that appears is: (SWT:17023): GLib-GObject-WARNING **: g_object_get_valist: object class `Gt...
2012-05-04 07:50:20
1,336,130,000
resolved fixed
947d452
1,336,760,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/ToolItem.java
SWT
224
372,790
Bug 372790 WinICOFileFormat cannot handle 256x256 icons
null
2012-02-28 13:59:23
1,330,460,000
resolved fixed
68e0347
1,336,670,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/FileFormat.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/WinICOFileFormat.java
SWT
225
378,081
Bug 378081 Combo should not send ModifyEvent on #select(int) if item unchanged
null
2012-04-30 09:48:46
1,335,790,000
resolved fixed
afaa39b
1,336,660,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
226
379,042
Bug 379042 SWT.DragDetect should not be sent when left clicking with Ctrl down
Run eclipse and open a perspective with a stack of views. 1) Press and hold the control key. 2) Press left mouse button on a tab and move mouse. The contextual menu shows. 3) Dismiss the contextual menu (press ESC). 4) Move the mouse. The view drag effects (green rectangles) show up.
2012-05-09 15:00:19
1,336,590,000
resolved fixed
9edcb6f
1,336,590,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
227
378,060
Bug 378060 Tooltips not appearing properly
null
2012-04-30 07:24:20
1,335,790,000
resolved fixed
3435c84
1,336,570,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ToolItem.java
SWT
228
340,054
Bug 340054 SWT Painting problems in Cocoa
See the attached screenshot. When the editor was revealed, I think from closing some other editor, it did not paint properly. This is "forms" editor, like some of the PDE editors in eclipse. It does not use GEF.
2011-03-15 12:25:48
1,300,210,000
resolved fixed
642c17d
1,336,420,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
SWT
229
378,344
Bug 378344 API Tools report bad @since tag on SegmentListener
API Tools report a bad @since tag on SegmentListener. The @since 3.8 should be on the interface, not on the method.
2012-05-03 06:52:40
1,336,040,000
verified fixed
6f3ef9e
1,336,150,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentListener.java
SWT
230
99,718
Bug 99718 [CCombo] Very long text in CCombo causes vertical scroll bar to disappear
If there are very long text in the CCombo, the vertical scrollbar of dropdown listbox disappears beyond the edge of the screen. I have seen defects 37329 and 7946, but this is different, as it is not related to Properties view.
2005-06-13 12:24:40
1,118,680,000
resolved fixed
76d8745
1,335,810,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
231
377,155
Bug 377155 CCombo dropdown list can go off the top screen bound
null
2012-04-19 04:50:57
1,334,830,000
resolved fixed
7d3ba93
1,335,770,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
232
377,385
Bug 377385 [10.7]Shell.setFullScreen not working on child window
null
2012-04-23 05:42:16
1,335,170,000
resolved fixed
9cc72cd
1,335,380,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
233
377,074
Bug 377074 Cocoa TabItem.getBounds doesn't not return a correct y position
Build Identifier: SWT 3.7.2 GM TabItem.getBounds in Cocoa doesn't return a correct y position. A sample attached. In the sample, click the button will print out all the bounds of TabItem in TabFolder. Expected result: y position is a correct number such as 2. Actually result: y position is not correct such as -553. Rep...
2012-04-18 06:12:24
1,334,740,000
resolved fixed
8b75565
1,334,920,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TabItem.java
SWT
234
376,589
Bug 376589 clipboard.getContents(HTMLTransfer.getInstance()) returns gibberish on gtk
null
2012-04-12 08:52:16
1,334,240,000
resolved fixed
c5308d7
1,334,680,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/HTMLTransfer.java
SWT
235
376,826
Bug 376826 Text#removeSegmentListener inconsitent with other code
99% of SWT code does null checks like this: if (listener == null) error (SWT.ERROR_NULL_ARGUMENT); the removeSegmentListener uses another one: if (listener == null) SWT.error (SWT.ERROR_NULL_ARGUMENT); In the end the first call ends up in SWT.error() but I think it would be more consitent
2012-04-15 11:53:41
1,334,510,000
resolved fixed
73e2afa
1,334,600,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ColorDialog.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/FileDialog.ja...
SWT
236
375,721
Bug 375721 Context menu position in StyledText should be below caret
The context menu in StyledText should be opened below the caret. The current solution overlaps the text after the caret in most cases (when the menu opens downwards). org.eclipse.ui.actions.QuickMenuCreator#computeMenuLocation(StyledText) fixes this via: result.y += text.getLineHeight(text.getCaretOffset());
2012-03-30 09:34:38
1,333,110,000
resolved fixed
c544b70
1,334,590,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
237
365,961
Bug 365961 StyledText computes wrong control size when wrapping
null
2011-12-07 15:53:55
1,323,290,000
resolved fixed
63bb510
1,334,270,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
238
353,305
Bug 353305 [Browser][WebKit] Javadoc tooltip cannot be closed with Esc
Build Identifier: 20110615-0604 Tooltips opened with F2 ("Show Tooltip Description") can be closed by pressing Esc, except Javadoc tooltips. This worked fine in Eclipse-3.4, it ceased to work in 3.7. Reproducible: Always Steps to Reproduce: 1. Enter the following into a new Java class with an arbitrary name: public sta...
2011-07-28 07:21:02
1,311,850,000
resolved fixed
a7026b1
1,334,260,000
bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java
SWT
239
373,467
Bug 373467 Default Mac OS X Search feature in Help Menu not working correctly
The native search feature in Mac OS X, to search menus only works when SWT creates the menu based in the application Shell, otherwise, if you get the Menu from "Display.getCurrent().getMenuBar()" or "Display.getDefault().getMenuBar()" it doesn't seem to work at all. - Here is a code sample for missing-search.png (searc...
2012-03-07 00:28:23
1,331,100,000
resolved fixed
8614680
1,334,210,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
240
376,183
Bug 376183 [Browser] tabbing does not work in XULRunner 10 (Windows only)
In XULRunner 10, sending WM_GETDLGCODE to a WM_KEYDOWN's MSG hwnd answers 0 instead of the expected DLGC_WANTTAB or DLGC_WANTALLKEYS. As a result, Tab presses always default to traversals out of the browser.
2012-04-05 09:47:22
1,333,630,000
resolved fixed
2584484
1,333,630,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
SWT
241
375,830
Bug 375830 Webkit on windows can fail with newer Safari versions
With new Safari (tried with 5.1.4) on Windows, Apple Application Support directory can be under \Program Files\Safari instead of \Program Files\Common Files\Apple. Hence, launching SWT Browser with SWT.WEBKIT style can fail. Workaround: Add the Apple Application Support directory to the Windows PATH.
2012-04-02 07:16:50
1,333,370,000
resolved fixed
07d15cb
1,333,390,000
bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/browser/WebKit.java
SWT
242
373,036
Bug 373036 SWT Cocoa should not change Cocoa cell classes permanently
Build Identifier: SWT Cocoa 3.7.1 In its org.eclipse.swt.widgets.Display.initClasses method, SWT Cocoa registers various cell subclasses (e.g. SWTAccessibleNSTextFieldCell) and replaces Cocoa cell classes (NSTextField.setCellClass) permanently. This is fine if all the UI controls are created and managed by SWT. However...
2012-03-02 00:06:06
1,330,660,000
resolved fixed
a4dbc7c
1,333,060,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
243
373,253
Bug 373253 BrowserFunction not working with XULRunner 10
null
2012-03-05 09:50:18
1,330,960,000
resolved fixed
24fd6f2
1,333,030,000
bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/WebBrowser.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/External.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/o...
SWT
244
375,619
Bug 375619 Toolbar with only separator(s) should not be in tab order
Eclipse 4.2 M6 Eclipse 4.2 creates toolbars with only 1 separator tool in them to separate the toolbars. (This simulates the old coolbar). On Windows, tab traversal ignores the separator-only-toolbars (which is good). On Mac, tab traverses to the separator-only-toolbar, and this is not good. To see this, traverse in th...
2012-03-29 08:12:24
1,333,020,000
resolved fixed
5b43633
1,333,030,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java
SWT
245
353,084
Bug 353084 Layout problem with Shell-toolbar
Build Identifier: 3.7.0.v3735b Please launch the attached sample. Though I only have one control added (the multi-line text), the used FillLayout tries to also layout the shell-toolbar which fails. Reproducible: Always
2011-07-26 04:31:42
1,311,670,000
resolved fixed
33615ef
1,332,840,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java
SWT
246
374,948
Bug 374948 [Browser] mozilla is given invalid profile directory in some circumstances
null
2012-03-21 12:38:25
1,332,350,000
resolved fixed
689db4b
1,332,350,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java
SWT
247
374,628
Bug 374628 gc.setBackgroundPattern does not draw correctly in Cocoa
null
2012-03-19 05:49:41
1,332,150,000
resolved fixed
9d1fbc7
1,332,180,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
SWT
248
364,116
Bug 364116 [10.7]Crash when opening two FileDialogs in a row
Build Identifier: Build id: 20110916-0149 When I'm trying to open two file dialogs in a row, jvm crashes with "Invalid memory access of location ... eip=...". I've detected this in Eclipse RCP Application, but it reproduces in plain SWT app too. I'm using Mac OS X 10.7.2 with latest Apple Java update (Java for Mac OS X...
2011-11-18 03:19:21
1,321,600,000
resolved fixed
1c16a64
1,331,330,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ColorDialog.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/DirectoryDialog.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/FileD...
SWT
249
373,794
Bug 373794 Malformed Javadoc comments
null
2012-03-09 09:08:00
1,331,300,000
resolved fixed
4d842d1
1,331,310,000
bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/BrowserFunction.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/Clipboard.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/ecli...
SWT
250
333,972
Bug 333972 Installed BrowserFunctions are available to remote content loaded in iFrames.
Build Identifier: When a BrowserFunction is installed on a page, it is also made available to remote content loaded in Frames and iFrames. From looking at the code this behavior was intended. This behavior is differs between platforms. For IE and Safari browsers, iFrames do not have access to the installed BrowserFunct...
2011-01-11 08:41:57
1,294,750,000
resolved fixed
65025a7
1,331,240,000
bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/BrowserFunction.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/WebBrowser.java
SWT
251
372,138
Bug 372138 JS evaluating asynchronously with XULRunner 10
The default code path in Mozilla.execute() is failing with XULRunner 10, which is causing it to fall back to the "pre-1.9" approach. For some JS evaluations this is fine but not for all, so getting the main part of Mozilla.execute() to work with XULRunner 10 is important. I believe it's caused by native interfaces that...
2012-02-21 11:57:43
1,329,840,000
resolved fixed
a44261e
1,331,070,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
SWT
252
372,760
Bug 372760 segments offset should be more flexible
null
2012-02-28 11:28:06
1,330,450,000
resolved fixed
d3c0efa
1,330,450,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/BidiSegmentEvent.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SegmentEvent.java
SWT
253
372,729
Bug 372729 Javadoc warning in official build
N20120227-2000. /builds/N201202272000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java:342: warning - Tag @link: can't find SegmentEvent in org.eclipse.swt.widgets.Text 1 warning
2012-02-28 08:25:23
1,330,440,000
verified fixed
db8003c
1,330,450,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
254
372,599
Bug 372599 Wrong drawing behaviour using SWT and Cairo drawing a TextLayout and then an oval
null
2012-02-26 09:51:12
1,330,270,000
resolved fixed
cbabfb5
1,330,380,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
SWT
255
337,979
Bug 337979 [ui] max/restore the editor area and viewstack tabs disappear
null
2011-02-23 10:05:18
1,298,470,000
resolved fixed
3844648
1,330,120,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
256
355,341
Bug 355341 [10.7] TabFolder doesn't look native (selected item's text not inverted)
null
2011-08-22 03:15:18
1,314,000,000
resolved fixed
ffbb45e
1,330,090,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TabItem.java
SWT
257
362,133
Bug 362133 tray item show highlight image not working
Build Identifier: tray item image doesn't change back Reproducible: Always Steps to Reproduce: 1. run code snippet 2. click on tray item 3. click on tay item again, original image doesn't show
2011-10-26 16:58:29
1,319,660,000
resolved fixed
cfd758f
1,328,210,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TrayItem.java
SWT
258
370,355
Bug 370355 Combo does not show focus ring in some cases
steps to reproduce the problem on Eclipse: "when hovering over a Java problem, you can enrich the hover and then click on the 'Configure Problem Severity' icon. This opens the preference page and sets the focus on the correct preference" The focus control is not decorated with focus ring, even when the ALT key is press...
2012-02-01 12:16:20
1,328,120,000
verified fixed
2637cc7
1,328,120,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
SWT
259
338,975
Bug 338975 [SWT OS X Cocoa] Eclipse causes WindowServer to consume memory
I've only started noticing this recently (possible 3.6 but definitely 3.7). I'm running the latest version of SL. I only use the 64bit Cocoa version, so I'm not sure if the 32 bit version has a similar issue. During general Java development (refactoring, editing, building, etc.) the Mac OS X WindowServer memory usage i...
2011-03-04 16:33:25
1,299,270,000
resolved fixed
3ef72dc
1,328,120,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
260
368,710
Bug 368710 ProgressBar created with SWT.INDETERMINATE does not pause on Windows XP
Build Identifier: Version 3.7 SR 1 Build ID: 20110916-0149 I have created a ProgressBar of type SWT.INDETERMINATE. If I execute progBar.setState(SWT.PAUSED) on Windows XP it does not stop. On Windows 7 it works correctly and the ProgressBar stops. Reproducible: Always Steps to Reproduce: 1. Create a ProgressBar Control...
2012-01-16 08:41:22
1,326,720,000
resolved fixed
4b2aecb
1,328,110,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
SWT