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
361
352,291
Bug 352291 TextLayout ignores TextStyle rise if GC's antialias is different from SWT.DEFAULT
Build Identifier: Eclipse 3.5 and higher TextLayout ignores rise when drawing on a GC with antialias set to ON or OFF. It works with antialias set to SWT.DEFAULT. This happens only on Windows and from my tests it still works with Eclipse 3.4 but is broken from 3.5 and higher. I didn't test with Indigo but I am pretty s...
2011-07-17 11:15:05
1,310,920,000
resolved fixed
68082ed
1,311,020,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
362
347,490
Bug 347490 Shell.setImeInputMode(int mode) does not always set IME flags as expected, and causes Chinese IME single space mode changes to double space.
Build Identifier: Eclipse 3.6.0 I20100608-0911 Shell.setImeInputMode(int mode) does not always set IME flags as expected, and causes Chinese IME single space mode changes to double space. The SWT constant for IME input mode are: SWT.DBCS (int value 2), if set, full shape SWT.ALPHA (int value 4), SWT.NATIVE (int value 8...
2011-05-27 13:43:42
1,306,520,000
resolved fixed
19497a8
1,310,650,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
363
348,761
Bug 348761 SWT.WRAP missing in Button JavaDoc
null
2011-06-08 11:03:59
1,307,550,000
resolved fixed
a662e41
1,309,360,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java
SWT
364
340,297
Bug 340297 Tree : Selection Lost when collapsing unrelated item on Windows 7
Build Identifier: 3.5.0 When multiple tree items present under different parent nodes are selected, collapsing a parent causes loss of selection of tree items under another unrelated parent. Reproducible: Always Steps to Reproduce: - Run the snippet below - Multi-select item G, item F and then item D in given order. - ...
2011-03-17 06:12:55
1,300,360,000
resolved fixed
0c84a04
1,309,360,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
365
345,650
Bug 345650 FillGradientRectangle results in screen cheese on x86_64
On GTK > 2.18 with certain versions of X (seen on 1.10.1 and 1.9.5 to date), calling fillGradientRectangle will result in screen cheese.
2011-05-12 15:42:08
1,305,230,000
resolved fixed
3dc5d27
1,306,270,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
366
347,022
Bug 347022 Browser does not honor IE version setting on first navigate
null
2011-05-24 12:59:44
1,306,260,000
resolved fixed
17d7fa6
1,306,260,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
SWT
367
175,821
Bug 175821 GTK printer name for "Print to File" should not be NON-NLS
PrintDialog.open() on GTK uses the special printer name "Print to File" in two places. But: I'm on a German system and here it's called "In Datei drucken". I guess using that name is a workaround for having no other way to know if the user wants to print to a file. Maybe it will go away some time. But as long as it's t...
2007-02-28 07:48:59
1,172,670,000
resolved fixed
56d7296
1,305,740,000
bundles/org.eclipse.swt/Eclipse SWT Printing/gtk/org/eclipse/swt/printing/PrintDialog.java bundles/org.eclipse.swt/Eclipse SWT Printing/gtk/org/eclipse/swt/printing/Printer.java
SWT
368
322,912
Bug 322912 [Browser] Browser fails when 32-bit XULRunner detected on 64-bit OS
Build Identifier: I20100608-0911 i have Helios (I20100608-0911) installed on OpenSUSE 11.3 / x86_64, with, rpm -qa | egrep -i "xulrunner|MozillaFirefox-3" mozilla-xulrunner192-devel-1.9.2.8-3.1.x86_64 mozilla-xulrunner191-1.9.1.11-1.3.x86_64 mozilla-xulrunner191-devel-1.9.1.11-1.3.x86_64 mozilla-xulrunner191-32bit-1.9....
2010-08-17 11:30:47
1,282,060,000
resolved fixed
a354edf
1,305,730,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/init/GREProperty.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/init/XPCOMInit.java bundles/org.eclipse.sw...
SWT
369
345,892
Bug 345892 Selection jumps in tree
null
2011-05-16 04:33:48
1,305,530,000
verified fixed
6398b35
1,305,640,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.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/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/T...
SWT
370
345,924
Bug 345924 Key input not working after using expose
null
2011-05-16 07:52:33
1,305,550,000
verified fixed
a66b3dd
1,305,580,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
371
341,895
Bug 341895 DND actions in AbstractTreeViewer lead to NPE and application freeze [Carbon]
Build Identifier: M20110210-1200 I noticed lately that a big, serious, crashing Eclipse NPE occurs on DND actions in a SWT Tree in the Carbon version of our RCP application. I traced it to one point in AbstractTreeViewer. This wasn't happening before. So I checked if it was happening in Eclipse Carbon version itself. Y...
2011-04-05 08:48:12
1,302,010,000
verified fixed
160dcd4
1,305,570,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java
SWT
372
344,460
Bug 344460 Bidi 3.7: [Coolbar] Chrevon is not updated during setOrientation()
Build Identifier: 20110218-0911 REDHAT, SLES11: For the style : SWT.DROP_DOWN the arrow of shrink item is not mirrored when setOrientation() used, the arrow mirrored only if created in mirrored orientation (RTL). Reproducible: Always Steps to Reproduce: 1. Apply the attached patch on the "org.eclipse.swt.examples" proj...
2011-05-02 10:19:56
1,304,350,000
resolved fixed
1000246
1,305,230,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java
SWT
373
344,487
Bug 344487 [Browser] WebKit and XULRunner-1.9.2.x crash due to incompatible SQLLite libs
- 3.7M7 - install XULRunner 1.9.2.x and Safari on Windows - run ControlExample, go to the Browser tab - choose the SWT.WEBKIT checkbox -> demo browser changes to WebKit renderer - choose the SWT.MOZILLA checkbox -> a prompter is shown with error message "...your version of SQLLite is too old..." -> after pressing OK th...
2011-05-02 12:57:37
1,304,360,000
resolved fixed
c1cfa6e
1,305,150,000
bundles/org.eclipse.swt/Eclipse SWT Browser/gtk/org/eclipse/swt/browser/BrowserFactory.java bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/BrowserFactory.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mo...
SWT
374
344,392
Bug 344392 Bidi 3.7: Images in disabled ToolBar disappear when orientation changed (setOrientation) used.
null
2011-05-01 04:57:26
1,304,240,000
resolved fixed
844c3cb
1,305,140,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java
SWT
375
344,878
Bug 344878 Unprotected call to PrintDlg in WebUIDelegate.printFrame
null
2011-05-05 13:54:48
1,304,620,000
resolved fixed
a99d0f7
1,305,140,000
bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/browser/WebUIDelegate.java
SWT
376
306,941
Bug 306941 [Mac] Using expos and selecting Eclipse doesn't bring Eclipse window on top.
null
2010-03-24 09:56:08
1,269,440,000
resolved fixed
ee1312c
1,305,130,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
377
317,255
Bug 317255 Clipboard data is lost on exit (Should implement the freedesktop.org specification for clipboard management)
null
2010-06-17 20:31:58
1,276,820,000
verified fixed
35627c0
1,305,060,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/ClipboardProxy.java bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
378
336,485
Bug 336485 Parent shell wrongly focused via Expose (should activate primary modal child shell)
HEAD Cocoa - Open a child shell with PRIMARY_MODAL (e.g. in ControlExample) - Via Expose, select the parent shell => Parent shell gets activated, but keyboard interaction doesn't work => Expected: Child shell should be active I would also expect that the child shell is shown as a separate window in Expose, at least if ...
2011-02-07 05:08:25
1,297,070,000
verified fixed
b84a7e4
1,304,970,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
379
343,454
Bug 343454 XULRunner 2.0 kills Eclipse when opening anything Browser related
null
2011-04-20 16:23:40
1,303,330,000
resolved fixed
d05fd93
1,304,960,000
bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java
SWT
380
87,238
Bug 87238 [Graphics] TextLayout: Incorrect wrapping when text styles are used
SWT-win32, v3124 In the following example, the StyledText does not wrap its contents correctly (see attached screenshot). This only happens when a style range is set. --- import org.eclipse.swt.*; import org.eclipse.swt.custom.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.layout.*; import org.eclipse.swt...
2005-03-06 17:00:39
1,110,150,000
resolved fixed
df9b5d5
1,304,720,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
381
344,686
Bug 344686 [GTK] Cannot enable/disable breakpoint by clicking checkbox
null
2011-05-04 06:15:33
1,304,500,000
resolved fixed
edc7c94
1,304,720,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/List.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse...
SWT
382
344,591
Bug 344591 potential crash in Printer
null
2011-05-03 10:52:20
1,304,430,000
resolved fixed
d10c16e
1,304,620,000
bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
SWT
383
344,642
Bug 344642 [Mac OS X] Cannot enable/disable breakpoint by clicking checkbox
Build id: I20110428-0848 (Eclipse 3.7 M7, Cocoa 32-bit) Running on Mac OS X 10.5.8 and Java 1.5.0_28 1. Open a Java file and add a breakpoint 2. Switch to the Debug perspective 3. Try to disable the breakpoint by clicking the checkbox in the Breakpoints view --> not possible Note that the breakpoint's table row will be...
2011-05-03 17:09:02
1,304,460,000
resolved fixed
0311d68
1,304,610,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.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/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/T...
SWT
384
344,516
Bug 344516 GC with Transform crashes when rendering TextLayout with strikeout and selection
Build Identifier: 20110218-0911 On Windows (XP, Vista and 7), when trying to render a TextLayout with strikeout style and a selection on this style, the GC with a transform crashes the JVM with the following error: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0...
2011-05-02 20:46:44
1,304,380,000
resolved fixed
08baa46
1,304,540,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
385
344,597
Bug 344597 Error when returning null values from Javascript evaluations in IE 9 using SWT Browser
Build Identifier: M20110210-1200 Evaluating JavaScript expressions that return null or an undefined value using the SWT Browser control against Internet Explorer 9 (IE9) will result in an SWT Exception. I will attach a repro snippet or you can simply in an SWT Browser control execute something like: Object result = bro...
2011-05-03 11:22:15
1,304,440,000
resolved fixed
d1b3f8d
1,304,540,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java
SWT
386
343,932
Bug 343932 crash happened during BrowserFunction invocation
Build Identifier: Eclipse RCP v3.6.2 While running an rcp application started in the eclipse swt browser, the complete applciation crashing and shut down the browser. Reproducible: Always Steps to Reproduce: 1.Dowbload eclipse RCP v3.6.2 and install 2.Install ie9 on windows server 2003 or windows 7 3. build an applicat...
2011-04-27 03:30:48
1,303,890,000
resolved fixed
959097b
1,304,540,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java
SWT
387
317,219
Bug 317219 Shell.moveAbove() should not show widget if not visible
Shell.moveAbove() doesn't show child area, just the frame. See snippet below: ===== import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class Test { public static void main(Strin...
2010-06-17 12:47:09
1,276,790,000
resolved fixed
20b46df
1,304,370,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
388
335,056
Bug 335056 Link widget shows IBeam cursor
HEAD Cocoa The Link widget is a bit distracting, since it shows the IBeam cursor when the mouse is in the widget, but not on text or on a link. Can easily be seen in the ControlExample with SWT.BORDER and size 100 x 100.
2011-01-21 16:00:49
1,295,640,000
resolved fixed
df07cfa
1,304,370,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Link.java
SWT
389
344,324
Bug 344324 StyledText is no longer accessible on Mac Cocoa
I20110428-0848 Turn on VoiceOver. Give focus to a StyledText (either ControlExample or Eclipse editor). VoiceOver only says "text blank".
2011-04-29 13:52:40
1,304,100,000
resolved fixed
10998f0
1,304,350,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java
SWT
390
338,127
Bug 338127 Error NPE
-- Configuration Details -- Product: Eclipse 1.3.1.20100913-1228 (org.eclipse.epp.package.jee.product) Installed Features: org.eclipse.jdt 3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH eclipse.buildId=M20100909-0800 java.version=1.6.0_22 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86_64, WS=c...
2011-02-24 12:48:20
1,298,570,000
resolved fixed
20371ac
1,304,330,000
bundles/org.eclipse.swt/Eclipse SWT Program/cocoa/org/eclipse/swt/program/Program.java
SWT
391
343,816
Bug 343816 NPE when item from the List is dragged
Cocoa x86_64 : I20110425-1800 1) Run the DNDExample. 2) Select List as the DragSource. 3) Drag any item from the List. NPE occurs. Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.widgets.Control.createString(Control.java:965) at org.eclipse.swt.widgets.List.tableView_objectValueForTableColu...
2011-04-26 06:29:09
1,303,810,000
resolved fixed
b9cbee7
1,304,330,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java
SWT
392
339,138
Bug 339138 Text limit for Text widget doesn't work in some cases
Reproducible with Cocoa HEAD. Came across this while working on a different Text bug. Text.append(), insert(), paste() don't check for textlimit before changing the text. Test snippet: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setSize(200, 75); Gri...
2011-03-07 14:27:24
1,299,530,000
resolved fixed
980c0b9
1,304,330,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java
SWT
393
333,630
Bug 333630 EXCEPTION_ACCESS_VIOLATION SHELL32.dll TaskBar#getDirectory
null
2011-01-06 03:46:56
1,294,300,000
resolved fixed
720656c
1,303,740,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TaskBar.java
SWT
394
335,307
Bug 335307 Redraw problem with Table/Tree header after scrolling
Reproducible on Cocoa I20110124-1800 build. I first saw this in the preference dialog -> Installed JREs. Also reproducible with Tree and Table in Control Example. Steps: 1) Open preference dialog -> Installed JREs 2) Scroll towards the right in the Installed JREs table such that the checkbox column is not visible. 3) N...
2011-01-25 08:25:44
1,295,960,000
resolved fixed
9d7753b
1,303,730,000
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
SWT
395
342,648
Bug 342648 On Linux in RTL mode Tree.getItem(Point) gives incorrect results
N20110410-2000 Unzip the attached plug-in project and import as existing project Launch a new runtime workbench with the parameter -dir rtl Verify that Eclipse is in right to left mode Show the view TreeViewCategory/RTL tree view In the view click on an expander node Expected Result: Tree item.getItem() is null is writ...
2011-04-12 18:57:36
1,302,650,000
verified fixed
7ea2dcf
1,303,410,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
396
343,560
Bug 343560 Display.ayncExec(null) does not cause readAndDispatch() to return true.
Run this snippet and stop moving the mouse or typing. On all platforms but cocoa, you get a sequence like this printed to the console. loop=true loop=false loop=true loop=false import org.eclipse.swt.widgets.*; public class SyncThread { public static void main(String[] args) { final Display display = new Display(); She...
2011-04-21 10:48:58
1,303,400,000
resolved fixed
7afd221
1,303,400,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Synchronizer.java
SWT
397
343,093
Bug 343093 DBCS4.1: Cannot input Japanese characters in Mac OS X using default IME.
Build Identifier: I20110412-2200 OS: Mac OS X Java environment:1.6.0_24-b07-334 Locale:ja_JP.UTF-8 When you enter japanese as hiragana you press space key to turn it into kanjis. After that you can press enter and start typing more hiraganas. But in case of eclipse 4.1 if you press enter and start typing new characters...
2011-04-18 03:37:13
1,303,110,000
resolved fixed
40db8b3
1,303,330,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
398
341,402
Bug 341402 SWT Cocoa crash in 3.7M6
I just captured the following crash with 3.7M6. The crash happened shortly after I saved an editor and not in direct response to an action. Process: eclipse [65988] Path: /Users/bhunt/Applications/Eclipse/3.7 M6/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.6 (3.6) Code Type: X86-64 (Nat...
2011-03-30 13:42:24
1,301,510,000
resolved fixed
8d66d24
1,303,150,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/Shell.java
SWT
399
341,190
Bug 341190 KEY CTRL+O is passed to IE8
Build Identifier: M20090211-1700 When a browser widget has the focus (with IE8 on the machine), the key CTRL+O is passe to it. This does not occur with IE6! As we use a key binding von CTRL+O to open an own dialog, now the standard open dialog from IE8 also opens. How can we suppress passing CTRL+O to IE8? Reproducible...
2011-03-29 02:56:49
1,301,380,000
resolved fixed
b223c63
1,302,900,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
SWT
400
342,488
Bug 342488 Exception running webstart app
Tried to run a webstart app with latest code and failed with this exception in Display.java. 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart Exception in thread "AWT-AppKit" 11-04-11 4:09:36 PM [0x0-0x71071].com.apple.JavaWebStart java.lang.reflect.InvocationTargetException 11-04-11 4:09:36 PM [0x0-0x71071].co...
2011-04-11 16:04:55
1,302,550,000
resolved fixed
5e8ab96
1,302,550,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
401
342,192
Bug 342192 PrintDialog crashes on xp if no printers are installed
Build Identifier: I20100608-0911 If no printers are installed on xp, rcp application crashes when the following line is executed: PrintDialog dialog = new PringDialog(shell, SWT.NONE); Stack: [0x00030000,0x00130000], sp=0x0012ed6c, free space=3fb0012e8a0k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,...
2011-04-07 12:27:56
1,302,190,000
resolved fixed
814d9de
1,302,540,000
bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java
SWT
402
341,958
Bug 341958 Arabic: SWT (version 3.659) ignores the font set over style ranges
Build Identifier: M20110210-1200 By every other word written in arabic letters, SWT ignores the fallback font I set over the style ranges to display the not ASCII-characters in a styled text, when the font used by widget doesn't contain the arabic glyphs. Reproducible: Always
2011-04-05 15:22:26
1,302,030,000
resolved fixed
ca2ab80
1,302,540,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
403
342,279
Bug 342279 Javadoc warning in N201104072000
/builds/N201104072000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Touch.java:27: warning - Tag @see: reference not found: TouchEvent 1 warning
2011-04-08 08:54:46
1,302,270,000
resolved fixed
0d07173
1,302,270,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Touch.java
SWT
404
336,379
Bug 336379 Snippet345 is using the wrong example text.
null
2011-02-04 12:40:34
1,296,840,000
resolved fixed
03fc865
1,302,190,000
examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet345.java
SWT
405
341,134
Bug 341134 Tree#selectAll() should only select visible items (those without any collapsed parent)
I20110322-0800 Tree#selectAll() should only select visible items (i.e. roots and items whose parents are expanded and visible). Currently, it selects all items in the Tree, which is unexpected. The problem can be seen with Snippet61 if you add this listener and then press "A": tree.addListener(SWT.KeyDown, new Listener...
2011-03-28 12:32:19
1,301,330,000
resolved fixed
8023917
1,301,690,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
406
341,361
Bug 341361 tests failures in TextLayout#getNextOffset
null
2011-03-30 09:56:05
1,301,490,000
resolved fixed
e32c535
1,301,500,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
SWT
407
341,212
Bug 341212 Tree item sort column background not drawn when item selected or hot
1) Run ControlExample 2) Select 'Tree' tab 3) Check 'Multiple Columms', 'Header Visible', 'Sort Indicator' 4) Select 'Node 1' 5) The sort indicator background is not drawn for selected or hot items
2011-03-29 07:36:59
1,301,400,000
resolved fixed
8be40f4
1,301,490,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
408
334,746
Bug 334746 [Presentations] [perfs] Performance regression in PresentationCreateTest* tests
On windows, there is 30-50% performance regression in tests of org.eclipse.ui.tests.performance.presentations.PresentationCreateTest#*. Linux looks good. The regression seems to have got introduced around 6th January. There was a regression in December first but it got good on 4th January build. Hence, I initially thou...
2011-01-19 04:44:08
1,295,430,000
resolved fixed
8461218
1,301,430,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/ImageList.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.java bun...
SWT
409
243,894
Bug 243894 Debug view should not scroll to right when breakpoint is hit
I20080807-1402, was OK in 3.3.2 and 3.4. Paste the class below to the Package Explorer, set the breakpoint, and then debug as Java application. When the breakpoint is hit (in both threads), make sure that the Debug view is so narrow that its toolbar just fits on one row (the view then shows a horizontal scroll bar). Pr...
2008-08-12 11:22:29
1,218,550,000
resolved fixed
ff35a05
1,301,070,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
410
270,490
Bug 270490 A web page opened in embedded Mozilla Browser could move/resize Shell window
Use attached snippet to reproduce.
2009-03-30 13:39:43
1,238,430,000
resolved fixed
f88586e
1,301,000,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
411
327,260
Bug 327260 Often can't see focus ring in Trees on Windows 7
N20101003-2000, same in 3.6 and 3.5.2 I often can't see the focus ring in Trees on Windows 7. On WinXP, I could always see which item had the keyboard focus (dotted focus ring). On Win7, I only see the focus item on plain SWT.MULTI trees and only if the focus is on an unselected item. If the focus is on a selected item...
2010-10-07 13:23:36
1,286,470,000
resolved fixed
f3716dc
1,300,980,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
412
65,899
Bug 65899 [StyledText] StyledText Supplementary/Surrogate character navigation
null
2004-06-06 04:49:23
1,086,510,000
resolved fixed
55a22ab
1,300,910,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.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/graphics/TextLayout.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widget...
SWT
413
340,603
Bug 340603 Selection under cocoa draws wrong in wrapped TextLayout
Build Identifier: I20100608-0911 Using SWT cocoa, a TextLayout with wrapped text where the first line is smaller than the others, the selection is drawn as a box with the width of the first line. This causes text on the other lines to leak out of the selection background box. The attached screen shot shows the result o...
2011-03-21 15:29:06
1,300,740,000
resolved fixed
8ec5769
1,300,810,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
SWT
414
340,248
Bug 340248 checkWidget() missing in Shell#getToolbar()
The new method Shell#getToolbar is missing the checkWidget() call although the Javadoc states that the usual restrictions apply (ERROR_WIDGET_DISPOSED, ERROR_THREAD_INVALID_ACCESS).
2011-03-16 17:26:10
1,300,310,000
resolved fixed
d93202e
1,300,470,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
415
116,892
Bug 116892 Scroll clipped Tree/Table causes pixel corruption (drawing problem)
I20051116-1332 Obligatory Simple Guy. Will attach a screencap showing the bug in the wild. import org.eclipse.swt.SWT; import org.eclipse.swt.custom.ScrolledComposite; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.T...
2005-11-17 11:17:41
1,132,240,000
resolved fixed
1e6f41a
1,300,370,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Scrollable.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
416
339,655
Bug 339655 Program#execute(String) broken for file:/ arguments containing #
I20110310-1119 Cocoa Program#execute(String) is broken for file:/ arguments containing #. When I generate Javadoc and then want to open the Javadoc of a method selected in the editor in the system browser, then # is wrongly escaped before the argument is passed to the browser (resulting in an URL with %23, which is wro...
2011-03-11 04:19:18
1,299,840,000
resolved fixed
e4b161a
1,300,190,000
bundles/org.eclipse.swt/Eclipse SWT Program/cocoa/org/eclipse/swt/program/Program.java
SWT
417
339,941
Bug 339941 Program.execute("") should launch app without args
Program.execute("") launches app with default dir as argument instead of just launching app.
2011-03-14 16:28:13
1,300,130,000
resolved fixed
97e3a20
1,300,130,000
bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java
SWT
418
333,759
Bug 333759 Allow SWT to use gvfs instead of gnome-vfs
null
2011-01-07 10:58:01
1,294,420,000
resolved fixed
914f615
1,300,120,000
bundles/org.eclipse.swt/Eclipse SWT Program/gtk/org/eclipse/swt/program/Program.java
SWT
419
333,323
Bug 333323 [SWT][Browser][Mozilla] memory leak in embeded mozilla browser widget
Build Identifier: 3.6 The Browser widget created with SWT.MOZILLA has big memory leak issue in below scenario: reload the page every 5 secondes and keep moving the mouse over the page. The memory goes from 90MB to 300MB in about 7 minutes, then the RCP application crashes. The Java heap size of the RCP application is v...
2010-12-29 20:09:10
1,293,670,000
resolved fixed
37c4fcd
1,299,880,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
420
339,345
Bug 339345 ClassCast exception when drop target is List
Happens on Cocoa with 3.7 HEAD Run the DNDExample. Drag and drop to a the List as drop target. We get class cast exception. Exception in thread "main" java.lang.ClassCastException: org.eclipse.swt.widgets.List cannot be cast to org.eclipse.swt.widgets.Table at org.eclipse.swt.dnd.DropTarget.tableView_validateDrop_propo...
2011-03-09 07:54:44
1,299,680,000
resolved fixed
3444eb9
1,299,690,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java
SWT
421
338,981
Bug 338981 Text VerifyEvent; Changing inserted text field inserts nothing or damages content
Build Identifier: swt-3.7M5-cocoa-macosx-x86_64 The text field of a VerifyEvent received by a Text's VerifyListener contains the text about to be inserted. Changing this field is supposed to alter the inserted text. Instead nothing is inserted, or the changed text is inserted while following parts of the Text's content...
2011-03-04 17:59:08
1,299,280,000
resolved fixed
927bee3
1,299,530,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java
SWT
422
339,116
Bug 339116 SWT.Hide not sent properly for menus
null
2011-03-07 11:22:13
1,299,510,000
resolved fixed
c39c3e6
1,299,520,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
423
336,957
Bug 336957 Crash in SWT Carbon OS.ReceiveNextEvent / Display.trayItemProc
Build Identifier: 3.6.1.v3655c We are sometimes getting crashes in the Carbon SWT at shutdown. It is intermittent, and but does occur during the time that the application is shutting down, and the Display is being shutdown. I will attach the Apple Crash Report of when the event occurred. Unfortunately, I can not recrea...
2011-02-11 11:16:01
1,297,440,000
resolved fixed
105f15f
1,299,280,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.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/TrayItem.java
SWT
424
338,965
Bug 338965 Deadlock/Hang on UI Thread
null
2011-03-04 13:29:18
1,299,260,000
resolved fixed
ad1eb09
1,299,270,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/MessageBox.java
SWT
425
338,937
Bug 338937 Javadoc warnings in N201103032000
/builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:3987: warning - Tag @see: can't find setId(int) in org.eclipse.swt.widgets.MenuItem /builds/N201103032000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclip...
2011-03-04 09:46:56
1,299,250,000
resolved fixed
6f81333
1,299,260,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
SWT
426
338,825
Bug 338825 Rename Display.getAppMenuBar() to getMenuBar().
null
2011-03-03 10:47:32
1,299,170,000
resolved fixed
d5938d7
1,299,170,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java bundl...
SWT
427
329,456
Bug 329456 Add API to access the application menu (Mac) and system menu (win32/gtk)
On the Mac developers want control over the application menu. They want to set the about menu text, enable/disable/hide the preferences item, and add items to the application menu. They also want to listen for selections on those items. In other words, treat it like any other Menu in the application. Likewise, on Win32...
2010-11-04 12:40:14
1,288,890,000
resolved fixed
f1fbb87
1,299,170,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenu.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenuItem.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/s...
SWT
428
324,155
Bug 324155 Eclipse crash at quit when modal dialog opened
Build Identifier: eclipse-SDK-3.5.2-macosx-carbon 32 bit (Build id:M20100211-1343) Process: eclipse [47963] Path: /Users/notes/Downloads/eclipse-SDK-3.5.2-macosx-carbon/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.5 (3.5) Code Type: X86 (Native) Parent Process: launchd [114] Date/Time: ...
2010-08-31 21:57:08
1,283,310,000
resolved fixed
aba5fbf
1,299,100,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
429
338,448
Bug 338448 Control.setTouchEventsEnabled(boolean)/isTouchEnabled() not consistent
In the new API in Control.java to enabled touch events, the setter name is not consistent with the getter (TouchEvents instead of Touch). Also, traditionally if an API starts with is* in Control.java, it means that the state of the widget parent is checked. This is not the case for this API, so it should be getTouchEna...
2011-02-28 13:55:13
1,298,920,000
resolved fixed
8363b35
1,298,920,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bu...
SWT
430
275,071
Bug 275071 possible NPE in printer
null
2009-05-05 17:19:53
1,241,560,000
resolved fixed
a73c797
1,298,920,000
bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
SWT
431
335,373
Bug 335373 NPE when changing iFrame url via SWT browser evaluate() method
Build Identifier: SWT 3.5.2.v3557f We are developing a an app that leverages iFrames to manage a collection of different pieces of browser content and are trying to dynamically manage the separate iFrame data with a call from the SWT browser evaluate() method to a javascript method we have created to change the iFrames...
2011-01-25 15:05:02
1,295,990,000
resolved fixed
87330b1
1,298,410,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
432
335,887
Bug 335887 SWT reports API breakage
I have SWT from HEAD with an API baseline of 3.6.0. Description Resource Path Location Type The method org.eclipse.swt.browser.WebKit.create(Composite, int) has been removed WebKit.java /org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser line 26 Compatibility Problem The major version should be incremented ...
2011-01-31 13:42:36
1,296,500,000
resolved fixed
13ea970
1,298,400,000
bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java
SWT
433
337,499
Bug 337499 Assorted NPEs in SWT_AWT when used in Plugin2
null
2011-02-17 17:57:04
1,297,980,000
resolved fixed
9559d48
1,297,980,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 bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java
SWT
434
337,263
Bug 337263 LineAttributes should implement equals()
LineAttributes does not implement equals(), which leaves proper comparison of LineAttributes to clients. Instead, LineAttributes should implement equals() (as well as hashCode()).
2011-02-15 18:25:29
1,297,810,000
resolved fixed
ea83c60
1,297,960,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/LineAttributes.java
SWT
435
337,203
Bug 337203 [refactoring] Cocoa only: Preview page in org.eclipse.ltk.ui.refactoring.RefactoringWizard shows no changes when empty space is clicked
Build Identifier: 20100917-0705 In Cocoa, when the refactoring preview dialog shows a tree and changes underneath, clicking on the white or empty area next to the tree causes selection to be reset and changes to go away. This is not the case in windows and it may not be immediately apparent to the user as to what happe...
2011-02-15 07:19:44
1,297,770,000
resolved fixed
4b27ffd
1,297,870,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSIndexSet.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableIndexSet.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org...
SWT
436
335,134
Bug 335134 [Custom Widgets] CCombo: floating list pop-up on ALT+TAB
null
2011-01-23 15:27:39
1,295,810,000
resolved fixed
3e1b012
1,297,840,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
437
325,241
Bug 325241 Table checkbox column moves on drag & drop
public class Snippet_bug { public static void main (String [] args) { Display display = new Display (); String[] titles = {"Information", "Error", "Question", "Warning"}; String[] questions = {"who?", "what?", "where?", "when?", "why?"}; Shell shell = new Shell (display); shell.setLayout(new GridLayout()); Table table ...
2010-09-14 08:50:12
1,284,470,000
resolved fixed
3b9aff1
1,297,440,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.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/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/T...
SWT
438
320,636
Bug 320636 [Custom Widgets] CCombo setFocus does not work
Build Identifier: M20100211-1343 When trying to set initial focus on a CCombo during creation of cotrols, it does not work. The reason is IMHO that it does not override forceFocus() method, which is used when restoring saved focus from shell. Reproducible: Always
2010-07-22 10:18:18
1,279,810,000
resolved fixed
99d7211
1,297,250,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
439
306,039
Bug 306039 [Widgets] Windows 7 Jump List items impose "standard" on arguments passed to new instance
Build Identifier: 3.6M6 Recently implemented Windows 7 Jump List (which is awesome) items impose "standard" on argumants that are passed to new instance with pattern like shown below: --launcher.openFile /SWTINTERNAL_ID101 It's used solely on Eclipse, but for applications that are not using Eclipse exe launcher are con...
2010-03-16 12:13:34
1,268,760,000
resolved fixed
1a60623
1,297,190,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TaskBar.java
SWT
440
336,624
Bug 336624 Cannot get simultaneous left and right mouse button in SWT.MouseMoveevents on Mac
Build Identifier: 3.6.1.v3659 If I attach a Listener for SWT.MouseMove events to a SWT Canvas, on Windows I can success fully query the event state mask for simultaneous left and right mouse buttons. On Mac the state mask never contains both the flag for button1 and button3. If they are clicked the same time button1 is...
2011-02-08 10:15:44
1,297,180,000
resolved fixed
e75f9a9
1,297,190,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/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/...
SWT
441
329,872
Bug 329872 Child dialog gets in infinite flicker loop while use SWT.PRIMARY_MODAL style
Build Identifier: Version:3.6.1 Build id:M20100909-0800 If a child dialog (a dialog with SWT.PRIMARY_MODAL) is displayed, and then focus is switched out of that dialog then back on to the parent shell, the child dialog goes into an infinite flicker. The best way I've been able to reproduce this is to use Expose to togg...
2010-11-10 04:15:06
1,289,380,000
resolved fixed
02f0ef9
1,297,100,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
442
272,331
Bug 272331 Setting fileName in PrinterData for PrintDialog does nothing
3.5 M6 Run the following snippet: import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.printing.*; public class TestPrintDialogFileName { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); PrintDialog dialog = new PrintDialog(shell, ...
2009-04-15 11:12:41
1,239,810,000
resolved fixed
df61f40
1,296,600,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
SWT
443
335,928
Bug 335928 compile warnings in official build
N20110131-2000. 1. WARNING in _ppc.arm/temp.folder/@dot.src/org/eclipse/swt/internal/BidiUtil.java (at line 463) if (callback != null) callback.dispose(); Dead code
2011-02-01 02:42:04
1,296,550,000
verified fixed
914247e
1,296,570,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
SWT
444
335,172
Bug 335172 Broken DND feedback indicator when dragging TableItems on Mac
null
2011-01-24 06:15:13
1,295,870,000
resolved fixed
f0d4660
1,296,520,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java
SWT
445
335,304
Bug 335304 DateTime dropdown doesn't hide with arrow button
Reproducible on Cocoa I20110124-1800 build Steps: 1) Run the control example 2) In the DateTime control, select SWT.DATE and SWT.DROP_DOWN 3) Click on the arrow (dropdown) button in the control to open the dropdown calendar. 4) Click on the arrow button again, the dropdown calendar flashes but doesn't hide. The arrow b...
2011-01-25 08:12:41
1,295,960,000
resolved fixed
5de89d7
1,296,510,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/DateTime.java
SWT
446
335,882
Bug 335882 bidi: overload SashForm#setOrientation to change bidi direction
bidi: overload SashForm#setOrientation to change bidi direction
2011-01-31 12:45:47
1,296,500,000
resolved fixed
f7f5054
1,296,500,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java
SWT
447
329,216
Bug 329216 StyledText needs to implement AccessibleEditableTextListener
null
2010-11-01 14:52:11
1,288,640,000
resolved fixed
a1c3277
1,296,490,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
448
335,589
Bug 335589 No mouse move events on Cocoa64 unless you press left mouse button
It looks like some change in SWT broke mouse move listeners and hence a lot of things in the Eclipse UI (e.g. JavaDoc-Hovers). I currently don't have Eclipse 3.7 builds but this is reproduceable the latest Eclipse 4.1 build (I20110126-2200). The only possibility to get JavaDoc-Hovers is to press the left mouse button a...
2011-01-27 11:29:44
1,296,150,000
resolved fixed
7aa83ef
1,296,180,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
449
335,382
Bug 335382 WebKitGTK can now throw exception with SWT.WEBKIT style
The current implementation of BrowserFactory on gtk will attempt to use the WebKitGTK Browser implementation for all Browsers created with style SWT.WEBKIT, even if it initially fails to load its swt-webkit library. Don't do this!
2011-01-25 15:50:17
1,295,990,000
resolved fixed
2d20e46
1,295,990,000
bundles/org.eclipse.swt/Eclipse SWT Browser/gtk/org/eclipse/swt/browser/BrowserFactory.java
SWT
450
334,865
Bug 334865 Save action in main toolbar is not enabled after Organize Imports
I20110118-0800 Cocoa, is OK in 3.6.2 candidate (M20110119-0834) The Save action in the main toolbar is not enabled after Organize Imports. The editor tab gets the *, the Save action is correctly enabled in the menus, and Command+S works.
2011-01-20 04:52:16
1,295,520,000
resolved fixed
4bfb2d4
1,295,630,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java
SWT
451
332,096
Bug 332096 Browser.print() steals focus
I have two browsers, one which acts as a rich text editor, and the other which shows the result within a canvas widget. The result on canvas is actually an image of the browser, so as the user types into the editor, the browser which is not visible is printed and that image is drawn on the canvas widget. When the secon...
2010-12-07 18:37:36
1,291,760,000
resolved fixed
3737d97
1,295,560,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
452
334,624
Bug 334624 Macs and Display.post(...) problems on non-US keyboards
null
2011-01-18 06:16:46
1,295,350,000
resolved fixed
1f174a7
1,295,480,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
SWT
453
322,293
Bug 322293 NPE when select Hyperlink from MultipleHyperlinkPresenter List
Here the Stack Trace from macosx-cocoa-x86_64 java.lang.NullPointerException at org.eclipse.swt.widgets.Shell.setWindowVisible(Shell.java:1782) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1704) at org.eclipse.jface.text.AbstractInformationControl.setVisible(AbstractInformationControl.java:506) at org.eclipse...
2010-08-10 17:11:07
1,281,470,000
verified fixed
7742fa8
1,295,470,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
454
292,780
Bug 292780 failing to dispose GC can cause huge error message spew
null
2009-10-20 11:43:30
1,256,050,000
resolved fixed
30ed6af
1,295,460,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
455
334,723
Bug 334723 Javadoc warnings in I20110118-0800 build
/builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java:989: warning - Tag @see: reference not found: org.eclipse.swt.widgets.Touch.state /builds/I201101180800/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/common/org/eclipse...
2011-01-18 19:24:47
1,295,400,000
resolved fixed
be91c63
1,295,400,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/GestureListener.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/TouchListener.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Touch.java bu...
SWT
456
324,662
Bug 324662 [Mac] Hand cursor does not appear on Link
null
2010-09-07 11:03:26
1,283,870,000
resolved fixed
656325b
1,295,390,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Link.java
SWT
457
334,420
Bug 334420 Trying to reveal element in Table takes very long
null
2011-01-14 15:20:41
1,295,040,000
verified fixed
5ded542
1,295,050,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
SWT
458
319,188
Bug 319188 LocationProvider null when xulrunner is already initialized by another browser
Build Identifier: 3.5.2 If xulrunner is already initialized by another browser, the following line in Mozilla.java is not executed if (!Initialized) { LocationProvider = new AppFileLocProvider (mozillaPath); LocationProvider.AddRef (); The LocationProvider is not initialized and caused the exception when executes javas...
2010-07-07 16:11:33
1,278,530,000
resolved fixed
24ab347
1,294,850,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
459
334,067
Bug 334067 [browser]Avoid invoking _getUrl inside MapUrlToZone callback
Build Identifier: 3.6.1 In side WebSite.java, MapUrlToZone callback invokes _getUrl() each time as part of the condition of whether is in setText mode. This will lower the performance. We can set a flag instead. Path provided as a reference. Reproducible: Always
2011-01-12 06:11:12
1,294,830,000
resolved fixed
bba1c08
1,294,850,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
460
333,914
Bug 333914 Application menu is not localized correctly
Build Identifier: 3.6 Helios Release The Cocoa application menu obeys the "-nl" argument only for the "About", "Quit" and "Hide" menu items. The rest of the items, as well as the "Help>Search" menu item are shown in the preferred system language. Reproducible: Always Steps to Reproduce: 1. Set a language different from...
2011-01-10 15:57:23
1,294,690,000
resolved fixed
fe7f497
1,294,770,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBundle.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSLocale.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/sw...
SWT