id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
1,861
207,613
Bug 207613 [Leopard] Progress dialog does not properly close on Leopard
Build ID: 3.3.1 running on OS X 10.5 Leopard Steps To Reproduce: 1. Create an IRunnableWithProgress 2. Run using the workbench progress service 3. Wait for runnable to complete More information: The progress dialog will not close unless you move the mouse.
2007-10-26 15:08:18
1,193,430,000
resolved fixed
dfde6c5
1,193,780,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Synchronizer.java
SWT
1,862
204,953
Bug 204953 [64] New project wizard does not work on Vista 64 bits
null
2007-09-28 16:37:02
1,191,010,000
resolved fixed
271bf8e
1,193,770,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
1,863
207,628
Bug 207628 Keyboard selection does not work with context menus on Leopard
Eclipse 3.3.1 on OS X 10.5 Leopard If you bring up a context menu ... say the Source menu [Command-option-s], scroll down to say Override/Implement methods, and press enter, the action is not selected and instead, the editor gets the enter key. I've also noticed that when you press the up and down arrows to select a menu, the editor cursor moves as well.
2007-10-26 16:30:24
1,193,430,000
resolved fixed
6858e06
1,193,760,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
1,864
202,782
Bug 202782 Indent in Column Header when sorting on Windows Vista
null
2007-09-10 07:26:21
1,189,420,000
resolved fixed
1711d40
1,193,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java
SWT
1,865
204,571
Bug 204571 Eclipse process halted when interacting with tree.
Build ID: Build id: I20070625-1500 I'can't reproduce it reliably... it happened when I was interacting with the tree (in a CNF-based package explorer), and I was only able to see it because I always start eclipse with -Xdebug (so, I started another eclipse instance to see where it was locked). The stack where it gets halted is below. It happens on: while (hDeselectItem != hAnchor){....} that never ends. The hAnchor was always: 1330616848 and the hDeselectItem was always 0 (zero). Thread [main] (Suspended (breakpoint at line 5534 in Tree)) Tree.WM_KEYDOWN(int, int) line: 5534 Tree(Control).windowProc(int, int, int, int) line: 3701 Tree.windowProc(int, int, int, int) line: 5370 Display.windowProc(int, int, int, int) line: 4364 OS.DispatchMessageW(MSG) line: not available [native method] OS.DispatchMessage(MSG) line: 2264 Display.readAndDispatch() line: 3291 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 2389 Workbench.runUI() line: 2353 Workbench.access$4(Workbench) line: 2219 Workbench$4.run() line: 466 Realm.runWithDefault(Realm, Runnable) line: 289 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 461 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 149 IDEApplication.start(IApplicationContext) line: 106 EclipseAppHandle.run(Object) line: 153 EclipseAppLauncher.runApplication(Object) line: 106 EclipseAppLauncher.start(Object) line: 76 EclipseStarter.run(Object) line: 363 EclipseStarter.run(String[], Runnable) line: 176 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object...) line: 585 Main.invokeFramework(String[], URL[]) line: 504 Main.basicRun(String[]) line: 443 Main.run(String[]) line: 1169 Main.main(String[]) line: 1144 Some other variables in that same context (hope it helps...) this Tree (id=55) accessible null background -1 backgroundImage null backgroundMode 0 columns TreeColumn[4] (id=100) currentItem null cursor null customDraw false data Object[9] (id=103) display Display (id=56) dragStarted false drawCount 0 eventTable EventTable (id=104) explorerTheme false font 722076327 foreground -1 gestureCompleted false hAnchor 1330616848 handle 2886106 headerImageList null headerToolTipHandle 0 hFirstIndexOf 1335940464 hInsert 0 hLastIndexOf 1335940464 horizontalBar ScrollBar (id=108) hSelect 0 hwndHeader 0 hwndParent 0 ignoreColumnMove false ignoreCustomDraw false ignoreDeselect false ignoreDrawBackground false ignoreDrawFocus false ignoreDrawForeground false ignoreDrawHot false ignoreDrawSelection false ignoreExpand false ignoreFullSelection false ignoreItemHeight false ignoreResize false ignoreSelect false ignoreShrink false imageList ImageList (id=110) insertAfter false itemCount 1 items TreeItem[668] (id=112) itemToolTipHandle 0 lastID 667 lastIndexOf 0 layout null layoutCount 0 layoutData null linesVisible false lockSelection false lpwp null menu Menu (id=115) newSelected false oldSelected false painted true parent Composite (id=117) printClient false scrollWidth 0 selectionForeground -1 shrink false sortColumn null sortDirection 0 state 32772 style 33555202 tabList null toolTipText null verticalBar ScrollBar (id=118) wParam 34 lParam 22085633 result null hItem 1330606776 code 0 hNewItem 1330521640 tvItem TVITEM (id=72) hDeselectItem 0 rect1 RECT (id=96) rect2 RECT (id=99) flags 6
2007-09-25 12:30:53
1,190,740,000
resolved fixed
a8a9e72
1,193,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
1,866
207,901
Bug 207901 custom drawn tree: 1st selection behaves oddly
Build ID: 3.3.1 M20070921-1145 I have a tree. It looks something like this, ignore the '*' for now: Text Header (i) Item long text (i) Item long text that continues * out here (i) Item more long text All of the items at the top level of the tree. The font on the Text Header item is large (2x normal & bold), but it has no icon. All of the other items have icons designated with (i). Everything is custom measured and painted. What I have found is that right after the tree is first created the hit test appears to use the width/height of the Text Header to determine selections. If I click off to the side (like where the '*' is) the Text Header is selected. Once a selection has been made SWT/Windows seems to figure out what's going on and selections occur normally. My workaround is to make and remove a selection right after item creation. If there aren't selection listeners it happens fast enough that there isn't a flicker. The tree is set up with FULL_SELECTION and has no columns. I expect selecting anywhere in the row should select that item. I'd love to give an example, and if time permits I will. At this point I'm too under the gun.
2007-10-29 23:15:03
1,193,710,000
resolved fixed
62cb06d
1,193,720,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
1,867
206,315
Bug 206315 GTK-BIDI: RTL support in CoolBar.
null
2007-10-15 08:25:15
1,192,450,000
resolved fixed
98c4e6a
1,193,690,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java
SWT
1,868
207,852
Bug 207852 Widget disposed error when running UI test suite on WinXP
This was introduced between N20071026-0010 and N20071027-0010. Widget is disposed org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3706) at org.eclipse.swt.SWT.error(SWT.java:3624) at org.eclipse.swt.SWT.error(SWT.java:3595) at org.eclipse.swt.widgets.Widget.error(Widget.java:441) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:334) at org.eclipse.swt.widgets.Control.setBounds(Control.java:2568) at org.eclipse.swt.widgets.CoolBar.wmNotifyChild(CoolBar.java:1127) at org.eclipse.swt.widgets.Control.wmNotify(Control.java:4703) at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1723) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:4333) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3826) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4436) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2233) at org.eclipse.swt.widgets.CoolBar.callWindowProc(CoolBar.java:115) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3862) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4423) at org.eclipse.swt.internal.win32.OS.SendMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.SendMessage(OS.java:2995) at org.eclipse.swt.widgets.CoolBar.resizeToMaximumWidth(CoolBar.java:696) at org.eclipse.swt.widgets.CoolBar.destroyItem(CoolBar.java:312) at org.eclipse.swt.widgets.CoolItem.destroyWidget(CoolItem.java:199) at org.eclipse.swt.widgets.Widget.release(Widget.java:759) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:419) at org.eclipse.jface.action.ToolBarContributionItem.dispose(ToolBarContributionItem.java:170) at org.eclipse.ui.internal.EditorActionBars.dispose(EditorActionBars.java:195) at org.eclipse.ui.internal.EditorManager.disposeEditorActionBars(EditorManager.java:363) at org.eclipse.ui.internal.EditorReference.doDisposePart(EditorReference.java:300) at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:681) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1586) at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1345) at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1329) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1303) at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.java:1122) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:1635) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:825) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1559) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:699) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:675) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:790) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:788) at org.eclipse.ui.tests.harness.util.UITestCase.closeAllTestWindows(UITestCase.java:274) at org.eclipse.ui.tests.harness.util.UITestCase.doTearDown(UITestCase.java:215) at org.eclipse.ui.tests.harness.util.UITestCase.tearDown(UITestCase.java:203) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:124) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3721) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3358) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2395) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2359) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2225) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:468) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:463) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:515) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:455) at org.eclipse.equinox.launcher.Main.run(Main.java:1193) at org.eclipse.equinox.launcher.Main.main(Main.java:1169) at org.eclipse.core.launcher.Main.main(Main.java:30)
2007-10-29 17:07:41
1,193,690,000
resolved fixed
85b050d
1,193,690,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
1,869
207,744
Bug 207744 [Contributions] Debug toolbar dropdown menu closes when submenu hidden
I20071029-0010 - Open Debug toolbar dropdown menu - move mouse to 'Debug As...' such that submenu shows up - move mouse away => dropdown menu closed
2007-10-29 05:56:26
1,193,650,000
verified fixed
443e66e
1,193,680,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/Menu.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
SWT
1,870
207,605
Bug 207605 GTK-BIDI: RTL support in PrintDialog
Since we're fixing this for all dialogs, we need to fix the PrintDialog as well.
2007-10-26 14:23:34
1,193,420,000
resolved fixed
2fe6f26
1,193,440,000
bundles/org.eclipse.swt/Eclipse SWT Printing/gtk/org/eclipse/swt/printing/PrintDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
SWT
1,871
206,786
Bug 206786 GTK-BIDI: RTL support in ScrollBar.
null
2007-10-18 12:08:35
1,192,720,000
resolved fixed
57b9842
1,193,440,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java
SWT
1,872
206,749
Bug 206749 GTK-BIDI: RTL support in MessageBox
null
2007-10-18 09:06:06
1,192,710,000
resolved fixed
11ac2f3
1,193,430,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MessageBox.java
SWT
1,873
206,609
Bug 206609 GTK-BIDI: RTL support in FontDialog
null
2007-10-17 08:10:50
1,192,620,000
resolved fixed
9a40e4c
1,193,430,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FontDialog.java
SWT
1,874
206,722
Bug 206722 GTK-BIDI: RTL support in FileDialog.
null
2007-10-18 04:13:26
1,192,700,000
resolved fixed
25622bd
1,193,430,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java
SWT
1,875
206,661
Bug 206661 GTK-BIDI: RTL support in DirectoryDialog.
null
2007-10-17 13:49:03
1,192,640,000
resolved fixed
6cbfed1
1,193,430,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java
SWT
1,876
206,602
Bug 206602 GTK-BIDI: RTL support in ColorDialog
null
2007-10-17 07:18:58
1,192,620,000
resolved fixed
6cef4b5
1,193,430,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Dialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java
SWT
1,877
207,266
Bug 207266 Target editor's content tab buttons disappear completely
null
2007-10-24 04:40:16
1,193,220,000
resolved fixed
46885e5
1,193,410,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java
SWT
1,878
207,472
Bug 207472 "Dancing Scrollbar" in Tree
For a while I am seeing a weird bug, where the scrollbar thumb of a Tree shows on the bottom, although it should be on top. As soon as I move the mouse over the Tree, the thumb moves up to the correct position (see the two screen shots). I tried to get this into a snippet, but was unable to reproduce outside of RSSOwl. It is reproducable every time in RSSOwl. What I have found out so far is: - Its unrelated to using Custom Owner Drawn - Its related to using Columns - Its related to having parent tree items with childs And most importantly: Its related to executing a UIJob from inside a Job that sets the input to the Viewer. That is, executing a display.asyncExec() from a Thread. I was unable to reproduce in RSSOwl 2 as soon as I changed the UIJob to use display.syncExec AND executing it from the UI Thread instead a Job. Any ideas where I could look into to find out more? Ben
2007-10-25 11:32:43
1,193,330,000
resolved fixed
26a6786
1,193,410,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
1,879
117,580
Bug 117580 Modal behavior on GTK when I ask for modeless
If you do something simple like this on GTK: Shell shell = new Shell(parentShell, SWT.CLOSE | SWT.MODELESS); shell.open(); where the parent shell is a workbench window, you see a dialog and you can still access the workbench. So far so good. Now try it where the parent shell is a modal dialog, like the New Project wizard - you see the shell, but it blocks the wizard (it is modal). So it seems to depends on the context. This is causing problems with the existing context help window: Open the New Project wizard and hit Shift-F1, then try to follow the steps in a help page; you can't because you can't go back to the wizard unless you close the help window. We're going to be bringing cheat sheets right up to dialogs in 3.2 so that you can follow along, but this is preventing us from doing so in GTK, which is why I mark it as major.
2005-11-22 15:39:48
1,132,690,000
resolved fixed
e30f469
1,193,330,000
bundles/org.eclipse.swt/Eclipse SWT Printing/gtk/org/eclipse/swt/printing/PrintDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ColorDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FileDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/FontDialog.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MessageBox.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
1,880
207,347
Bug 207347 Snippet279 draws bad (draw icon with GDI+ gc)
null
2007-10-24 14:51:10
1,193,250,000
resolved fixed
a5498b0
1,193,250,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
SWT
1,881
206,743
Bug 206743 Tree with columns has drawing errors when resizing to a minimum
null
2007-10-18 08:09:22
1,192,710,000
resolved fixed
a6f9842
1,193,090,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
1,882
206,806
Bug 206806 getItemCount() incorrect in Vista for VIRTUAL trees
When you ask an item's parent for it's count on Vista it will give you the count of the number of items that have had the SetData callback called, not the item count set by setItemCount(). In the snipped below when we change from a flat list to a tree we will get incorrect parent item counts when it is queried. This is a serious issue for the tree viewer which relies on the parent's item count to determine reuse of widgets. Note that this does not happen the first time to bring this up - you have to switch from tree with a node expanded to flat and back again. package virtualtest; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Listener; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Tree; import org.eclipse.swt.widgets.TreeItem; public class TestVirtualTree { String TREE_LABEL = "Tree"; String FLAT_LABEL = "Flat"; boolean showingTree = true; public TestVirtualTree(Shell shell) { shell.setLayout(new GridLayout()); final Button button = new Button(shell, SWT.PUSH); button.setText(TREE_LABEL); final Tree tree = new Tree(shell, SWT.VIRTUAL); tree.setLayoutData(new GridData(400, 600)); tree.setItemCount(100); tree.addListener(SWT.SetData, new Listener() { @Override public void handleEvent(Event event) { TreeItem item = (TreeItem) event.item; int index = event.index; if (item.getParentItem() == null) { item.setItemCount(showingTree ? 10 : 0); item.setText(" ITEM " + String.valueOf(index) + " count = " + String.valueOf(item.getItemCount())); } else { item.setText(" ITEM " + String.valueOf(index) + " parent count = " + String.valueOf(item.getParentItem() .getItemCount())); } } }); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { button.setText(showingTree ? FLAT_LABEL : TREE_LABEL); showingTree = !showingTree; tree.clearAll(true); } }); } /** * @param args */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); new TestVirtualTree(shell); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
2007-10-18 14:46:09
1,192,730,000
resolved fixed
c307f97
1,193,080,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
1,883
205,795
Bug 205795 UNDERLINE_ERROR text style does not work for IME strings
null
2007-10-09 06:10:32
1,191,920,000
verified fixed
ca108ad
1,192,820,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,884
205,928
Bug 205928 underline text style needs clarification
I20071009-0800. The Javadoc of the old 'underline' and the new 'underlineStyle' need clarification: how do they relate to each other? - does 'underline' need to be true if 'underlineStyle' is set? - what style is used if only 'underline' is true but no style provided? I suggest that - 'underline' must be set to 'true' in order to get text underlined - the default style is spec'ed to be 'UNDERLINE_SINGLE'
2007-10-10 10:50:16
1,192,030,000
verified fixed
ac1d00f
1,192,740,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/TextStyle.java
SWT
1,885
204,626
Bug 204626 [Browser] Intermittent crash on OS X in embedded browser when cancelling a download.
Build ID: I20070625-1500 Steps To Reproduce: 1. Open internal Web Browser View 2. Browse to a website that has a link to a file to download 3. Click the file link, save dialog should come up 4. Hit cancel 5. Repeat until crash occurs More information: The problem is in org.eclipse.swt.carbon.macosx.Safari in the method decideDestinationWithSuggestedFilename(). In the code where it says if (path == null) (cancel case), it should be sending Cocoa.S_cancel instead of S.release. This is during a delegate callback handler for the NSURLDownload, releasing the object during this callback can cause bad memory access exceptions. Here is a piece of the crash log: Command: eclipse Path: /Users/gcomnino/Desktop/eclipse3.4M1/Eclipse.app/Contents/MacOS/eclipse Parent: WindowServer [239] Version: 3.3 (3.3) PID: 1446 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0xa1a78a48 Thread 0 Crashed: 0 libobjc.A.dylib 0x90a59391 objc_msgSend + 33 1 com.apple.Foundation 0x9293607c -[NSURLDownload _writeDataForkData:resourceForkData:] + 44 2 com.apple.Foundation 0x92935bc0 -[NSURLDownload _decodeDownloadData:] + 161 3 com.apple.Foundation 0x92935108 -[NSURLDownload connection:didReceiveData:lengthReceived:] + 164 4 com.apple.Foundation 0x9285aafa -[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 641 5 com.apple.Foundation 0x92858ddb -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 686 6 com.apple.Foundation 0x92858ab5 _sendCallbacks + 201 7 com.apple.CoreFoundation 0x9082cf92 CFRunLoopRunSpecific + 1213 8 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61 9 libswt-pi-carbon-3406.jnilib 0x1214d6df Java_org_eclipse_swt_internal_carbon_OS_CFRunLoopRunInMode + 61
2007-09-25 20:25:52
1,190,770,000
resolved fixed
3528d69
1,192,660,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Safari.java
SWT
1,886
205,983
Bug 205983 Mnemonics should not turn on until ALT is pressed
null
2007-10-10 16:43:41
1,192,050,000
resolved fixed
38b82bb
1,192,220,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
1,887
205,459
Bug 205459 Exception in Mozilla browser code not caught, leads to crash
null
2007-10-04 12:08:33
1,191,510,000
resolved fixed
c7e1ac2
1,191,510,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOMObject.java
SWT
1,888
198,673
Bug 198673 SWT: Program.getImageData() returns null when icon name has quotes.
Build ID: R-3.3-200706251500 Steps To Reproduce: My VLC application is registered for several extensions, but not all the ones it supports. In the registry, there is: VLC.aac, VLC.ac3, etc. Now VLC.ac3 is registered for the ac3 extension, and the getImageData() works. But for VLC.aac, getImageData() returns null. In the registry though, the two entries map to the same DefaultIcon. I found that the icon contains double quotes in its path. The entry is: "C:\Program Files\VideoLAN\VLC\vlc.exe", 0 In the Program.getImageData(), in the code that executes when the extension is null, I modified the value (at runtime) of the filename (after the substring in that case) to remove the double quotes, and it does return a non null image data. I guess the code should check if the name contains quotes and remove them before extracting the icon. More information: SWT 3.3 win32 Final Release - 25 June 2007
2007-08-02 09:59:09
1,186,060,000
resolved fixed
df450ae
1,191,450,000
bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
SWT
1,889
205,130
Bug 205130 Expanding/Collapsing tree nodes in Quick Windows closes window
- on Mac open the Quick Outline on some Java CU - expand/collapse any node wioth children Observe: a single click expands/collapses the node *and* closes the window. In addition single clicking on any tree item closes the window too (I'm not sure whether this is the correct behavior).
2007-10-01 18:04:42
1,191,280,000
resolved fixed
b2b1219
1,191,440,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,890
205,063
Bug 205063 Compare viewer does not draw background colors for changes (StyledText)
null
2007-10-01 11:03:44
1,191,250,000
resolved fixed
34ce88e
1,191,270,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java
SWT
1,891
73,645
Bug 73645 Custom caret problems
M200409080800 (3.0.1) -open Java editor with source -turn off "Smart Insert Mode" via Edit menu Observe: the caret should have a gap in the center (that's OK, no problem here) - move caret horizontally with cursor keys Observe: sometimes caret "sticks" to old position and you get a new caret at the new position, so effectively two carets are visible (but only one blinks). - pull down a menu from the menubar so that the menu covers the area where the caret is Observe: the caret draws on top of the menu
2004-09-10 05:00:03
1,094,810,000
resolved fixed
828423f
1,191,270,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Caret.java
SWT
1,892
205,099
Bug 205099 Creating a button clears mnemonics
public static void main (String [] args) { Display display = new Display (); final Shell shell = new Shell (display); shell.setLayout (new RowLayout ()); Table table = new Table (shell, SWT.NONE); for (int i=0; i<8; i++) { TableItem item = new TableItem (table, SWT.NONE); item.setText (i + " Item " + i + " that is really wide!"); } Tree tree = new Tree (shell, SWT.NONE); for (int i=0; i<8; i++) { TreeItem item = new TreeItem (tree, SWT.NONE); item.setText (i + " Item " + i + " that is really wide!"); } Canvas canvas = new Canvas (shell, SWT.BORDER); Listener listener = new Listener () { public void handleEvent (Event e) { GC gc = e.gc; gc.drawRectangle(10, 10, 20, 20); gc.drawFocus(12, 12, 17, 17); } }; canvas.addListener (SWT.Paint, listener); Button button = new Button (shell, SWT.PUSH); button.setText ("&Create a Control"); button.addListener (SWT.Selection, new Listener () { public void handleEvent (Event e) { new Button (shell, SWT.NONE).dispose (); //CLEARS FOCUS DRAWING } }); shell.pack (); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); }
2007-10-01 14:04:05
1,191,260,000
resolved fixed
3838c6e
1,191,270,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
SWT
1,893
202,672
Bug 202672 Accessibility: ROLE_TABLE does not work correctly on GTK
Returning a role of ACC.ROLE_TABLE[*] in Accessible.getRole() currently confuses GTK's gnopernicus, and as a result it does not speak the name strings of table headers or cells. Until this bug is fixed, a workaround for this is to return ACC.ROLE_LIST for the table, and ACC.ROLE_LISTITEM for the table cells when SWT is running on GTK. Here is an example snippet that shows this workaround (see the getRole method): import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.accessibility.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.graphics.*; public class AccessibleCustomTable { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setLayout(new GridLayout()); CustomTable table = new CustomTable(shell, SWT.BORDER); table.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)); table.setColumnCount(3); table.setRowCount(5); for (int row = 0; row < table.getRowCount(); row++) { for (int col = 0; col < table.getColumnCount(); col++) { CustomTableCell cell = new CustomTableCell(table, SWT.NONE); cell.setText("cell " + col + "/" + row); } } Button button = new Button(shell, SWT.PUSH); button.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false)); button.setText("Sibling control for testing focus changes"); table.setFocus(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } static class CustomTableCell { String text; Rectangle bounds; public CustomTableCell(Composite parent, int style) { ((CustomTable)parent).addCell(this); } public void setText(String text) { this.text = text; } public String getText() { return text; } public Rectangle getBounds() { return bounds; } } static class CustomTable extends Composite { CustomTableCell cells[] = new CustomTableCell[0]; int columnCount, rowCount; int focusIndex = 0; public CustomTable(Composite parent, int style) { super(parent, style); initAccessible(); int[] events = new int[]{ SWT.FocusIn, SWT.FocusOut, SWT.KeyDown, SWT.MouseDown, SWT.Paint, SWT.Resize, SWT.Traverse, }; for (int i = 0; i < events.length; i++) { addListener(events[i], new Listener() { public void handleEvent(Event event) { switch (event.type) { case SWT.FocusIn: onFocus(event); break; case SWT.FocusOut: onFocus(event); break; case SWT.KeyDown: onKeyDown(event); break; case SWT.MouseDown: onMouseDown(event); break; case SWT.Paint: onPaint(event); break; case SWT.Resize: onResize(event); break; case SWT.Traverse: onTraverse(event); break; } } }); } } public void setColumnCount(int columnCount) { this.columnCount = columnCount; } public int getColumnCount() { return columnCount; } public void setRowCount(int rowCount) { this.rowCount = rowCount; } public int getRowCount() { return rowCount; } void addCell(CustomTableCell customTableCell) { CustomTableCell[] newCells = new CustomTableCell[cells.length + 1]; System.arraycopy(cells, 0, newCells, 0, cells.length); cells = newCells; cells[cells.length - 1] = customTableCell; } protected void onFocus(Event event) { redraw(); getAccessible().setFocus(focusIndex); } void onKeyDown(Event event) { // Hook a key event so that the custom table can take focus. } void onMouseDown(Event event) { Point pt = new Point(event.x, event.y); for (int index = 0; index < cells.length; index++) { if (cells[index].getBounds().contains(pt)) { focusIndex = index; break; } } redraw(); getAccessible().setFocus(focusIndex); } void onPaint(Event event) { GC gc = event.gc; // Draw the grid lines Rectangle bounds = getBounds(); int columnWidth = bounds.width / columnCount; int rowHeight = bounds.height / rowCount; int x = columnWidth; for (int col = 0; col < columnCount - 1; col++) { gc.drawLine(x, 0, x, bounds.height); x += columnWidth; } int y = rowHeight; for (int row = 0; row < rowCount - 1; row++) { gc.drawLine(0, y, bounds.width, y); y += rowHeight; } // Draw the text centered in the cells int fontHeight = getFont().getFontData()[0].getHeight(); int yOffset = (rowHeight - fontHeight) / 2; for (int col = 0; col < columnCount; col++) { for (int row = 0; row < rowCount; row++) { int index = row * columnCount + col; String text = cells[index].getText(); int stringWidth = gc.stringExtent(text).x; int xOffset = (columnWidth - stringWidth) / 2; gc.drawString(text, col * columnWidth + xOffset, row * rowHeight + yOffset, true); } } // Draw the focus rectangle if (isFocusControl()) { int row = focusIndex / columnCount; int col = focusIndex - row * columnCount; gc.drawFocus(col * columnWidth, row * rowHeight, columnWidth, rowHeight); } } void onResize(Event event) { // Cache the bounds of each cell Rectangle bounds = getBounds(); int columnWidth = bounds.width / columnCount; int rowHeight = bounds.height / rowCount; int x = 0; for (int col = 0; col < columnCount; col++) { int y = 0; for (int row = 0; row < rowCount; row++) { int index = row * columnCount + col; cells[index].bounds = new Rectangle(x, y, columnWidth, rowHeight); y += rowHeight; } x += columnWidth; } } void onTraverse(Event event) { switch (event.detail) { case SWT.TRAVERSE_ESCAPE: case SWT.TRAVERSE_RETURN: case SWT.TRAVERSE_TAB_NEXT: case SWT.TRAVERSE_TAB_PREVIOUS: if (isFocusControl()) event.doit = true; break; case SWT.TRAVERSE_ARROW_NEXT: focusIndex++; if (focusIndex >= cells.length) focusIndex = 0; event.doit = true; event.detail = SWT.TRAVERSE_NONE; getAccessible().setFocus(focusIndex); break; case SWT.TRAVERSE_ARROW_PREVIOUS: if (focusIndex <= 0) focusIndex = cells.length; focusIndex--; event.doit = true; event.detail = SWT.TRAVERSE_NONE; getAccessible().setFocus(focusIndex); break; } redraw(); } void initAccessible() { Accessible accessible = getAccessible(); accessible.addAccessibleListener(new AccessibleAdapter() { public void getName(AccessibleEvent e) { if (e.childID != ACC.CHILDID_SELF) { e.result = cells[e.childID].text; } } public void getHelp(AccessibleEvent e) { if (e.childID != ACC.CHILDID_SELF) { int row = e.childID / columnCount; int col = e.childID - row * columnCount; e.result = "This is the cell in row " + row + " column " + col; } } }); accessible.addAccessibleControlListener(new AccessibleControlAdapter() { public void getChildAtPoint(AccessibleControlEvent e) { int childID = ACC.CHILDID_NONE; Point pt = toControl(e.x, e.y); for (int index = 0; index < cells.length; index++) { if (cells[index].getBounds().contains(pt)) { childID = index; break; } } if (childID == ACC.CHILDID_NONE) { if (getBounds().contains(pt)) { childID = ACC.CHILDID_SELF; } } e.childID = childID; } public void getLocation(AccessibleControlEvent e) { Rectangle bounds = getBounds(); if (e.childID != ACC.CHILDID_SELF) { bounds = cells[e.childID].getBounds(); } Point pt = toDisplay(bounds.x, bounds.y); e.x = pt.x; e.y = pt.y; e.width = bounds.width; e.height = bounds.height; } public void getChildCount(AccessibleControlEvent e) { e.detail = cells.length; } public void getFocus(AccessibleControlEvent e) { if (isFocusControl()) { e.childID = focusIndex; } else { e.childID = ACC.CHILDID_NONE; } } public void getRole(AccessibleControlEvent e) { if (e.childID == ACC.CHILDID_SELF) { e.detail = (SWT.getPlatform().equals("gtk")) ? ACC.ROLE_LIST : ACC.ROLE_TABLE; } else if (e.childID >= 0 && e.childID < cells.length) { e.detail = (SWT.getPlatform().equals("gtk")) ? ACC.ROLE_LISTITEM : ACC.ROLE_TABLECELL; } } public void getSelection(AccessibleControlEvent e) { e.childID = (focusIndex == -1) ? ACC.CHILDID_NONE : focusIndex; } public void getState(AccessibleControlEvent e) { int state = 0; if (e.childID == ACC.CHILDID_SELF) { state = ACC.STATE_NORMAL; } else if (e.childID >= 0 && e.childID < cells.length) { state = ACC.STATE_SELECTABLE; if (isFocusControl()) { state |= ACC.STATE_FOCUSABLE; } if (e.childID == focusIndex) { state |= ACC.STATE_SELECTED; if (isFocusControl()) { state |= ACC.STATE_FOCUSED; } } } e.detail = state; } public void getChildren(AccessibleControlEvent e) { Object[] children = new Object[cells.length]; for (int i = 0; i < cells.length; i++) { children[i] = new Integer(i); } e.children = children; } }); } } }
2007-09-07 14:00:31
1,189,190,000
resolved fixed
1e794f0
1,190,920,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java
SWT
1,894
204,008
Bug 204008 StyledText.doMouseWordSelect - NPE
Build ID: swt.version=3346 Steps To Reproduce: I've seen this exception several times in our logs but I cannot seem to reproduce the exception. I may be focus to/from a StyledText with selected text. It may be selected text word wrap. I wish I could help more. I cannot seem to reproduce it, but our clients can More information: java.lang.NullPointerException at org.eclipse.swt.custom.StyledText.doMouseWordSelect(Unknown Source) at org.eclipse.swt.custom.StyledText.doMouseLocationChange(Unknown Source) at org.eclipse.swt.custom.StyledText.handleMouseMove(Unknown Source) at org.eclipse.swt.custom.StyledText$7.handleEvent(Unknown Source) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at XXX.main(XXX.java:676) {XXX Used to protect our privacy}
2007-09-19 12:38:24
1,190,220,000
resolved fixed
e71fa4d
1,190,820,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,895
204,330
Bug 204330 [Launcher] JVM crash on splash teardown on linux.gtk.x86
Run the attached testApplication (use the ap.product file to launch as an application). Get a JVM crash as the splash screen is torn down. The application does the following: public Object start(IApplicationContext context) throws Exception { Display display = PlatformUI.createDisplay(); display.dispose(); return IApplication.EXIT_OK; } Crash happens when the launcher calls g_main_context_iteration to spin the event loop to take down the splash. Crash does not occur if Platform.endSplash() is inserted before display.dispose()
2007-09-21 16:53:55
1,190,410,000
resolved fixed
1cafb9b
1,190,640,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
SWT
1,896
199,137
Bug 199137 Debug view scrolls right when thread suspends
null
2007-08-07 14:26:07
1,186,510,000
resolved fixed
99e696b
1,190,210,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,897
202,524
Bug 202524 StyledText not respecting parent's background mode
Build ID: I20070625-1500 Steps To Reproduce: Sample code below demonstrates how the StyledText is inheriting its parent's background color when it should not. /** * StyledTextBackgroundColorIssue.java */ package tests; import org.eclipse.swt.SWT; import org.eclipse.swt.custom.StyledText; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; /** * Demonstrates a StyledText issue where StyledText is inheriting its parent's * background color even if the parent set its background mode to INHERIT_NONE. */ public class StyledTextBackgroundColorIssue { private static Shell shell; public static void main(String[] args) { Display display = new Display(); shell = new Shell(display); createContents(shell); shell.setBounds(50, 50, 300, 150); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } private static void createContents(Composite parent) { parent.setLayout(new FillLayout()); //For this set of widgets, 3 nested composites, you'll see them colored in //this order: BLUE, BLUE, RED Composite c1 = new Composite(parent, SWT.BORDER); c1.setLayout(new GridLayout()); c1.setBackground(c1.getDisplay().getSystemColor(SWT.COLOR_BLUE)); c1.setBackgroundMode(SWT.INHERIT_FORCE); Composite c2 = new Composite(c1, SWT.BORDER); c2.setLayout(new GridLayout()); c2.setLayoutData(new GridData(GridData.FILL_BOTH)); c2.setBackgroundMode(SWT.INHERIT_NONE); Composite c3 = new Composite(c2, SWT.NONE); c3.setLayoutData(new GridData(GridData.FILL_BOTH)); c3.setBackground(c2.getDisplay().getSystemColor(SWT.COLOR_RED)); //For this set of widgets, where the innermost one is StyledText, you'll //see them colored in this order: BLUE, BLUE, BLUE //The behavior should be the same as above (BLUE, BLUE, RED); c1 = new Composite(parent, SWT.BORDER); c1.setLayout(new GridLayout()); c1.setBackground(c1.getDisplay().getSystemColor(SWT.COLOR_BLUE)); c1.setBackgroundMode(SWT.INHERIT_FORCE); c2 = new Composite(c1, SWT.BORDER); c2.setLayout(new GridLayout()); c2.setLayoutData(new GridData(GridData.FILL_BOTH)); c2.setBackgroundMode(SWT.INHERIT_NONE); StyledText st1 = new StyledText(c2, SWT.NONE); st1.setLayoutData(new GridData(GridData.FILL_BOTH)); st1.setBackground(c2.getDisplay().getSystemColor(SWT.COLOR_RED)); st1.setText("Should be RED"); } } More information:
2007-09-06 15:39:46
1,189,110,000
resolved fixed
efdb698
1,190,150,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,898
203,648
Bug 203648 Icon above cursor on drag and drop
build i0917-0010 In the Package Explorer when I select a file and start to drag it around, the icon for the file appears roughly one inch above the cursor itself. Although the behaviour is not effected (ignore the icon and place the cursor at the destination), this is visually distracting.
2007-09-17 16:14:06
1,190,060,000
resolved fixed
4f375a4
1,190,140,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java
SWT
1,899
203,817
Bug 203817 Scrolled custom draw trees not drawn correctly in RTL
If you have a custom draw that has scroll bars, it will not draw correctly in RTL. Note that without scrollbars everything looks OK.
2007-09-18 11:43:53
1,190,130,000
resolved fixed
ea4586e
1,190,130,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/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java
SWT
1,900
195,254
Bug 195254 [consistency] Left Mouse Down is Not recieved on TabFolder on Linux.Works fine on Windows
Run the example on Windows. Click on tab items "aaa" & "bbb" . See MouseDown events received correctly. Now run on Linux - see that Mouse Down events are skipped. import org.eclipse.swt.SWT; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class TabSnippet { static final String [] EVENT_NAMES = { "None", "KeyDown", "KeyUp", "MouseDown", "MouseUp", "MouseMove", "MouseEnter", "MouseExit", "MouseDoubleClick", "Paint", "Move", "Resize", "Dispose", "Selection", "DefaultSelection", "FocusIn", "FocusOut", "Expand", "Collapse", "Iconify", "Deiconify", "Close", "Show", "Hide", "Modify", "Verify", "Activate", "Deactivate", "Help", "DragDetect", "Arm", "Traverse", "MouseHover", "HardKeyDown", "HardKeyUp", "MenuDetect", "SetData", "MouseWheel","38","Settings", "EraseItem", "MeasureItem","PaintItem" }; public static void main(String [] args) { Listener listener = new Listener() { public void handleEvent(Event event) { System.out.println( EVENT_NAMES[event.type] + " ["+event.type+"] " ); } }; final Display display = new Display (); final Shell shell = new Shell (display); shell.setLayout (new FillLayout (SWT.VERTICAL)); Text text = new Text(shell, SWT.NONE); TabFolder tab = new TabFolder(shell,SWT.NONE); TabItem item = new TabItem(tab, 0); item.setText("aaa"); TabItem item1 = new TabItem(tab, 1); item1.setText("bbb"); tab.addListener(SWT.FocusIn, listener); tab.addListener(SWT.FocusOut, listener); tab.addListener(SWT.MouseDown, listener); tab.addListener(SWT.MouseUp, listener); tab.addListener(SWT.Selection, listener); shell.pack (); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } }
2007-07-03 09:25:03
1,183,470,000
resolved fixed
aa6d3c4
1,190,040,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TabFolder.java
SWT
1,901
189,847
Bug 189847 [DND] Combo/Text on Linux does not fire Drop event.
null
2007-05-30 03:48:22
1,180,510,000
resolved fixed
117c71d
1,189,810,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/DropTarget.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DateTime.java examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/dnd/DNDExample.java
SWT
1,902
148,345
Bug 148345 ExpandableWidget#setText/layout messes up StyledText in it
When StyledText is in ExpandableWidget and ExpandableWidget#setText and ExpandableWidget#layout are called, StyledText's redraw doesn't work so that if some refresh event, i.e. iconify/deiconify happens, its content isn't redrawn correctly. Here is how to. a) Install the attached plugin. b) Run workbench c) Window > Show view > Other ... d) Sample Category > ExpandableWidget view e) Open Inner section(0), then open Nested section(0) f) Copy and Paste very long string in StyledText next to the label of "Second label" ( You can type here instead of Copy and Paste. If so, while typing, you will see a refresh problem so that you don't have to do g) and h) below) g) Make sure that the pasted string is wrapped. ( So that you will see multiple lines in StyledText. See Fig 1 in the attached picture ) h) Iconify/Deiconify the workbench window You will see the content in StyleText is gone. ( Fig 2 )
2006-06-23 02:55:25
1,151,050,000
resolved fixed
9f7b55d
1,189,790,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,903
202,359
Bug 202359 Label with SWT.WRAP does not work on WPF
I am on Eclipse 3.4M1. The test case below works as expected on the regular 32-bit Windows build. Test case: import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Shell; public class JFaceMessageDialogBug { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(); shell.setLayout(new GridLayout(1, true)); Label label = new Label(shell, SWT.WRAP); label.setText("This is a message that goes over the shell forever and ever and ever"); label.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)); shell.setSize(300, 200); shell.open(); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } }
2007-09-05 22:39:04
1,189,050,000
resolved fixed
ec0f5dc
1,189,720,000
bundles/org.eclipse.swt/Eclipse SWT PI/wpf/org/eclipse/swt/internal/wpf/OS.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Label.java
SWT
1,904
184,186
Bug 184186 StyledText.setTabs(int) resets caret
I20070424-0930 Calling StyledText.setTabs(int) resets caret location to 0. This is not expected and not Javadoc'ed. If possible the caret should be preserved and if not it should be documented.
2007-04-26 05:46:03
1,177,580,000
verified fixed
78dd0ce
1,189,720,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,905
149,576
Bug 149576 [DnD] StyledText auto-scroll does not work if first line is empty
If the first line of the StyledText content is empty, auto-scrolling does not work. Debugging showed that StyledTextDragAndDropEffect computes the potential scroll amount (the extent of a char) using StyledText.getTextBounds(0, 0) which yields a zero extent in case of an empty first line. Can be easily replicated with a slightly modified version of SWT snippet 210 (using DND.FEEDBACK_SCROLL).
2006-07-04 09:47:35
1,152,020,000
resolved fixed
4a3bc80
1,189,700,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextDropTargetEffect.java
SWT
1,906
202,671
Bug 202671 [leopard] crash when finishing any snippet
Mac OS X 10.5 (9A527) installed from scratch - run the snippet below, and after closing the shell you'll get the error at the bottom - this happens for any SWT app that I run - this has always worked on OSX; has something changed in 10.5 that swt needs to adjust to? Or is this a bug in 10.5? Scott are you able to try this? public class Snippet1 { public static void main (String [] args) { Display display = new Display (); Shell shell = new Shell(display); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } } Process: java [1860] Path: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java Identifier: java Version: ??? (???) Code Type: X86 (Native) Parent Process: eclipse [1510] Date/Time: 2007-09-07 13:53:18.329 -0400 OS Version: Mac OS X 10.5 (9A527) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Application Specific Information: Java information: Version: Java HotSpot(TM) Client VM (1.5.0_12-115 mixed mode, sharing) Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_12-115) for macosx-x86, built on Aug 10 2007 19:51:24 by root with gcc 4.0.1 (Apple Inc. build 5465) Exception type: Bus Error (0xa) at pc=0x0045c6cb Current thread (0x0100b210): JavaThread "Thread-0" daemon [_thread_in_vm, id=-1606996192] Stack: [0xbf800000,0xc0000000) Java Threads: ( => current thread ) 0x01001480 JavaThread "DestroyJavaVM" [_thread_blocked, id=-1333784576] =>0x0100b210 JavaThread "Thread-0" daemon [_thread_in_vm, id=-1606996192] 0x010090d0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8411136] 0x01008600 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8500224] 0x010081a0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8496640] 0x010079d0 JavaThread "Finalizer" daemon [_thread_blocked, id=8485376] 0x010075f0 JavaThread "Reference Handler" daemon [_thread_blocked, id=8479232] Other Threads: 0x01006d40 VMThread [id=8475648] 0x01009c30 WatcherThread [id=8414720] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 576K, used 361K [0x25580000, 0x25620000, 0x25a60000) eden space 512K, 58% used [0x25580000, 0x255ca920, 0x25600000) from space 64K, 99% used [0x25600000, 0x2560fdc8, 0x25610000) to space 64K, 0% used [0x25610000, 0x25610000, 0x25620000) tenured generation total 1408K, used 183K [0x25a60000, 0x25bc0000, 0x29580000) the space 1408K, 13% used [0x25a60000, 0x25a8dec0, 0x25a8e000, 0x25bc0000) compacting perm gen total 8192K, used 697K [0x29580000, 0x29d80000, 0x2d580000) the space 8192K, 8% used [0x29580000, 0x2962e610, 0x2962e800, 0x29d80000) ro space 8192K, 63% used [0x2d580000, 0x2da95ed8, 0x2da96000, 0x2dd80000) rw space 12288K, 43% used [0x2dd80000, 0x2e2ab0e8, 0x2e2ab200, 0x2e980000) Virtual Machine arguments: JVM args: -Djava.library.path=/Users/felipeheidrich/Desktop/Workspace-Grant/org.eclipse.swt.carbon.macosx -Dfile.encoding=MacRoman Java command: org.eclipse.swt.snippets.Snippet1 launcher type: SUN_STANDARD Thread 0 Crashed: 0 libclient.dylib 0x0045c6cb 0x3b9000 + 669387 1 libclient.dylib 0x005c86d7 JNI_CreateJavaVM_Impl + 101863 2 libswt-carbon-3408.jnilib 0x05f83f60 callback + 794 3 ??? 0x05ff3655 0 + 100611669 4 com.apple.CoreFoundation 0x935ffe52 __CFRunLoopDoObservers + 466 5 com.apple.CoreFoundation 0x936018c4 CFRunLoopRunSpecific + 2660 6 com.apple.CoreFoundation 0x936021a8 CFRunLoopRunInMode + 88 7 java 0x00005142 0x1000 + 16706 8 java 0x0000258e 0x1000 + 5518 Thread 1: 0 libSystem.B.dylib 0x937a4b86 mach_msg_trap + 10 1 libSystem.B.dylib 0x937ac37c mach_msg + 72 2 libclient.dylib 0x004d18ca 0x3b9000 + 1149130 3 libclient.dylib 0x004d1569 0x3b9000 + 1148265 4 libclient.dylib 0x00470fea 0x3b9000 + 753642 5 libclient.dylib 0x00470ae5 0x3b9000 + 752357 6 libclient.dylib 0x00491a82 0x3b9000 + 887426 7 libclient.dylib 0x005afba1 JNI_CreateJavaVM_Impl + 689 8 java 0x000044b7 0x1000 + 13495 9 java 0x00004d3f 0x1000 + 15679 10 libSystem.B.dylib 0x937d50f1 _pthread_start + 321 11 libSystem.B.dylib 0x937d4fae thread_start + 34 Thread 2: 0 libSystem.B.dylib 0x937a4b86 mach_msg_trap + 10 1 libSystem.B.dylib 0x937ac37c mach_msg + 72 2 libSystem.B.dylib 0x93819f03 mach_msg_server + 491 3 libclient.dylib 0x003c8325 0x3b9000 + 62245 4 libclient.dylib 0x003c80e5 0x3b9000 + 61669 5 libclient.dylib 0x0067df25 JVM_RaiseSignal + 441109 6 libSystem.B.dylib 0x93821017 _pthread_body + 27 Thread 3: 0 libSystem.B.dylib 0x937a4b86 mach_msg_trap + 10 1 libSystem.B.dylib 0x937ac37c mach_msg + 72 2 libclient.dylib 0x004d1813 0x3b9000 + 1148947 3 libclient.dylib 0x004d16ac 0x3b9000 + 1148588 4 libclient.dylib 0x0041660d 0x3b9000 + 382477 5 libclient.dylib 0x00416177 0x3b9000 + 381303 6 libclient.dylib 0x0067df25 JVM_RaiseSignal + 441109 7 libSystem.B.dylib 0x93821017 _pthread_body + 27 Thread 4: 0 libSystem.B.dylib 0x937a4b86 mach_msg_trap + 10 1 libSystem.B.dylib 0x937ac37c mach_msg + 72 2 libclient.dylib 0x004d18ca 0x3b9000 + 1149130 3 libclient.dylib 0x004176aa 0x3b9000 + 386730 4 libclient.dylib 0x00416c95 0x3b9000 + 384149 5 libclient.dylib 0x005f84b1 JVM_MonitorWait + 465 6 ??? 0x035839b1 0 + 56113585 7 ??? 0x0357d9d3 0 + 56089043 8 ??? 0x0357d9d3 0 + 56089043 9 ??? 0x0357b227 0 + 56078887 10 libclient.dylib 0x004d28ea 0x3b9000 + 1153258 11 libclient.dylib 0x00416b83 0x3b9000 + 383875 12 libclient.dylib 0x00416a75 0x3b9000 + 383605 13 libclient.dylib 0x004169b5 0x3b9000 + 383413 14 libclient.dylib 0x004168d8 0x3b9000 + 383192 15 libclient.dylib 0x0067df25 JVM_RaiseSignal + 441109 16 libSystem.B.dylib 0x93821017 _pthread_body + 27 Thread 5: 0 libSystem.B.dylib 0x937a4b86 mach_msg_trap + 10 1 libSystem.B.dylib 0x937ac37c mach_msg + 72 2 libclient.dylib 0x004d18ca 0x3b9000 + 1149130 3 libclient.dylib 0x004176aa 0x3b9000 + 386730 4 libclient.dylib 0x00416c95 0x3b9000 + 384149 5 libclient.dylib 0x005f84b1 JVM_MonitorWait + 465 6 ??? 0x035839b1 0 + 56113585 7 ??? 0x0357d9d3 0 + 56089043 8 ??? 0x0357daaa 0 + 56089258 9 ??? 0x0357daaa 0 + 56089258 10 ??? 0x0357b227 0 + 56078887 11 libclient.dylib 0x004d28ea 0x3b9000 + 1153258 12 libclient.dylib 0x00416b83 0x3b9000 + 383875 13 libclient.dylib 0x00416a75 0x3b9000 + 383605 14 libclient.dylib 0x004169b5 0x3b9000 + 383413 15 libclient.dylib 0x004168d8 0x3b9000 + 383192 16 libclient.dylib 0x0067df25 JVM_RaiseSignal + 441109 17 libSystem.B.dylib 0x93821017 _pthread_body + 27 Thread 6: 0 libSystem.B.dylib 0x937a4bc2 semaphore_wait_trap + 10 1 libclient.dylib 0x00417dce 0x3b9000 + 388558 2 libclient.dylib 0x00417ab5 0x3b9000 + 387765 3 libclient.dylib 0x004168d8 0x3b9000 + 383192 4 libclient.dylib 0x0067df25 JVM_RaiseSignal + 441109 5 libSystem.B.dylib 0x93821017 _pthread_body + 27 Thread 7: 0 libSystem.B.dylib 0x937a4b86 mach_msg_trap + 10 1 libSystem.B.dylib 0x937ac37c mach_msg + 72 2 libclient.dylib 0x004d18ca 0x3b9000 + 1149130 3 libclient.dylib 0x004d1569 0x3b9000 + 1148265 4 libclient.dylib 0x004183fb 0x3b9000 + 390139 5 libclient.dylib 0x004180d8 0x3b9000 + 389336 6 libclient.dylib 0x004168d8 0x3b9000 + 383192 7 libclient.dylib 0x0067df25 JVM_RaiseSignal + 441109 8 libSystem.B.dylib 0x93821017 _pthread_body + 27 Thread 8: 0 libSystem.B.dylib 0x937a4b86 mach_msg_trap + 10 1 libSystem.B.dylib 0x937ac37c mach_msg + 72 2 libclient.dylib 0x004d18ca 0x3b9000 + 1149130 3 libclient.dylib 0x004d16ac 0x3b9000 + 1148588 4 libclient.dylib 0x00418510 0x3b9000 + 390416 5 libclient.dylib 0x004168d8 0x3b9000 + 383192 6 libclient.dylib 0x0067df25 JVM_RaiseSignal + 441109 7 libSystem.B.dylib 0x93821017 _pthread_body + 27 Thread 9: 0 libSystem.B.dylib 0x937a4b86 mach_msg_trap + 10 1 libSystem.B.dylib 0x937ac37c mach_msg + 72 2 libclient.dylib 0x004d1813 0x3b9000 + 1148947 3 libclient.dylib 0x00418d2f 0x3b9000 + 392495 4 libclient.dylib 0x0041887a 0x3b9000 + 391290 5 libclient.dylib 0x0067df25 JVM_RaiseSignal + 441109 6 libSystem.B.dylib 0x93821017 _pthread_body + 27 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x005c8621 ecx: 0x0100b2d0 edx: 0x00000000 edi: 0x0100b210 esi: 0xbfffef20 ebp: 0xbfffeef0 esp: 0xbfffeef0 ss: 0x0000001f efl: 0x00010246 eip: 0x0045c6cb cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00000000 Binary Images: 0x1000 - 0xaff0 java ??? (???) <7be3ee78d4dc0e81282a244eb1bc37dc> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java 0x11000 - 0x18ffd com.apple.JavaVM 12.0.0 (12.0.0) <13e44eaf254f745c0caffb0149f06c6b> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x3a000 - 0x41fe0 libverify.dylib ??? (???) <d25772ada0811c5acde8dc5a064b6ff2> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib 0x47000 - 0x61fef libjava.jnilib ??? (???) <149c19bec348c71c41e22a0086d869af> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib 0x71000 - 0x7cffb libzip.jnilib ??? (???) <531285f2fbc0aa8a6c52a69597baa4e5> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib 0x3b9000 - 0x708ffb libclient.dylib ??? (???) <fcaa40d3867423198af3882802557324> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libclient.dylib 0x5f81000 - 0x5f83fff +libswt-carbon-3408.jnilib ??? (???) /Users/felipeheidrich/Desktop/Workspace-Grant/org.eclipse.swt.carbon.macosx/libswt-carbon-3408.jnilib 0x5f88000 - 0x5fbb067 +libswt-pi-carbon-3408.jnilib ??? (???) /Users/felipeheidrich/Desktop/Workspace-Grant/org.eclipse.swt.carbon.macosx/libswt-pi-carbon-3408.jnilib 0x11a1d000 - 0x11aecff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x12bad000 - 0x12bb2fff com.apple.DictionaryServiceComponent 1.1 (1.1) /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService 0x8fe00000 - 0x8fe2d883 dyld 95.1 (???) <421e26152bb0af280d47a019f23c7e6b> /usr/lib/dyld 0x901dd000 - 0x901e8fe7 libCSync.A.dylib ??? (???) <3ea2e8dd769d074069d956557b9c286f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x901e9000 - 0x90272ff7 com.apple.LaunchServices 272 (272) <019dac3415b6cde314eb5b4436e4242f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x90273000 - 0x903b8ff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <0017369ffc7b48577066818b042f3507> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x903b9000 - 0x903bafef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x90409000 - 0x90492fff com.apple.framework.IOKit 1.5.0 (???) <bd2c027df7a737e6443a64659d4027c2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x904ca000 - 0x904e7fea libJPEG.dylib ??? (???) <c9eecdefd15b4b1b6c6f366394bbfbf8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x904e8000 - 0x904effff libCGATS.A.dylib ??? (???) <626327fae7171adfe4636f9ae35e57db> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x90599000 - 0x9060effb com.apple.CFNetwork 203 (203) <7e209f4cf9bcadab2b3f64310aef4536> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x906d6000 - 0x906e0feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <7912eb6f16eb98a7d79990e6f6d3239c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x906e1000 - 0x906e9fff com.apple.DiskArbitration 2.2 (2.2) <6d95568b4d68ca77cd36c2dd7a323d07> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x906ea000 - 0x906f0fff com.apple.print.framework.Print 218 (219) <610347ee6ac14d152cad71dde7e1d39b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x906f1000 - 0x90770ff5 com.apple.SearchKit 1.2.0 (1.2.0) <529f4c9acd23965173fa81a6afc8d203> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x90771000 - 0x90b81fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x90c46000 - 0x91434fff com.apple.AppKit 6.5 (929) <b02358937f1ba3b85cc59a5a9ad397ac> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x91435000 - 0x914e5fff edu.mit.Kerberos 6.0.11 (6.0.11) <dc312ae0dbd95a556578870c42229192> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x914e6000 - 0x91515fe3 com.apple.AE 401 (401) <c5a8d0ca8be55227c23336610a286c4a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x9151c000 - 0x91552fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <499a455afdf48dfb00fc34a2fb898f33> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x91553000 - 0x91561ffd libz.1.dylib ??? (???) <137d8c1b7787613d9b7c0f50e8604f7a> /usr/lib/libz.1.dylib 0x91562000 - 0x91562ffd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91563000 - 0x91563fff com.apple.Carbon 135 (135) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x915b1000 - 0x9160afff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x9160b000 - 0x91668ffb libstdc++.6.dylib ??? (???) <981dbc0f8c3297f3d5ee969316545c1b> /usr/lib/libstdc++.6.dylib 0x91733000 - 0x917e2fe3 com.apple.CoreServices.OSServices 191 (191) <dc2c6908a0bbaf600781e86b1d3a1633> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x917e3000 - 0x917feffb libPng.dylib ??? (???) <624ba81f64680ed891075de1d5014c4c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x917ff000 - 0x917ffff8 com.apple.ApplicationServices 33 (33) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x91830000 - 0x918b7ff7 libsqlite3.0.dylib ??? (???) <2520da698d668da5b4207d8ce2296931> /usr/lib/libsqlite3.0.dylib 0x918b8000 - 0x91964fff com.apple.DesktopServices 1.4.2 (1.4.2) <473b50674345853162ea1e26b54f0e5d> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x91965000 - 0x919a7fef com.apple.NavigationServices 3.5 (152) <144dabffea3df50e0f4ee34e3265ec1f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x919a8000 - 0x919c6fff libresolv.9.dylib ??? (???) <fe082a2e6672d51daba3a100267a7715> /usr/lib/libresolv.9.dylib 0x919c8000 - 0x91a8fff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91a90000 - 0x91a90fff com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x91a97000 - 0x91a97ffa com.apple.CoreServices 31 (31) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x91a98000 - 0x91a98ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x91a99000 - 0x91aa9ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <bee5f5b8a10c6416bcb5c3c3868de394> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x91ad5000 - 0x9216aff3 com.apple.CoreGraphics 1.332.0 (???) <398632d9e0b82ee3f0b56e7f22be115c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9219d000 - 0x9249dff3 com.apple.HIToolbox 1.5.0 (???) <993f7fd811971b4a86f19461396d3109> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9249e000 - 0x9285cfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x9285d000 - 0x92881fff libxslt.1.dylib ??? (???) <5bc1c409858be1c41fe5eb7ac2a17937> /usr/lib/libxslt.1.dylib 0x928b5000 - 0x928b5ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x928c9000 - 0x92919ff7 com.apple.HIServices 1.6.0 (???) <9fb7a2f06abaa6758d0069cb6e285089> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x9291a000 - 0x92ddcf7e libGLProgrammability.dylib ??? (???) <5a10e13f060bf88c2b137ecc3a1dbecc> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x92ddd000 - 0x92df3fff com.apple.DictionaryServices 1.0.0 (1.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x92df4000 - 0x92e1bfff libcups.2.dylib ??? (???) <b4184bdffb80bbd21bd0729d01af9a93> /usr/lib/libcups.2.dylib 0x92e1c000 - 0x92e90fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x92e91000 - 0x92e9cff9 com.apple.helpdata 1.0 (11) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x930af000 - 0x930ecfef libTIFF.dylib ??? (???) <8458ed4dee3489ff57b2c1d68dec6253> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x930ed000 - 0x930effff com.apple.help 1.1 (34) <4e34e2cdf99cfda36cade938b7b8dee3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x9312d000 - 0x9312fff5 libRadiance.dylib ??? (???) <28073e0926cb5cbf41e2ec3a1ce2ae5a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x93130000 - 0x93139fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <48b64d73304c1e897881d67a1516bc75> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x9313a000 - 0x931cdfef com.apple.ink.framework 101.3 (86) <90f33bfaf270afc42e98d13f3ba3c9c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x931ce000 - 0x934a4fe7 com.apple.CoreServices.CarbonCore 769 (769) <8ddbb32698afbf514148977d611af55d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x9350a000 - 0x93544ff7 com.apple.coreui 0.1 (50) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x93590000 - 0x936beff7 com.apple.CoreFoundation 6.5 (464) <428b4f8f8e4ef259b78ba7bf86ce4b9b> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x936bf000 - 0x937a3ffb com.apple.CoreData 100 (181) <09172bf5ca4b56c3e41edd15cb776200> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x937a4000 - 0x938f9fe3 libSystem.B.dylib ??? (???) <4a3a6737703f0c7ea02fed4cdb25466e> /usr/lib/libSystem.B.dylib 0x93964000 - 0x9396bfe9 libgcc_s.1.dylib ??? (???) <c884b86212d86db06b7dc6826b56973c> /usr/lib/libgcc_s.1.dylib 0x93bdd000 - 0x93bf5fff com.apple.openscripting 1.2.6 (???) <0f853ed2fffc2be829c7b55b38211765> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x93bf6000 - 0x93c06fff com.apple.speech.synthesis.framework 3.6.57 (3.6.57) <8e28fc1f6a04c72b1f1ca5e2b9222baf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x93c07000 - 0x93f9cfff com.apple.QuartzCore 1.5.0 (1.5.0) <32943332455652b91a0cdd50e218ec1e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x93f9d000 - 0x94068fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x94069000 - 0x94096feb libvDSP.dylib ??? (???) <565d1717c2c80ca21e3e5219b8cd7348> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x941d0000 - 0x941f6fef libauto.dylib ??? (???) <87814dd0cf403aabdf4a37ee0801a304> /usr/lib/libauto.dylib 0x941f7000 - 0x94238fe7 libRIP.A.dylib ??? (???) <7dfa55da8443eb538999285efff784fb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94239000 - 0x9424ffef com.apple.CoreVideo 1.5.0 (1.5.0) <1b7e1c0ca4115bad724a403b2704a9e3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x94250000 - 0x94257ffe libbsm.dylib ??? (???) <4d1f862c7ab0ef5090733238ca0d6371> /usr/lib/libbsm.dylib 0x94258000 - 0x94337fff libobjc.A.dylib ??? (???) <e046faea96d35816c758c878b0784918> /usr/lib/libobjc.A.dylib 0x94338000 - 0x94375ff7 libGLImage.dylib ??? (???) <1c4686fc327043e686b653eb955b88c7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94376000 - 0x9453efe7 com.apple.security 5.0 (31122) <f37784687b97f911a8a5b32b902d9469> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x953fe000 - 0x9547afeb com.apple.audio.CoreAudio 3.1.0 (3.1) <d5fb136f74505d0df778868fffbca96f> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x954cb000 - 0x955edfe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x955ee000 - 0x956a0ffb libcrypto.0.9.7.dylib ??? (???) <806f796305904e8c7e3993c96721a133> /usr/lib/libcrypto.0.9.7.dylib 0x956a1000 - 0x956adff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x956ae000 - 0x9578fff7 libxml2.2.dylib ??? (???) <f0fd688c42c5412257ddfeed5cce6bc4> /usr/lib/libxml2.2.dylib 0x95abb000 - 0x95bf3ff7 libicucore.A.dylib ??? (???) <ca68b940057e223bf25a794b81f9c9ba> /usr/lib/libicucore.A.dylib 0x95d8d000 - 0x95d99fe7 com.apple.opengl 1.5.2 (1.5.2) <ea1e65137fb9a3ff129b26fc0eb60ebb> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x95d9a000 - 0x95d9ffff com.apple.CommonPanels 1.2.4 (85) <f2f78333255a37042513bd30d8b42a47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x95da0000 - 0x95e31fef com.apple.ApplicationServices.ATS 3.0 (???) <c63d04756b55e590abe470b5b008749e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x95e32000 - 0x95e32ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x963b0000 - 0x96409fef com.apple.CoreText 2.0.0 (???) <ad310a0f8712646d65925342f644358f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x9640a000 - 0x96432fef com.apple.shortcut 1 (1.0) <44d957100d713de92c60f564ed998f1d> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x96433000 - 0x964adff8 com.apple.print.framework.PrintCore 5.5 (241) <fd885f0f3132769c0463db1a13e77a00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x964ae000 - 0x964f3fef com.apple.Metadata 10.5.0 (368) <23afa227c97f0018a04682e1e80eabe7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x964f4000 - 0x96508ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x96521000 - 0x9657dff7 com.apple.htmlrendering 68 (1.1.3) <6818a3b5ff144c17cbcc242739a77b57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x96588000 - 0x9658afff com.apple.securityhi 3.0 (30817) <52e4c640b1c17be98af3cd967d956746> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x965bf000 - 0x96666fef com.apple.QD 3.11.46 (???) <d4dedaae18937611ae376e9a86abaeb1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x966ac000 - 0x966b0fff libGIF.dylib ??? (???) <3305be2268b84a90f78c6f9a3079c466> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x966b1000 - 0x966b2ffc libffi.dylib ??? (???) <7efc58d57fd424e57e0362406d065256> /usr/lib/libffi.dylib 0x966b3000 - 0x9692bfe7 com.apple.Foundation 6.5 (664) <7cadbeaf10f179ff3f83a01f271179cc> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
2007-09-07 13:58:39
1,189,190,000
resolved fixed
08e30b5
1,189,630,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
1,907
199,350
Bug 199350 [Browser] setText can fail with IE6 on XP SP2
null
2007-08-08 22:41:39
1,186,630,000
resolved fixed
45585fa
1,189,610,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
SWT
1,908
108,813
Bug 108813 LineStyles in Very Long Lines Takes Forever
null
2005-09-06 01:47:09
1,125,990,000
resolved fixed
74beac4
1,189,540,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,909
172,290
Bug 172290 Photoshop can't open some SWT generated PNG files
Eclipse 3.3M4 on Windows Photoshop can't open some SWT generated PNG files; other programs report parsing errors. We use this functionality in Jazz for producing screen shots.
2007-01-31 04:41:50
1,170,240,000
resolved fixed
a1a8bcf
1,189,540,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/PngEncoder.java bundles/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/Compatibility.java bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/Compatibility.java
SWT
1,910
120,616
Bug 120616 [KeyBindings] interactions: Ctrl+Shift+I does not arrive at display KeyDown filter
When, I press Ctrl+Shift+I, I get the following trace. There are two things that are odd. First of all, the modified "I" KeyDown event never arrives. Secondly, when I press the "I", it triggers a selection change to null, and then back to the previous selection. This happens in both the Outline view, Console view and a Java editor ... so it doesn't seem to widget specific. KEYS >>> Listener.handleEvent(type = KeyDown, stateMask = 0x0, keyCode = 0x40000, time = 8684128, character = 0x0) KEYS >>> Listener.handleEvent(type = KeyDown, stateMask = 0x40000, keyCode = 0x20000, time = 8685673, character = 0x0) SOURCES >> Selection changed to null SOURCES >> Selection changed to org.eclipse.debug.internal.ui.viewers.TreeSelection@3188eab
2005-12-13 11:43:34
1,134,490,000
resolved fixed
ccdc725
1,189,540,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
1,911
197,402
Bug 197402 [SWT, GTK] Slider Buttons too large
I'm using Eclipse 3.3 on a Gentoo Linux box with the following GTK versions installed: x11-libs/gtk+-1.2.10-r12 x11-libs/gtk+-2.10.13 (Don't know which one Eclipse uses.) I'm experiencing problems with the Slider widget: Under certain circumstances, the buttons at the end of the slider are drawn a bit too large - they even exceed the size of the scrollbar. This doesn't happen all the time - most of the delivered views and editors work fine. Until now, I've only seen this problem occur on horizontal scrollbars. It happens both inside the distributed Eclipse and inside my own RCP applications. The easiest way for me to reproduce this problem is to open the SWT Controls example view and go to the Sliders page. I'll attach a screenshots to illustrate the problem - the left scrollbar belongs to the package explorer and looks as it should, the right one is drawn by the SWT Controls example view.
2007-07-21 16:24:20
1,185,050,000
resolved fixed
610c645
1,189,530,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Slider.java
SWT
1,912
198,902
Bug 198902 SWT ToolBar.setFont quirks on Mac OS X
null
2007-08-05 18:59:58
1,186,350,000
resolved fixed
d98e416
1,189,520,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java
SWT
1,913
201,568
Bug 201568 VM crashes when closing an ON_TOP shell on MacOS X
null
2007-08-29 10:11:14
1,188,400,000
resolved fixed
d46eb49
1,189,520,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
1,914
139,647
Bug 139647 StyledText.getOffsetAtLocation can't return offset at end of a line
It doesn't seem like StyledText.getOffsetAtLocation is able to return an offset corresponding to the end of a line. This is unfortunate, because for any offset corresponding to the end of a line styledText.getOffsetAtLocation (styledText.getLocationAtOffset()) is not an identity transformation. This also appears to prevent the StyledTextDragAndDropEffect class from positioning the cursor at the end of a line for a drop.
2006-05-01 20:51:35
1,146,530,000
resolved fixed
1fa5b3f
1,189,450,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java
SWT
1,915
13,411
Bug 13411 [CCombo] Incorrect CCombo behaviour (list gets stuck)
integration build 0409, Motif only - File -> New -> Other - Plugin development -> Feature Project, Next - continue through the wizard to create the Feature project, Finish - a feature editor is automatically opened - go to the Information page - click the drop-down arrow on the Section combo, and it's dropped down - click this drop-down arrow again, and focus leaves but then re-enters the combo. Its list is not retracted.
2002-04-10 14:00:53
1,018,460,000
resolved fixed
fb22460
1,189,200,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
1,916
195,575
Bug 195575 StyledText.getLocationAtOffset is slow for long lines was: Long lines take too long to display when "Show Whitespace Characters" is enabled.
Build ID: I20070625-1500 Steps To Reproduce: 1. Enable the "Show Whitespace Characters" feature. 2. Open a file containing a long line of data (>100 kB works well) in a text-based editor (text editor, or XML editor in Source mode). 3. Observe that Eclipse becomes unresponsive for 30+ seconds with 100% CPU utilization in Eclipse.exe. Turning off the "Show Whitespace Characters" feature reduces this to about < 3 seconds. More information: Test machine is 2 GHz with 2 GB RAM, running Win2k.
2007-07-05 14:56:46
1,183,660,000
resolved fixed
07cc106
1,189,200,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,917
201,480
Bug 201480 Tab traversal order is broken
I20070828-0800 When traversing selectable controls in reverse, the focus will get stuck. I have seen this in many different dialogs, etc., which leads me to believe that it's an SWT problem, but I could be wrong. The following is one place this can be reproduced: 1) Open the preferences dialog in Eclipse. 2) While holding Shift, press and hold Tab. 3) The backwards tab traversal gets stuck on the OK button. I have also noticed weird orderings in the forward traversal, though I don't have details. The problems may be related though.
2007-08-28 17:08:54
1,188,340,000
resolved fixed
63adc34
1,189,120,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
1,918
200,621
Bug 200621 Editors do not respect operating system caret settings
Build ID: I20070621-1340 Steps To Reproduce: 1. Change thickness of caret in control panel 2. Launch eclipse 3. Open a file More information: The text caret's size is not reflected by eclipse it remains the standard size inside editor windows; while the size change is reflected correctly in Eclipse dialogs.
2007-08-20 19:36:51
1,187,650,000
resolved fixed
ae95c9e
1,189,110,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java
SWT
1,919
116,854
Bug 116854 StyledText with SWT.WRAP cuts last character of wrapped line
I20051116-1332 - CustomControlExample, StyledText, WinXP default font (Tahoma Regular 8) - select 50 X 50 - select SWT.WRAP - set text to "a/Path/to/A.java" (no quotes) -> the character "A" is cut off; should appear on second line This is very annoying in the Details Pane of debug's Variables view.
2005-11-17 06:29:35
1,132,230,000
resolved fixed
1de9af6
1,189,110,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,920
201,373
Bug 201373 SIGSEGV in Printer.getPrinterList
null
2007-08-28 03:02:01
1,188,280,000
resolved fixed
d894787
1,189,100,000
bundles/org.eclipse.swt/Eclipse SWT Printing/gtk/org/eclipse/swt/printing/Printer.java
SWT
1,921
201,716
Bug 201716 VerifyKeyListener broken
Build ID: I20070828-0800 Steps To Reproduce: 1. Open a text editor 2. Press Ctrl-J to start incremental find, "Incremental Find" appears in the status bar 3. Typing text just cancels the search and inserts text into the editor More information: I think this is a regression, because incremental find was working ok in 3.4M1
2007-08-30 06:17:47
1,188,470,000
resolved fixed
7654e11
1,189,030,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
SWT
1,922
198,745
Bug 198745 StyledRange causes final Arabic character to have medial form
null
2007-08-02 17:26:35
1,186,090,000
resolved fixed
8055a45
1,189,030,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,923
201,326
Bug 201326 computeSize on empty Link widget returns 0 for height
3.3 Point p = new Label(parent, SWT.NONE).computeSize(SWT.DEFAULT, SWT.DEFAULT); System.out.println(p); p = new Link(parent, SWT.NONE).computeSize(SWT.DEFAULT, SWT.DEFAULT); System.out.println(p); This prints out: Point {0, 13} Point {0, 0} Expectation: the preferred height of an empty Link widget should be the font height (or more perhaps if the underline takes space). Otherwise, the usual approach of using SWT.CENTER for the vertical alignment in GridData fails -- it gets a height of 0. We're using a workaround of setting a height hint based on the height of the font.
2007-08-27 16:56:34
1,188,250,000
resolved fixed
b6e1dfb
1,188,590,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
SWT
1,924
199,156
Bug 199156 ExpandBar does not scroll properly
Build ID: I20070625-1500 Steps To Reproduce: 1. Create an ExpandBar, with more items than what can fit the screen. A scroll bar should automatically appear. 2. Suppose you have a disability and cannot use the mouse. Use the arrows keys to adjust focus to each ExpandBar item. 3. The item you want is currently not on screen. Notice that as you move focus beyond the last viewable ExpandBar item, the scroll bar does not adjust. This is a bug. More information: Certain people with disabilities cannot use the mouse to access ExpandBars scrolling functionality. Currently, there is no way for them to access items beyond the initial viewable set.
2007-08-07 15:33:55
1,186,520,000
resolved fixed
fd48f10
1,188,590,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
SWT
1,925
199,099
Bug 199099 ExpandBar is not high contrast complient. Cannot manually fix this issue.
Build ID: I20070625-1500 Steps To Reproduce: 1.Go to Control Panel->Accessabilty. Click the Display tab, and then click "Use High Contrast" and click OK. 2. Open a project that contains a ExpandBar, and at least one or two ExpandBar items. 3. Notice that the header (bar that contains text) is black, and the text is black, therefore you cannot read it's contents. More information: This problem is actually two problems in one. The first issue that arises is that ExpandBar is not high contrast complient. The second issue arises in ones inability to fix the first issue by changing the background color or font color of the header. Both issues should perferabily be fixed.
2007-08-07 11:51:22
1,186,500,000
resolved fixed
f2fdacc
1,188,590,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java
SWT
1,926
193,515
Bug 193515 [DND] Cannot drag a single character selection in StyledText
Eclipse 3.3 RC4 Steps to reproduce: Try to drag and drop a single character selection with Snippet210.
2007-06-20 10:08:02
1,182,350,000
resolved fixed
f0e4282
1,188,510,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,927
187,125
Bug 187125 [DND] Image effect not showing in RTL
null
2007-05-15 16:59:28
1,179,260,000
resolved fixed
a249bc7
1,188,420,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/TableDragSourceEffect.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/TreeDragSourceEffect.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
SWT
1,928
196,737
Bug 196737 [64] JUnit test crashes: Image constructor(Device,String)
The following PI snippet used to reproduce the crash as well, but it no longer seems to since I've replaced swt with HEAD. The junit case still fails though. public static void main(String[] args) { Display display = new Display (); String filename="C:\\workspace33RC3\\org.eclipse.swt.tests\\bin\\folder.gif"; long /*int*/ [] token = new long /*int*/ [1]; GdiplusStartupInput input = new GdiplusStartupInput (); input.GdiplusVersion = 1; if (Gdip.GdiplusStartup (token, input, 0) != 0) { System.out.println("BAD"); } int length = filename.length(); char[] chars = new char[length+1]; filename.getChars(0, length, chars, 0); long bitmap = Gdip.Bitmap_new(null, false); long bitmapData = Gdip.BitmapData_new(); int pixelFormat = Gdip.Image_GetPixelFormat(bitmap); System.out.println(pixelFormat); Gdip.Bitmap_LockBits(bitmap, 0, 0, pixelFormat, bitmapData); Gdip.Bitmap_UnlockBits(bitmap, bitmapData); Gdip.BitmapData_delete(bitmapData); Gdip.Bitmap_delete(bitmap); display.dispose (); }
2007-07-16 17:28:27
1,184,620,000
resolved fixed
8302dca
1,188,420,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
SWT
1,929
200,101
Bug 200101 TableColumn sets image when SWT.CENTER alignment is used.
Build ID: M20061214-1200 Steps To Reproduce: If you create a table with a column and set the column alignment to SWT.CENTER, it will place the image returned by the label provider for the first row in the table at the header image for the column. If you do not set the alignment, it does not show the image. I didn't believe me at first either.
2007-08-15 15:41:42
1,187,210,000
resolved fixed
c6b183f
1,188,250,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeColumn.java
SWT
1,930
201,217
Bug 201217 NPE in Canvas.kEventControlSetFocusPart(Canvas.java:150)
N20070825-0010 and N20070826-0010. NPE in Canvas.kEventControlSetFocusPart(Canvas.java:150) causes many tests (including SWTs) to fail.
2007-08-27 02:56:24
1,188,200,000
resolved fixed
3980bdc
1,188,230,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Canvas.java
SWT
1,931
148,530
Bug 148530 Text SWT.MULTI with backgroundimage don't show deleted characters
A multiline textarea with a backgroundimage does not show the deleted characters until a mouseclick out and again in the textarea. Steps to reproduce: 1. create a textarea with SWT.MULTI, SWT.WRAP or SWT.V_SCROLL (textArea = new Text(top, SWT.MULTI | SWT.WRAP | SWT.V_SCROLL | SWT.FLAT);) 2. add a background image (textArea.setBackgroundImage(new Image(Display.getCurrent(), getClass().getResourceAsStream("/images/bg.png")));) 3. at runtime add some characters 4. delete some characters with backspace or delete --> the cursor moves back but the characters are not removed 5. click on another item 6. click back to the textarea --> the characters are now removed Version: 3.2 RC7
2006-06-24 06:17:12
1,151,140,000
resolved fixed
4810e30
1,187,990,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
1,932
200,694
Bug 200694 TableItem.getBounds() wrong.
The no arg getBounds function returns the bounds of the WPF ListViewItem instead of the bounds of the cell in the first column.
2007-08-21 10:44:23
1,187,710,000
resolved fixed
c49ba6c
1,187,810,000
bundles/org.eclipse.swt/Eclipse SWT PI/wpf/org/eclipse/swt/internal/wpf/OS.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TreeItem.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Widget.java
SWT
1,933
199,102
Bug 199102 selection on tree is too short
null
2007-08-07 12:03:02
1,186,500,000
resolved fixed
dac24fe
1,187,720,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java
SWT
1,934
200,153
Bug 200153 Provide AllowSetForegroundWindow in org.eclipse.swt.internal.win32.OS
Since Windows restricts the processes that can set the foreground window, opening a new workbench window while an RCP application is in the background or is minimized does not bring newly created windows to the foreground. An example scenario in which such a problem is exhibited is an RCP application which restricts itself to a single instance and opens a new workbench window on each attempt to start a new instance while one is already running. Registering a specific file type on Windows with a specific application and trying to open a file of the type in question by double-clicking it in Windows Explorer is a common reproduction of the described scenario. Because double-clicking a file in Windows Explorer mandates that the workbench window of the RCP application is not the foreground one, the newly created workbench window will open in the background and will not become the foreground window. In many situations the described behavior is considered problematic and unconventional for Windows. The feature request of this bug report is based on the availability of the Win32 API function AllowSetForegroundWindow. In the long run, it's probably best that a solution to this problem is offered by org.eclipse.swt.widgets.Shell because it is a part of the public API of SWT. However, it may be initially enough to have AllowSetForegroundWindow in org.eclipse.swt.internal.win32.OS. Because AllowSetForegroundWindow is part of the public Win32 API (of recent Windows versions), using reflection to check its presence in the mentioned class and then invoking it will allow clients to provide better integration of their RCP applications. An example patch introducing AllowSetForegroundWindow to org.eclipse.swt.internal.win32.OS is attached to this bug report.
2007-08-16 03:27:44
1,187,250,000
resolved fixed
9a0a62f
1,187,710,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
SWT
1,935
194,146
Bug 194146 CVSUIPlugin.stop not being called
null
2007-06-24 17:25:12
1,182,720,000
resolved fixed
ef3d9f0
1,187,640,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
1,936
196,979
Bug 196979 Shell.getBounds() wrong when shell is maximized.
When you maximize a shell, then call get bounds, the shell returns it's premaximized size and x y coordinates which are less than 0. before maximizing: Rectangle {161, 161, 300, 300} after maximizing: Rectangle {-7, -7, 300, 300}
2007-07-18 12:04:44
1,184,770,000
resolved fixed
955ded9
1,187,620,000
bundles/org.eclipse.swt/Eclipse SWT PI/wpf/org/eclipse/swt/internal/wpf/OS.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java
SWT
1,937
197,964
Bug 197964 Table.setBackground() fails if TableItem.setBackground() was used
Build ID: I20070621-1340 Steps To Reproduce: see source code attached Works fine if the line item.setBackground() is commented out. More information: ---8<--- display = new Display(); Shell shell = new Shell(display); table = new Table(shell, SWT.BORDER); table.setBackground(new Color(null, 128, 64, 64)); for (int i=0; i<10; i++) { TableItem item = new TableItem(table, SWT.NULL); // works as long as the next line is commented out // item.setBackground(new Color(null, 128, 128, 128)); item.setText("Item " + i); } table.setSize(100, 200); table.setHeaderVisible(true); table.setLinesVisible(true); shell.pack(); shell.open(); new Thread(new Runnable() { public void run() { try { TimeUnit.SECONDS.sleep(3); display.asyncExec(new Runnable() { public void run() { table.setBackground(new Color(null, 255, 0, 0)); } }); TimeUnit.SECONDS.sleep(3); display.asyncExec(new Runnable() { public void run() { table.setBackground(new Color(null, 0, 255, 0)); } }); } catch (Exception e) { } } }).start(); while (!shell.isDisposed()) if (!display.readAndDispatch()) display.sleep(); display.dispose(); ---8<---
2007-07-26 09:56:31
1,185,460,000
resolved fixed
7da50be
1,187,300,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
1,938
199,115
Bug 199115 Table.computeSize wrong when table has no columns
computeSize is wrong when it's called before the table is visible. test case: public static void main(String[] args) { Display display = new Display (); Shell shell = new Shell (display); final Table table = new Table (shell, SWT.NONE); TableItem item = new TableItem (table, SWT.NONE); item.setText("plate"); Point size = table.computeSize(SWT.DEFAULT, SWT.DEFAULT); System.out.println(size); table.setSize(size); shell.open (); size = table.computeSize(SWT.DEFAULT, SWT.DEFAULT); System.out.println(size); // table.setSize(size); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose(); }
2007-08-07 12:43:29
1,186,500,000
resolved fixed
c407d3c
1,187,300,000
bundles/org.eclipse.swt/Eclipse SWT PI/wpf/org/eclipse/swt/internal/wpf/OS.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Widget.java
SWT
1,939
189,149
Bug 189149 Scale widget freaks out if layout() is called from a selection listener.
Build ID: M20070212-1330 Steps To Reproduce: 1. Create a Scale widget and attach a selection listener which calls getParent().layout() on the Scale. 2. When clicking on the designated paging area the Scale now transitions all the values up to the value under the mouse instead of only the page increment as it should. 3. Removing the layout() call will restore the correct behaviour. More information: It seems that a call to layout during event processing generates a whole series of selection events, not ending until the value under the mouse has been reached. For some strange reason you only get a couple of events (but still too many...) if you debug. Probably because the focus of the window is stolen by the IDE once it hits the breakpoint. This problem does not occur with, for example, the Slider widget although one might expect them to exhibit similar characteristics.
2007-05-25 10:52:32
1,180,100,000
resolved fixed
409208d
1,187,290,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java
SWT
1,940
140,270
Bug 140270 Mouse wheel does not fire selection event on Scale
Add a selection listener the Scale in SWT Snippet 45 that prints the selection event. If the scale is moved using a mouse drag gesture then selection events are printed. If the mouse wheel is used to change the scale then no selection events are printed.
2006-05-04 17:41:06
1,146,780,000
resolved fixed
6d655f8
1,187,280,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java
SWT
1,941
150,365
Bug 150365 setImeInputMode() is not correct with MS-IME2000
null
2006-07-12 07:34:19
1,152,700,000
resolved fixed
729580d
1,187,210,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
1,942
199,109
Bug 199109 Changing foreground color on Canvas does not work
Use Control Example, Canvas tab. 1 - change foreground color -> nothing happens 2 - change background color -> foreground and background change.
2007-08-07 12:19:09
1,186,500,000
resolved fixed
2f7a73a
1,187,100,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Composite.java
SWT
1,943
199,133
Bug 199133 Combo#cut() does not place deleted text to clipboard
I20070807-0010 Combo#cut() does not place the deleted text to the clipboard on the Mac. In fact, it just deletes the selected text. I've just lost a worthy regular expression I wanted to cut&paste from the Find/Replace dialog (Command+X calls cut() in Eclipse).
2007-08-07 14:09:24
1,186,510,000
resolved fixed
9c3b25f
1,186,520,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java
SWT
1,944
198,922
Bug 198922 CTabFolder code causes Widget is disposed exception
Introduced I20070802-0800 with but also present in I20070806-0010. The code in CTabFolder line 2166 is broken: if (item.isDisposed()) { Display display = getDisplay(); Test Case: 1. open an editor 2. close the editor by clicking on the X ==> !ENTRY org.eclipse.ui 4 0 2007-08-06 12:38:16.375 !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3563) at org.eclipse.swt.SWT.error(SWT.java:3481) at org.eclipse.swt.SWT.error(SWT.java:3452) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Widget.getDisplay(Widget.java:542) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2167) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3708) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3319) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
2007-08-06 07:19:14
1,186,400,000
verified fixed
2237660
1,186,510,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
1,945
198,632
Bug 198632 Browser widget now has border
I20070731-0800 In earlier releases and 3.4 up to last week had no border in the Browser widget. Now there is a border which makes Javadoc hovers look awful. Also Javadoc view looks bad. Works fine under Linux. Please revert that change for M1. Test Case: 1. run Snippet128 with R3.3 or I20070724-0800 ==> no border 2. run Snippet128 with I20070731-0800 ==> border
2007-08-02 04:51:34
1,186,040,000
verified fixed
d2b5564
1,186,070,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java
SWT
1,946
160,824
Bug 160824 SWT will crash when VoiceOver feature is turn on
null
2006-10-13 04:33:38
1,160,730,000
resolved fixed
da2976a
1,186,070,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java
SWT
1,947
194,275
Bug 194275 CTabFolder close box should highlight without needing mouse move
1. Open several tabs with long enough titles such that they will have same (max) tab width 2. Close one on the left, using the mouse, and leave the mouse pointer where it is Observe 1: the next tab right will replace the deleted one (naturally) Observe 2: even though the mouse ptr is directly over the close box, the close box is not visible. You need to move the mouse to get it to light up. The issue is that, when closing many tabs, its nice to just keep clicking to close. You can do this in Firefox 2.0 quite nicely. The problem is likely that the close box only lights up via mouse move. We also need to check as a result of tab close.
2007-06-25 14:43:15
1,182,800,000
resolved fixed
866f929
1,186,000,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
1,948
198,053
Bug 198053 Invoking spinner.getSelection() in a modify event causes infinite loop
null
2007-07-26 21:32:47
1,185,500,000
resolved fixed
1085340
1,185,820,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Spinner.java
SWT
1,949
189,292
Bug 189292 [DND] FileTransfer disables image feedback
Custom feedback image does not work with FileTransfer data type. In org.eclipse.swt.dnd.DragSource : event.image contains the custom image line 281 : if (transfer instanceof FileTransfer) { TransferData transferData = new TransferData(); transferData.type = types[0]; event = new DNDEvent(); // Image is lost event.widget = this; MacOS 1.4.9 / Eclipse 3.3RC1
2007-05-26 12:27:00
1,180,200,000
resolved fixed
d34c19d
1,185,820,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java
SWT
1,950
194,971
Bug 194971 [browser] fires duplicate mouse events
null
2007-06-29 16:32:59
1,183,150,000
resolved fixed
a9d8213
1,185,480,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/motif/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/win32/org/eclipse/swt/browser/MozillaDelegate.java
SWT
1,951
164,755
Bug 164755 Inconsistent z-order for ON_TOP shells between win32 and MacOS
I want to create several shells that all of them have the SWT.ON_TOP style. When i run the SWT code on Window platform, the z-order is that the first created shell is putted on deep, the last created shell is putted on top. But if run the code on MacOS, the z-order is reversal, the last created shell is on deep, the first created shell is on top. This is inconsistent between platforms. this is the code snippet: public static void main (String [] args) { Display display = new Display (); Shell shell = new Shell (display); shell.setLayout(new FillLayout()); Shell tipShell1 = new Shell(Display.getDefault(),SWT.ON_TOP ); tipShell1.pack(); tipShell1.setSize(50,300); tipShell1.setVisible(true); tipShell1.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_GREEN)); Shell tipShell2 = new Shell(Display.getDefault(),SWT.ON_TOP); tipShell2.pack(); tipShell2.setSize(200,50); tipShell2.setVisible(true); tipShell2.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_RED)); Shell tipShell3 = new Shell(Display.getDefault(),SWT.ON_TOP ); tipShell3.pack(); tipShell3.setSize(100,100); tipShell3.setVisible(true); tipShell3.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_BLUE)); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); }
2006-11-15 22:23:34
1,163,650,000
resolved fixed
ca32cbc
1,185,460,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
1,952
135,011
Bug 135011 [TableCursor] moves cursor to first column unexpectedly
My table has 3 columns. If I click in the table outside of the columns, the table cursor will be moved to the first column. In TableCursor#TableMouseDown, if a column cannot be found from the mouse down event, the code positions the cursor to the first column. if (newColumn == null) { newColumn = table.getColumn(0); } The TableCursor should not move the cursor if the mouse event cannot be mapped to any cell inside the table. Otherwise, user's selection will be changed unexpectedly. (e.g. If use right mouse click to bring up the context menu outside of the column area, the selection in the table gets changed unexpectedly.) I will attach a testcase to demonstrate problem.
2006-04-05 09:38:30
1,144,240,000
resolved fixed
fcf97f8
1,185,390,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableCursor.java
SWT
1,953
118,844
Bug 118844 [consistency] Make TreeColumn.pack consistent across platforms
TreeColumn.pack needs to have a consistent behaviour across platforms. I think it should give the width need to display the widest expanded child item (i.e. ignore children that are not visible because the parent is collapsed)
2005-12-01 11:11:08
1,133,450,000
resolved fixed
9c30fc8
1,185,380,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeColumn.java
SWT
1,954
195,812
Bug 195812 Text without delimeters is not wrapped on linux. Works fine on windows.
Run the example on windows. See that text is wrapped in few lines. Run on Linux. Text is displayed in one line. import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.*; public class MultiText { public static void main(String [] args) { final Display display = new Display (); final Shell shell = new Shell (display); Text text = new Text(shell, SWT.MULTI |SWT.WRAP); text.setBounds(5, 5, 50, 200); text.setText("123456789012345678901234567890"); shell.pack (); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } }
2007-07-09 07:09:06
1,183,980,000
resolved fixed
f7ce289
1,185,290,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/Text.java
SWT
1,955
179,773
Bug 179773 TreeViewer setSelection does not scroll horizontally to show selection
This could end up being an SWT bug. When calling treeViewer.setSelection( selection, true ), the tree is scrolled down vertically to reveal the selection but never seems to scroll horizontally. I confirmed that this is a bug in the platform because it happens in the Package Explorer when using the ShowIn context menu on Java source. To replicate, shrink the width of the Package Explorer and select some function in the Java source. Then right-click and do Show In--Package Explorer. If the width of the View is small enough, you will notice that the Tree scrolled enough vertically, but since it did not scroll horizontally, you cannot see the selected Tree node.
2007-03-28 11:51:58
1,175,100,000
resolved fixed
43f7c48
1,185,230,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,956
193,561
Bug 193561 public Image (Device device, String filename) fails on WinCe
public Image (Device device, String filename) has a try catch like this try { device.checkGDIP(); ... } catch (SWTException e) { } The problem is that in checkGDI we have a: if (OS.IsWinCE) SWT.error(SWT.ERROR_NOT_IMPLEMENTED); That throws a SWTError that is not catch in clause 'catch (SWTException e)' SSQ, do you want me to replace 'catch (SWTException e)' by 'catch (SWTError e)' ?
2007-06-20 12:10:30
1,182,360,000
verified fixed
4a24b9b
1,185,220,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
SWT
1,957
195,650
Bug 195650 Multiselection with Shifht ARROW_UP/DOWN not working on MAC
Build ID: I20070625-1500 Steps To Reproduce: 1. Open Example Browser, Example "Table" With style multiselect 2. Select a line with mouse 3. Try to select more with SHIFT + ARROW_DOWN => no effect More information: MacOSX 10.4.10 latest Java 5, Eclipse 3.3.0 final
2007-07-06 09:17:40
1,183,730,000
resolved fixed
d475996
1,185,220,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,958
197,336
Bug 197336 Negative values not displaying with Read-Only style combo.
I've tried this on XP and Mac OS X...doesn't seem to be a problem on XP. If you add negative values to a combo box that is of SWT.READ_ONLY style, the negative values do not show up in the drop-down list. If the combo style is SWT.DROP_DOWN style, negative values that are added to the combo will correctly be displayed in the list.
2007-07-20 16:07:18
1,184,960,000
resolved fixed
400bebb
1,185,220,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/Combo.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/MenuItem.java
SWT
1,959
191,260
Bug 191260 NPE in Display.readImageRef
null
2007-06-06 09:55:32
1,181,140,000
resolved fixed
4e66ded
1,185,210,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java
SWT
1,960
192,700
Bug 192700 CCombo does not loose focus when hidden
null
2007-06-14 11:47:11
1,181,840,000
resolved fixed
9a686c6
1,185,210,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT