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,661
225,038
Bug 225038 Virtual table create all items if setItemCount before create first column
null
2008-04-01 00:12:48
1,207,020,000
resolved fixed
f377938
1,207,060,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
1,662
223,846
Bug 223846 [Viewers] Open Resource dialog causes 'Ignored reentrant call while viewer is busy'
I20080325-0100, Mac OS X only (could not reproduce on WinXP) - make sure there's 1 element in the Open Resource history - open Open Resource dialog and start to type => message in log: !ENTRY org.eclipse.jface 2 0 2008-03-25 15:52:20.036 !MESSAGE Ignored reentrant call while viewer is busy. This is only logged once per viewer instance, but similar calls will still be ignored. !STACK 0 java.lang.RuntimeException at org.eclipse.jface.viewers.ColumnViewer.checkBusy(ColumnViewer.java:743) at org.eclipse.jface.viewers.AbstractTableViewer.replace(AbstractTableViewer.java:1041) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$ContentProvider.updateElement(FilteredItemsSelectionDialog.java:2889) at org.eclipse.jface.viewers.AbstractTableViewer$1.handleEvent(AbstractTableViewer.java:78) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:83) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1553) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1577) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1562) at org.eclipse.swt.widgets.Table.checkData(Table.java:214) at org.eclipse.swt.widgets.TableItem.getImage(TableItem.java:443) at org.eclipse.swt.widgets.TableItem.calculateWidth(TableItem.java:128) at org.eclipse.swt.widgets.Table.setScrollWidth(Table.java:3018) at org.eclipse.swt.widgets.Table.checkItems(Table.java:260) at org.eclipse.swt.widgets.TableItem.getBounds(TableItem.java:271) at org.eclipse.jface.viewers.TableViewerRow.getBounds(TableViewerRow.java:44) at org.eclipse.jface.viewers.ViewerCell.getBounds(ViewerCell.java:89) at org.eclipse.jface.viewers.OwnerDrawLabelProvider.update(OwnerDrawLabelProvider.java:162) at org.eclipse.jface.viewers.StyledCellLabelProvider.update(StyledCellLabelProvider.java:196) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$ItemsListLabelProvider.update(FilteredItemsSelectionDialog.java:1689) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:142) at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:386) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:466) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:880) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.refreshItem(StructuredViewer.java:1476) at org.eclipse.jface.viewers.AbstractTableViewer.replace(AbstractTableViewer.java:1044) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$ContentProvider.updateElement(FilteredItemsSelectionDialog.java:2889) at org.eclipse.jface.viewers.AbstractTableViewer.getVirtualSelection(AbstractTableViewer.java:497) at org.eclipse.jface.viewers.AbstractTableViewer.getSelectionFromWidget(AbstractTableViewer.java:468) at org.eclipse.jface.viewers.StructuredViewer.getSelection(StructuredViewer.java:972) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1376) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1328) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1428) at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:528) at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1387) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.refresh(FilteredItemsSelectionDialog.java:930) at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$RefreshJob.runInUIThread(FilteredItemsSelectionDialog.java:1370) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3300) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3031) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.dialogs.FilteredResourcesSelectionDialog.open(FilteredResourcesSelectionDialog.java:355) at org.eclipse.ui.internal.ide.handlers.OpenResourceHandler.queryFileResource(OpenResourceHandler.java:154) at org.eclipse.ui.internal.ide.handlers.OpenResourceHandler.execute(OpenResourceHandler.java:88) at org.eclipse.ui.internal.ide.handlers.OpenResourceHandler.run(OpenResourceHandler.java:176) at org.eclipse.ui.internal.handlers.ActionDelegateHandlerProxy.execute(ActionDelegateHandlerProxy.java:289) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:471) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:822) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:569) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:511) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:126) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:83) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1107) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1552) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1577) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1562) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1614) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1609) at org.eclipse.swt.widgets.Control.kEventUnicodeKeyPressed(Control.java:2169) at org.eclipse.swt.widgets.Composite.kEventUnicodeKeyPressed(Composite.java:584) at org.eclipse.swt.widgets.Control.kEventTextInputUnicodeForKeyEvent(Control.java:2134) at org.eclipse.swt.widgets.Widget.textInputProc(Widget.java:1987) at org.eclipse.swt.widgets.Display.textInputProc(Display.java:3906) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3011) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2375) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2339) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2205) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:478) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:473) 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:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) 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:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
2008-03-25 10:58:15
1,206,460,000
resolved fixed
96e9fcd
1,206,650,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java
SWT
1,663
221,924
Bug 221924 Perspective Switcher context menu appears in bad location
null
2008-03-07 16:47:33
1,204,930,000
resolved fixed
9c38099
1,206,640,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Menu.java
SWT
1,664
224,198
Bug 224198 URLTransfer sometimes can't DND with Firefox browser
URLTransfer sometimes does not work on Linux because it currently does not support the "text/x-mozilla-url" data flavor.
2008-03-26 16:42:22
1,206,560,000
resolved fixed
0609ae1
1,206,570,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/gtk/org/eclipse/swt/dnd/URLTransfer.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/motif/org/eclipse/swt/dnd/URLTransfer.java
SWT
1,665
223,219
Bug 223219 Several LineBackgroundListeners on a StyledText
Build ID: I20080207-1530 Steps To Reproduce: If you register 2 LineBackgroundListener on a styled text, only the last listener work is taken into account. Consequence: In an editor, if the cursorLinePainter is enabled, it is not possible to perform custom decoration using a line background listener. More information: The problem is that when the LineBackgroundEvent is passed from listener to listener (@see StyledTextListener#handleEvent), the color is always reset to null. Actual: public LineBackgroundEvent(StyledTextEvent e) { super(e); lineOffset = e.detail; lineText = e.text; } Expected: public LineBackgroundEvent(StyledTextEvent e) { super(e); lineOffset = e.detail; lineText = e.text; lineBackground = e.lineBackground; } If it is possible i can help for the fix ;).
2008-03-19 12:36:05
1,205,940,000
resolved fixed
01f5253
1,206,570,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/LineBackgroundEvent.java
SWT
1,666
223,514
Bug 223514 [Spinner] SWT.READ_ONLY doesn't work
Build ID: I20080207-1530 Steps To Reproduce: 1. Open ControlExample with Cocoa 2. Goto "Spinner" tab 3. Enable SWT.READ_ONLY 4. Type digits in the spinner box Notice that you may type into the spinner input box still, unlike platforms like Carbon where it is disabled.
2008-03-21 14:00:50
1,206,120,000
resolved fixed
645c27e
1,206,540,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java
SWT
1,667
223,513
Bug 223513 StyledText crashes on double-click of whitespace
null
2008-03-21 13:46:50
1,206,120,000
resolved fixed
e973f73
1,206,480,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
SWT
1,668
223,970
Bug 223970 Table/Tree does not redraw checkboxes when enabled
Run the testcase. Press the button. Note that the checkboxes in the table do not redraw enabled. Scroll the table to force them to redraw. import org.eclipse.swt.SWT; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class PR44 { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = new Table(shell, SWT.CHECK); table.setEnabled(false); for (int i = 0; i < 300; i++) { TableItem item = new TableItem(table, SWT.NONE); item.setText("Item" + i); item.setChecked(true); } Button b = new Button(shell, SWT.PUSH); b.setText("Press"); b.addListener(SWT.Selection, new Listener() { public void handleEvent(Event e) { table.setEnabled(!table.getEnabled()); } }); shell.setSize(300, 300); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
2008-03-25 16:16:52
1,206,480,000
resolved fixed
3f3113d
1,206,480,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,669
223,909
Bug 223909 Plug-Ins Launch Tab no longer contains a checkable tree
null
2008-03-25 13:18:19
1,206,470,000
resolved fixed
3019715
1,206,480,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,670
223,941
Bug 223941 NPE on Font#dispose
Version: 3.4.0 Build id: I20080325-0100 Create and dispose a font: public static void main(String[] args) { final Display display = new Display(); Font f = new Font(display, "Tahoma", 12, SWT.NORMAL); f.dispose(); } Here is the stack: Warning: Missing charsets in String to FontSet conversion Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.graphics.Font.destroy(Font.java:158) at org.eclipse.swt.graphics.Resource.dispose(Resource.java:64) at PR.main(PR.java:12) Here is the code that is broken: void destroy() { if (handle == device.systemFont.handle) return; OS.XmFontListFree (handle); handle = 0; } It doesn't check for device==null,
2008-03-25 14:40:25
1,206,470,000
resolved fixed
78e701f
1,206,470,000
bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/Device.java
SWT
1,671
223,932
Bug 223932 TextLayout uses wrong system font
Run the testcase. Note that the wrong font is used when org.eclipse.swt.internal.carbon.smallFonts system property is specified. import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; public class PR { public static void main(String[] args) throws Exception { final Display display = new Display(); final Shell shell = new Shell(display); shell.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { TextLayout layout = new TextLayout(display); layout.setText("Hello"); Rectangle rect = layout.getBounds(); layout.draw(event.gc, 10, 10); layout.dispose(); rect.x = rect.y = 10; event.gc.drawRectangle(rect); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } }
2008-03-25 14:23:17
1,206,470,000
resolved fixed
b11ebaa
1,206,470,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java
SWT
1,672
223,881
Bug 223881 click on end of line place cursor wrong offset
null
2008-03-25 12:09:18
1,206,460,000
resolved fixed
0d2837b
1,206,460,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java
SWT
1,673
223,753
Bug 223753 Disabling table's resizable columns has no effect
Build ID: 3.4 Steps To Reproduce: 1. Run "Control Example" with Cocoa bindings 2. Select "Table" tab 3. Enable "Header Visible" and disable "Resizable Columns", and note that column is still resizable More information:
2008-03-24 20:35:31
1,206,410,000
resolved fixed
067aa41
1,206,460,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java
SWT
1,674
223,813
Bug 223813 TextLayout#getBounds() only considers first line on carbon
null
2008-03-25 08:18:26
1,206,450,000
verified fixed
3128787
1,206,460,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java
SWT
1,675
223,179
Bug 223179 BIDI3.4:HCG Hebrew data in Java editor is treated different from Win OS
null
2008-03-19 06:28:44
1,205,920,000
resolved fixed
1e8ec51
1,206,400,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/TextLayout.java
SWT
1,676
223,591
Bug 223591 Button.print(GC) does not work on Windows.
null
2008-03-23 17:18:35
1,206,310,000
resolved fixed
1d45a49
1,206,390,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
SWT
1,677
210,858
Bug 210858 Editing text has no horizontal scrollbar
The SWT.H_SCROLL can't be set on the text box. This means that the SWT.WRAP has no effect, since all text wraps in the scrollbox. Run Control Example Go to Text page Click SWT.MULTI Deselect SWT.WRAP Type text; wraps anyway
2007-11-25 08:00:59
1,196,000,000
resolved fixed
6efaacc
1,206,390,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java
SWT
1,678
222,798
Bug 222798 [Shell] SWT.MAX does not work
null
2008-03-14 14:58:47
1,205,520,000
resolved fixed
16aaba7
1,206,390,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
1,679
223,397
Bug 223397 Set/Get API of DateTime widget crashes the control example
Build ID: I20080207-1530 Steps To Reproduce: 1. open control example 2. select DateTime tab 3. Focuses the date, time or calendar widget by clicking on it. 4. Make some changes to the widget's numbers (either keyboard or mouse input). 5. Click the Set/Get API button in Other section. More information: The program crashes when above actions take place.
2008-03-20 15:50:27
1,206,040,000
resolved fixed
071d2cf
1,206,050,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/DateTime.java
SWT
1,680
215,204
Bug 215204 read-only Combo.setText() does not fire Modify event on GTK
null
2008-01-14 07:19:45
1,200,310,000
resolved fixed
8dba171
1,205,960,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
SWT
1,681
222,281
Bug 222281 Table events screwed up if asyncExec happens on focus lost / out
null
2008-03-11 13:58:43
1,205,260,000
verified fixed
14d62fa
1,205,940,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
1,682
78,825
Bug 78825 [CCombo] Tab doesn't go to next entry field when list is down
When the list is down in the CCombo widget then Tab key cause no action. The Tab key should go to the next entry field just like Combo widget does.
2004-11-17 06:07:47
1,100,690,000
resolved fixed
cebd071
1,205,450,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
1,683
220,112
Bug 220112 [SashForm] Add getter/setter methods to control SashForm.SASH_WIDTH
Not only is this an instance variable that is deceptively named like a constant, it is not exposed via typical get/set methods. Please add setSashWidth() and getSashWidth() methods so it can be controlled like other widget properties.
2008-02-24 16:17:53
1,203,890,000
resolved fixed
122fd0d
1,205,440,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java
SWT
1,684
220,974
Bug 220974 ClassCastException in Safari
-start a target with empty workspace -click the go to workbench icon on the welcome page. java.lang.ClassCastException: C at org.eclipse.swt.browser.Safari.browserProc(Safari.java:225) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(NSApplication.java:166) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2290) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2402) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2366) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2232) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:476) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:471) 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:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:77) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) 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:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
2008-02-29 12:23:02
1,204,310,000
resolved fixed
7169133
1,205,430,000
bundles/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java
SWT
1,685
221,957
Bug 221957 Huge Cursor in huge Text control
Build ID: M20070921-1145 Steps To Reproduce: 1. Run CustomControlExample on linux gtk 2. CTabFolderTab 3. Horizontal/Vertical Fill yes 4. click on the CTabItems text "CTabItem Content: 0", see the huge Cursor (three letters width) More information: I think the Cursors size should be depending on the used Font. But here it seems to depend on the lines height? Interesting is also, if you play with the controls size, 10x10 make a real mini cursor. I use Ubuntu 7.10, GTK 2.12
2008-03-08 08:47:36
1,204,980,000
resolved fixed
9bc423f
1,205,420,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CTabFolderTab.java
SWT
1,686
175,689
Bug 175689 [CCombo] CCombo#deselectAll() doesn't clear Text
When calling CCombo#deselectAll() the selection the text shown is not cleared, only the selection in the list. This is different than what happens in an Combo where the text is also cleared. Snippet attached
2007-02-27 08:13:33
1,172,580,000
resolved fixed
c0d239c
1,205,350,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
1,687
214,944
Bug 214944 [browser] xulrunner 1.9-based Browser has no initial background
- happens on win2000, doesn't happen on linux, haven't tried osx - run snippet 128 with the setUrl() line at the bottom commented out - the browser has no background drawn for it until a url or text is set - the only known way to fix this so far is to set the initial page to about:blank and don't send any resulting events
2008-01-10 14:46:04
1,199,990,000
resolved fixed
1a91a06
1,205,350,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
1,688
204,891
Bug 204891 TabFolder.setSelection() does not update focus hilight on OS X
null
2007-09-28 04:16:47
1,190,970,000
resolved fixed
caa84d2
1,205,350,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java
SWT
1,689
222,381
Bug 222381 AIOOBE in GIFFileFormat
I20080304-1113 With the subversive plugin enabled (version 1.1.7) 1. Go to SVN Repository exploring 2. Expand a repository location Is: org.eclipse.swt.SWTException: i/o error (java.lang.ArrayIndexOutOfBoundsException: 7) at org.eclipse.swt.SWT.error(SWT.java:3756) at org.eclipse.swt.SWT.error(SWT.java:3674) at org.eclipse.swt.internal.image.GIFFileFormat.readApplicationExtension(GIFFileFormat.java:334) at org.eclipse.swt.internal.image.GIFFileFormat.readExtension(GIFFileFormat.java:182) at org.eclipse.swt.internal.image.GIFFileFormat.getExtensions(GIFFileFormat.java:154) at org.eclipse.swt.internal.image.GIFFileFormat.loadFromByteStream(GIFFileFormat.java:102) at org.eclipse.swt.internal.image.FileFormat.loadFromStream(FileFormat.java:48) at org.eclipse.swt.internal.image.FileFormat.load(FileFormat.java:84) at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:127) at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:22) at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:328) at org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:57) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:273) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227) at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:205) at org.eclipse.ui.model.WorkbenchLabelProvider.getImage(WorkbenchLabelProvider.java:157) at org.eclipse.jface.viewers.WrappedViewerLabelProvider.getImage(WrappedViewerLabelProvider.java:117) at org.eclipse.jface.viewers.WrappedViewerLabelProvider.update(WrappedViewerLabelProvider.java:165) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:142) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:932) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:102) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:1012) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:466) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2041) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:827) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:802) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:776) at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:627) at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand(AbstractTreeViewer.java:1442) at org.eclipse.jface.viewers.TreeViewer.handleTreeExpand(TreeViewer.java:918) at org.eclipse.jface.viewers.AbstractTreeViewer$4.treeExpanded(AbstractTreeViewer.java:1453) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:125) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:83) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1026) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1011) at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:7145) at org.eclipse.swt.widgets.Control.wmNotify(Control.java:4707) at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1761) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:4337) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3830) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4472) at org.eclipse.swt.internal.win32.OS.$$YJP$$CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(OS.java) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2250) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1497) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java:6121) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3811) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5662) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4485) at org.eclipse.swt.internal.win32.OS.$$YJP$$DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(OS.java) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2336) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3369) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2368) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2332) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:476) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:471) 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:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) 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:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212) Caused by: java.lang.ArrayIndexOutOfBoundsException: 7 at org.eclipse.swt.internal.image.GIFFileFormat.readApplicationExtension(GIFFileFormat.java:327) ... 81 more Maybe corrupt images?
2008-03-12 06:47:29
1,205,320,000
resolved fixed
115808b
1,205,340,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/GIFFileFormat.java
SWT
1,690
221,687
Bug 221687 [Viewers] TableViewer scrolls after selection on AIX
Eclipse 3.3.2 If you select a row in a TableViewer, scroll down a page or two, then when you shift-click to select a range of rows the viewer scrolls back to the first row. This problem appears specific to AIX.
2008-03-06 11:54:43
1,204,820,000
resolved fixed
a16a381
1,205,340,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java
SWT
1,691
222,305
Bug 222305 ToolItem should call ToolBar.destroyItem
null
2008-03-11 16:30:14
1,205,270,000
resolved fixed
c6c9e16
1,205,270,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java
SWT
1,692
215,243
Bug 215243 Wrong drawing behaviour using SWT and Cairo drawing a text and then an oval
null
2008-01-14 13:06:20
1,200,330,000
resolved fixed
3bf64ab
1,205,270,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
1,693
221,958
Bug 221958 Transform.setIdentity() method is needed
I suggest to add Transform.setIdentity() method. Since all Transform modifiers (multiply, rotate, scale, translate) modify existing transform matrix I think setIdentity() is a necessity. I suppose a typical UI developer might not be familiar with transform matrices and would be completely lost as to what arguments to pass to Transform.setElements(float,...) method.
2008-03-08 09:01:59
1,204,980,000
resolved fixed
ec55194
1,205,260,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Transform.java
SWT
1,694
221,938
Bug 221938 new GC(Control) doesn't work
null
2008-03-07 18:23:47
1,204,930,000
resolved fixed
ccdda85
1,205,170,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
1,695
221,936
Bug 221936 Cannot paint on label with text.
if a label has text we don't receive any drawRect calls and as a result don't send any paint events.
2008-03-07 18:13:11
1,204,930,000
resolved fixed
13e9db7
1,204,930,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/SWTTextField.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java
SWT
1,696
211,362
Bug 211362 Crash running paint example
Run paint example Select line draw tool Click, drag, release Boom! 2007-11-29 00:30:45.201 java[23366:10b] *** _NSAutoreleaseNoPool(): Object 0x198170 of class NSException autoreleased with no pool in place - just leaking Stack: (0x954e9178 0x954170f8 0x9541d8e0 0x912ed39c 0x46ac) 2007-11-29 00:30:45.208 java[23366:10b] An uncaught exception was raised 2007-11-29 00:30:45.210 java[23366:10b] Unlocking Focus on wrong view (<SWTView: 0x144a10>), expected <NSImageCacheView: 0x19cf70> 2007-11-29 00:30:45.211 java[23366:10b] *** _NSAutoreleaseNoPool(): Object 0x139b80 of class NSCFString autoreleased with no pool in place - just leaking Stack: (0x954e9178 0x954170f8 0x95420d04 0x9135b014 0x9641a6ac 0x912ede28 0x46ac) 2007-11-29 00:30:45.213 java[23366:10b] *** _NSAutoreleaseNoPool(): Object 0x1428e0 of class NSConcreteMutableData autoreleased with no pool in place - just leaking Stack: (0x954e9178 0x954170f8 0x954289c4 0x95428704 0x9135b068 0x9641a6ac 0x912ede28 0x46ac) 2007-11-29 00:30:45.214 java[23366:10b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unlocking Focus on wrong view (<SWTView: 0x144a10>), expected <NSImageCacheView: 0x19cf70>' 2007-11-29 00:30:45.216 java[23366:10b] Stack: (
2007-11-28 19:32:17
1,196,300,000
resolved fixed
f427c15
1,204,900,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GCData.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
SWT
1,697
221,559
Bug 221559 Cut/Paste does not fire modifyText events in Combo
I20080226-1155 Cutting or pasting text in a combo does not take effect until another key is pressed. Snippet below. final Display display = new Display(); final Shell shell = new Shell(); shell.setLayout(new FillLayout()); final Button b = new Button(shell, SWT.PUSH); b.setText("Push me"); b.setEnabled(true); final Combo c = new Combo(shell, SWT.NONE); c.setText("Monkey"); c.addModifyListener(new ModifyListener() { public void modifyText(ModifyEvent e) { b.setEnabled(((Combo)e.widget).getText().length() > 0); }}); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose();
2008-03-05 13:10:34
1,204,740,000
resolved fixed
baec48b
1,204,900,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
1,698
205,796
Bug 205796 [Browser] Navigate / Open External Javadoc does not work on method anymore
Consider the following java source : public class Test { public static void main(String[] args) { System.out.println("Hello Eclipse"); } } If you select 'System' then click on menu Navigate / Open External Javadoc it will lunch Safari on the correct page : "file:///System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Documentation/Reference/doc/api/java/lang/System.html" If you select 'println' and do the same action, it will try to open : "file:///System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Resources/Documentation/Reference/doc/api/java/io/PrintStream.html%23println(java.lang.String)" The problem here is the "%23", if you replace it with a '#' it works.
2007-10-09 06:13:31
1,191,920,000
resolved fixed
3db02dc
1,204,820,000
bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java
SWT
1,699
221,683
Bug 221683 Label always wraps
Labels in carbon always wrap, i.e. it wraps when SWT.WRAP is not set.
2008-03-06 11:25:46
1,204,820,000
resolved fixed
6577c06
1,204,820,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/Label.java
SWT
1,700
221,512
Bug 221512 Ctrl-Click in package explorer select the item only on the second click
null
2008-03-05 09:27:39
1,204,730,000
resolved fixed
aca1e3b
1,204,770,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
1,701
211,885
Bug 211885 ScrolledComposite control's setOrigin method not the same as moving scroll bar on Windows
null
2007-12-04 10:46:37
1,196,780,000
resolved fixed
fdc9248
1,204,670,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
SWT
1,702
209,428
Bug 209428 [Browser] crash on mouseover
When starting eclipse from a terminal the following is reported: cjp@workstation6l:~> eclipse libxcb: WARNING! Program tries to unlock a connection without having acquired a lock first, which indicates a programming error. There will be no further warnings about this issue. libxcb: WARNING! Program tries to lock an already locked connection, which indicates a programming error. There will be no further warnings about this issue. This only happens when eclipse is restarted after having created the AddressBook QT project, open the addressbook.ui and exiting eclipse. Platform is openSuSE 10.3, eclipse not installed from distro but eclipse.org download.
2007-11-11 11:50:12
1,194,800,000
resolved fixed
cc2bd64
1,204,650,000
bundles/org.eclipse.swt.tools/Mozilla Generation/org/eclipse/swt/tools/internal/MozillaGenerator.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/HelperAppLauncherDialog.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIAppShell.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIAuthInformation.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIBaseWindow.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsICategoryManager.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIChannel.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIComponentRegistrar.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsICookie.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsICookieManager.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMEvent.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMEventTarget.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMKeyEvent.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMMouseEvent.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDOMUIEvent.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDirectoryServiceProvider.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_8.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIEmbeddingSiteWindow.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIFactory.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIFile.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher_1_8.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher_1_9.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIIOService.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIInputStream.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsILocalFile.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIMemory.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIObserverService.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPrefBranch.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIProgressDialog.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIProgressDialog_1_8.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService2.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIProperties.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIServiceManager.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsISimpleEnumerator.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIURI.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIURIContentListener.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebBrowserChrome.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebNavigation.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWebProgress.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIWindowCreator2.java
SWT
1,703
166,381
Bug 166381 alignment support for RowLayout and RowData
I have found that the RowLayout is pretty useful and has some unique functionality. However, when I line up labels and combo boxes in a horizontal row, the vertical alignment is off. I am being forced to use GridLayout in these cases to fix the alignment. I think RowData should have an "alignment" field. (possible values: SWT.BEGINNING, SWT.CENTER, SWT.END, SWT.FILL) For horizontal rows, this field would specify the vertical alignment. For vertical rows, this field would specify the horizontal alignment. The semantics would be like the aligment fields in the GridData object. If this seems reasonable but there isn't free time to do this, I may be able to write it myself and submit it. So, please let me know if such a patch would be necessary and welcome.
2006-11-30 13:24:13
1,164,910,000
resolved fixed
169f385
1,204,570,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/layout/RowLayout.java
SWT
1,704
221,128
Bug 221128 Mozilla fires wrong events when executing java script
(1) Have a browser widget, add a location change listener (2) Set html to the browser (3) execute js code to replace some elements in the dom tree > You'll get an location change event
2008-03-03 07:07:59
1,204,550,000
resolved fixed
5d3d31a
1,204,570,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
1,705
218,502
Bug 218502 event loop exception starting mozilla
Error when using datatools - I think it may have been trying to start a browser. Duplicate detection on stack trace shows no matches. Guessing at SWT component. -- Error Log -- Date: Mon Feb 11 14:07:27 GMT 2008 Message: Unhandled event loop exception Severity: Error Plugin ID: org.eclipse.ui Stack Trace: org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3347 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file) at org.eclipse.swt.SWT.error(SWT.java:3589) at org.eclipse.swt.SWT.error(SWT.java:3481) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:324) at org.eclipse.swt.browser.Browser.<init>(Browser.java:109) at org.eclipse.datatools.sqltools.plan.internal.ui.view.GraphicsPlanControl.createDetailForm(GraphicsPlanControl.java:90) at org.eclipse.datatools.sqltools.plan.internal.ui.view.GraphicsPlanControl.init(GraphicsPlanControl.java:72) at org.eclipse.datatools.sqltools.plan.internal.ui.view.GraphicsPlanControl.<init>(GraphicsPlanControl.java:53) at org.eclipse.datatools.sqltools.plan.internal.ui.view.PlanView.createPartControl(PlanView.java:119) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2086) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1027) at org.eclipse.ui.internal.WorkbenchPage.access$19(WorkbenchPage.java:1008) at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3684) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3681) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3657) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:165) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:109) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:77) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:239) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:429) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247) at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:128) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) 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:597) 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) Caused by: java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3347 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file at org.eclipse.swt.internal.Library.loadLibrary(Library.java:219) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:151) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:309) ... 52 more
2008-02-11 09:16:30
1,202,740,000
resolved fixed
8be6c60
1,204,560,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
1,706
221,166
Bug 221166 Graphics Example GraphicAntialiasTab doesn't work
null
2008-03-03 11:09:41
1,204,560,000
resolved fixed
0266384
1,204,560,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Path.java
SWT
1,707
219,307
Bug 219307 GlyphMetrics behaves differently on carbon
null
2008-02-18 06:56:33
1,203,340,000
resolved fixed
c7f26e1
1,204,320,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/graphics/TextLayout.java
SWT
1,708
220,997
Bug 220997 Path.addString uses incorrect Transform
Run graphics example. SWT on default tab doesn't move up and down like it's supposed to.
2008-02-29 15:25:28
1,204,320,000
resolved fixed
bdba3d3
1,204,320,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Path.java
SWT
1,709
216,900
Bug 216900 StyledText: Cannot overtype contents if text limit reached
If I set the text limit for a StyledText using StyledText.setTextLimit() and then add text up to that limit, I cannot subsequently add any more text even if I have pressed insert to toggle the overwrite behaviour. Deleting one character allows the overtyping to occur as expected. I have attached a test case but the key lines are: StyledText t = new StyledText(shell, SWT.BORDER); t.setText("Press insert and try to type in this box"); t.setTextLimit(t.getText().length()); I would expect the StyledText to allow extra text to be typed when the ST.TOGGLE_OVERWRITE action has been peformed even if the text limit has been reached. I have a workaround for this issue which involves adding a KeyListener to the StyledText which deletes the character after the current caret position if the text limit has been reached.
2008-01-29 08:12:45
1,201,610,000
resolved fixed
334dd3b
1,204,320,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,710
220,462
Bug 220462 TableItem/Treeitem getBounds not implemented
null
2008-02-26 16:08:36
1,204,060,000
resolved fixed
0deddb3
1,204,300,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java
SWT
1,711
219,306
Bug 219306 StyledText.getTextBounds does not work when using SWT.WRAP
Build ID: 3.3 Steps To Reproduce: (1) Create a styled text with the SWT.WRAP flag. (2) Insert some text so it wraps (3) Try using getTextBounds > It will always use the y coordinate of the first visual line. However, x is correct. More information: Tried this on MacOS 10.5 and Win XP
2008-02-18 06:34:08
1,203,330,000
resolved fixed
a2edcdf
1,204,240,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,712
117,335
Bug 117335 [Accessibility] Mac: cannot select checkboxes in trees, lists
I have been doing an accessibility check on the Mac and have found that i cannot select checkbox list or tree items by using spacebar or return key. I have tried both 3.1.1 and 3.2 M3 and get the same result, as follows. Several examples to try in Eclipse: 1. Import > File System -tab to directory tree on left, use arrow keys to navigate to an item, attempt to select items in tree using space bar -tab to file list on right,use arrow keys to navigate to an item, attempt to select items in list using space bar Result: checkbox is not checked when space bar is used to select 2. Help > Software Updates > Find and install... > Search for new features to install > Next -tab to site list, use arrow keys to navigate to an item, attempt to select an item using space bar Result: not checked
2005-11-21 12:11:26
1,132,590,000
resolved fixed
8e398b0
1,204,240,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java
SWT
1,713
219,582
Bug 219582 SWT.KeyDown event.keyCode reports wrong key number for Marathi & Bengali
SWT.KeyDown event.keyCode reports wrong key number for Marathi & Bengali (1) Run the following simple SWT program. (2) Press 1 key on the keyboard and see that the reported key code is 49. (3) Change the keyboard language to either Marathi or Bengali. (4) Repeat step (2) and notice that for Marathi the key code is 2407 and for Bengali it is 2535. (5) Doesn't reproduce with other Hindo languages like Hindi, Malayalam and Punjabi. ============================================================= import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.*; public class TextControlBug { private static Shell shell = null; public static void main(String[] args) { Display display = new Display(); createShell(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } private static void createShell() { shell = new Shell(); Text textCtrl = new Text(shell, SWT.SINGLE); textCtrl.setBounds(50, 10, 300, 80); shell.pack(); textCtrl.addListener(SWT.KeyDown, new Listener() { public void handleEvent(Event event) { System.out.println("eventKeyCode: " + event.keyCode); } }); } }
2008-02-20 07:37:41
1,203,510,000
resolved fixed
a65e141
1,204,230,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
SWT
1,714
215,183
Bug 215183 Shell with ON_TOP style stay behind of Shell with APPLICATION_MODAL style.
Shell with ON_TOP style is often used as tooltip window which should always stay on top of window. But if you create a Shell with ON_TOP style while there is an active Shell with APPLICATION_MODAL style, the Shell with ON_TOP will be behind the Shell with APPLICATION_MODAL. A demo java file is attached. I think the root cause is: Shell with SWT.ON_TOP is a sheet window in floating window group which z-order is below the window in modal window group. In SWT.java, the description of SWT.ON_TOP is : "Style constant for always on top behavior". So Shell with ON_TOP style should has higher z-order than Shell with APPLICATION_MODAL style.
2008-01-14 04:33:39
1,200,300,000
resolved fixed
cbb16e3
1,204,150,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
1,715
214,599
Bug 214599 Link Widget: hyperlink parsing mangles certain input strings
The Link widget parses its text for embedded hyperlinks. The parser code mangles certain input strings. Code to reproduce: Link link = new Link( parent, SWT.NONE ); link.setText( ">test<" ); displays as ">test>test<" in GTK (not reproducible with Windows, the win32 code doesn't use the parser output). Expected: The link should show as ">test<" without any hyperlinks. I agree that this is a rare use case, I only found it while unit-testing RAP. However, it's a valid input string and should render as expected.
2008-01-08 05:49:01
1,199,790,000
resolved fixed
f689564
1,204,140,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Link.java
SWT
1,716
220,057
Bug 220057 DND exception when dragging file within a Common Navigator in 3.4M5
This happened when dragging a ".doc" file within a custom Common Navigator that's similar in nature to the Project Explorer. The exception happened repeatedly on each drag attempt. It is possible that we're doing something weird in our navigator, although I've never seen this before. -- Error Log -- Date: Fri Feb 22 16:21:08 PST 2008 Message: Unhandled event loop exception Severity: Error Plugin ID: org.eclipse.ui Stack Trace: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:3700) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:442) at org.eclipse.swt.widgets.TreeItem.getItem(TreeItem.java:736) at org.eclipse.swt.dnd.DropTargetEffect.nextItem(DropTargetEffect.java:140) at org.eclipse.swt.dnd.DropTargetEffect.getItem(DropTargetEffect.java:130) at org.eclipse.swt.dnd.DropTargetEffect.getItem(DropTargetEffect.java:92) at org.eclipse.swt.dnd.DropTarget.setEventData(DropTarget.java:749) at org.eclipse.swt.dnd.DropTarget.DragEnter(DropTarget.java:280) at org.eclipse.swt.dnd.DropTarget$3.method3(DropTarget.java:238) at org.eclipse.swt.internal.ole.win32.COMObject.callback3(COMObject.java:92) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:358) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:284) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:167) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:982) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3760) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3371) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2392) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2356) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2222) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) 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: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 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:564) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1251) at org.eclipse.equinox.launcher.Main.main(Main.java:1227)
2008-02-22 19:32:42
1,203,730,000
resolved fixed
b4a2320
1,204,070,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetEffect.java
SWT
1,717
210,827
Bug 210827 Add pop-up menu, remove, select and crash
Run control example Go to buttons page Click 'Popup menu' Right-click on buttons, see menu Unclick 'Popup menu' Right-click on buttons, see menu again Select menu item JVM crashes
2007-11-23 20:54:49
1,195,870,000
resolved fixed
c1da829
1,204,060,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
1,718
218,606
Bug 218606 Shells no longer added to defaultWindowGroup as of 2.10.x
Build ID: 20080207-1530 Steps To Reproduce: 1. open a Detail Formatter editor 2. activate the code assist 3. try to scroll or select something with the mouse
2008-02-12 04:33:22
1,202,810,000
resolved fixed
026f57a
1,204,060,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/Shell.java
SWT
1,719
217,446
Bug 217446 TextLayout#getBounds() should return minimal bounds also if width was set
I20080129-1400 TextLayout#getBounds() should return minimal bounds also if setWidth(int) has been called with a non-default argument. If the width is set to SWT.DEFAULT, clients can use getBounds() to find out how wide and how high the text would be rendered. This fails in the other case, since getBounds() then always answers the user-supplied width, rather than the real necessary width. This makes a big difference for texts that don't need to be wrapped. An inefficient workaround for clients is to use getBounds(0, Integer.MAX_VALUE).
2008-02-01 09:51:58
1,201,880,000
resolved fixed
5af9c67
1,204,050,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,720
213,489
Bug 213489 Increasing height of table rows via MeasureItem listener affects row height but not line height (OS X)
Build ID: M20071115-1247 Steps To Reproduce: 1. Add a MeasureItem listener on a table that is drawing grid lines 2. Increase the event.height in the event handler 3. Notice that the height of text is increased but the line height has not More information: Example: adding this listener to a table causes the lines to be drawn poorly initially. They're fixed when the table redraws. See attached screenshot and full snippet. table.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { event.height = 30; } });
2007-12-19 12:04:01
1,198,080,000
resolved fixed
276a83a
1,203,630,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TreeItem.java
SWT
1,721
219,843
Bug 219843 SWT.UP/DOWN do not spec that it can be used with org.eclipse.swt.widgets.Table.setSortDirection(int)
I20080221-0010 SWT.UP/DOWN do not spec that it can be used with org.eclipse.swt.widgets.Table.setSortDirection(int)
2008-02-21 14:06:19
1,203,620,000
resolved wontfix
a14383f
1,203,620,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
SWT
1,722
28,132
Bug 28132 Repaint cheeze with editor bottom right corner
I've noticed this on both my home and work WinXP installs, for latest integration build (1210). 1. open the eclipse workbench 2. open an editor 3. place another browser (e.g. Internet Explorer) overtop the workbench 4. move the second browser around such that the bottom right corner of the editor (where the scroll bars meet) is partially exposed The result is horizontal lines left in the bottom right editor box which appear to be the border of the top browser. Its only true for horizontal browser edges, not vertical.
2002-12-11 15:27:40
1,039,640,000
resolved fixed
95f6585
1,203,620,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.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/Scrollable.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
SWT
1,723
211,359
Bug 211359 Apple+Q doesn't quit an SWT app, nor does menu selection of same
Going to the Java menu and selecting Apple+Q leaves the menu looking like it's hanging. In fact, the only way to get it to shut down is by clicking on the red close button.
2007-11-28 19:15:50
1,196,300,000
resolved fixed
9c8edd7
1,203,610,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBundle.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/SWTApplicationDelegate.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
1,724
213,937
Bug 213937 The Method getBorderWidth () from Control returns 0 every time
Build ID: SWT Build 3.4 22a See the sourcecode of the class Control: public int getBorderWidth () { checkWidget(); return 0; }
2007-12-27 13:07:42
1,198,780,000
resolved fixed
48e52aa
1,203,540,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Label.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Scrollable.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,725
219,601
Bug 219601 StyledText: Unexpected loss of mouse cursor
null
2008-02-20 10:06:42
1,203,520,000
verified fixed
226e550
1,203,530,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java
SWT
1,726
215,252
Bug 215252 frequent "invalid thread access"
I'm not sure 100% where the problem lies with this (hard to say if it's SWT, or JFace, or what), but since updgrading to 3.4 M4 I've been having invalid thread accesses like crazy. This also coincided with getting a new dual core laptop, which is much more likely the issue. I don't necessarily have to be doing anything for these errors to happen. Just leaving the workbench sitting long enough with some editors open is usually enough. Unfortunately all I have are some stack traces from the error log, I have yet to find a reproducible test case other than "just wait, it will happen". Once the error happens, UI behaviour of the workbench gets very flaky... text entry starts showing up in reverse in text controls for example. The text entry problem seems to be the most common symptom so far. Some example stack traces are below. Apologies in advance if this is a dupe. I searched for bugs related to "invalid thread access" and there were 200+ of them, which was too many to wade through. If there is any way I can be of better aid in narrowing this down, let me know. eclipse.buildId=I20071213-1700 java.fullversion=J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20071121_15015 (JIT enabled) J9VM - 20071121_015015_lHdSMR JIT - r9_20071121_1330 GC - 20071031_AA BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 Error Mon Jan 14 12:07:24 EST 2008 Unhandled event loop exception org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:441) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:335) at org.eclipse.swt.custom.StyledText.getBackground(StyledText.java:3054) at org.eclipse.swt.custom.StyledText.handlePaint(StyledText.java:5291) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4866) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:976) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:961) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1402) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3831) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:334) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4450) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2329) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3359) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.views.log.EventDetailsDialog.open(EventDetailsDialog.java:166) at org.eclipse.ui.internal.views.log.EventDetailsDialogAction.run(EventDetailsDialogAction.java:90) at org.eclipse.ui.internal.views.log.LogView$15.doubleClick(LogView.java:573) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:799) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:199) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:797) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1416) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1173) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:234) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:295) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3750) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3361) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2381) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2345) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2211) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:473) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:468) 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: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:612) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) eclipse.buildId=I20071213-1700 java.fullversion=J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20071121_15015 (JIT enabled) J9VM - 20071121_015015_lHdSMR JIT - r9_20071121_1330 GC - 20071031_AA BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 This is a continuation of log file C:\cdt_head_workspace\.metadata\.bak_0.log Created Time: 2008-01-14 11:23:42.562 Error Mon Jan 14 11:24:47 EST 2008 Unhandled event loop exception org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:441) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:335) at org.eclipse.swt.custom.StyledText.replaceStyleRanges(StyledText.java:6342) at org.eclipse.jface.text.TextViewer.addPresentation(TextViewer.java:4432) at org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:4511) at org.eclipse.jface.text.presentation.PresentationReconciler.applyTextRegionCollection(PresentationReconciler.java:580) at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:569) at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2637) at org.eclipse.jface.text.TextViewer$VisibleDocumentListener.documentChanged(TextViewer.java:373) at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged2(AbstractDocument.java:700) at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:673) at org.eclipse.jface.text.AbstractDocument.doFireDocumentChanged(AbstractDocument.java:658) at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged(AbstractDocument.java:723) at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1081) at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1099) at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:248) at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5861) at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6600) at org.eclipse.swt.custom.StyledText.doDelete(StyledText.java:2264) at org.eclipse.swt.custom.StyledText.invokeAction(StyledText.java:5752) at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5136) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5157) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4861) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:976) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:961) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:989) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:985) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1587) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4111) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3807) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:334) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4463) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2329) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3359) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2381) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2345) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2211) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:473) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:468) 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: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:612) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) eclipse.buildId=I20071213-1700 java.fullversion=J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20071121_15015 (JIT enabled) J9VM - 20071121_015015_lHdSMR JIT - r9_20071121_1330 GC - 20071031_AA BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 This is a continuation of log file C:\cdt_head_workspace\.metadata\.bak_0.log Created Time: 2008-01-14 11:23:42.562 Error Mon Jan 14 11:24:18 EST 2008 Unhandled event loop exception org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Invalid thread access) at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3727) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3364) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2381) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2345) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2211) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:473) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:468) 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: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:612) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) Caused by: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3716) at org.eclipse.swt.SWT.error(SWT.java:3634) at org.eclipse.swt.SWT.error(SWT.java:3605) at org.eclipse.swt.widgets.Widget.error(Widget.java:441) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:335) at org.eclipse.swt.custom.StyledText.replaceStyleRanges(StyledText.java:6342) at org.eclipse.jface.text.TextViewer.addPresentation(TextViewer.java:4432) at org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:4511) at org.eclipse.jface.text.presentation.PresentationReconciler.applyTextRegionCollection(PresentationReconciler.java:580) at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:569) at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:565) at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.textChanged(PresentationReconciler.java:225) at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:2637) at org.eclipse.jface.text.TextViewer.invalidateTextPresentation(TextViewer.java:3284) at org.eclipse.jface.text.source.AnnotationPainter.invalidateTextPresentation(AnnotationPainter.java:959) at org.eclipse.jface.text.source.AnnotationPainter.updatePainting(AnnotationPainter.java:941) at org.eclipse.jface.text.source.AnnotationPainter.access$1(AnnotationPainter.java:935) at org.eclipse.jface.text.source.AnnotationPainter$1.run(AnnotationPainter.java:1074) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) ... 23 more
2008-01-14 14:57:06
1,200,340,000
resolved fixed
44d1dc0
1,203,530,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
SWT
1,727
219,621
Bug 219621 Tree get/set column order not implemented
null
2008-02-20 11:50:00
1,203,530,000
resolved fixed
e352283
1,203,530,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TreeItem.java
SWT
1,728
217,371
Bug 217371 [Browser] Support click-through for Browser and toolbar buttons
I20080129-1400 On Windows and GTK, widgets always react on mouse clicks, even if the containing shell did not have focus before. On the Mac, Apple's UI Guidelines leave it up to the application designer to decide whether widget instances should be click-through or not. Note that some SWT widgets already support click-through, e.g Link, Tree, Table, Label, Canvas, drop-down menu in ToolBar buttons (but not for normal toolbar buttons or other buttons). I need a way to activate click-through behavior for the Browser and for ToolItems in rich hovers (TOOL|ON_TOP Shells that don't take focus when made visible).
2008-01-31 19:53:50
1,201,830,000
resolved fixed
bbe34f2
1,203,530,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/Control.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Spinner.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ToolItem.java
SWT
1,729
219,326
Bug 219326 Shell with custom region and SWT.NO_TRIM still has border
null
2008-02-18 10:47:21
1,203,350,000
resolved fixed
252c362
1,203,450,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
1,730
217,842
Bug 217842 NPE in GC when creating problems View
java.lang.NullPointerException at org.eclipse.swt.graphics.GC.getFontMetrics(GC.java:1740) at org.eclipse.ui.views.markers.MarkerField.getFontWidth(MarkerField.java:172) at org.eclipse.ui.internal.views.markers.MarkerDescriptionField.getDefaultColumnWidth(MarkerDescriptionField.java:133) at org.eclipse.ui.internal.views.markers.ExtendedMarkersView.createColumns(ExtendedMarkersView.java:372) at org.eclipse.ui.internal.views.markers.ExtendedMarkersView.createPartControl(ExtendedMarkersView.java:441) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:371) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:230) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:300) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:531) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:649) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:564) at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:270) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:931) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2497) at org.eclipse.ui.internal.WorkbenchWindow$23.run(WorkbenchWindow.java:2832) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2813) at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:732) at org.eclipse.ui.internal.Workbench$20.runWithException(Workbench.java:1031) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2428) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2207) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:801) at org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1350) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2428) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2207) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2312) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2222) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:474) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:469) 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: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 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:564) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1251)
2008-02-05 10:12:41
1,202,220,000
resolved fixed
1a923f4
1,203,440,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Display.java
SWT
1,731
211,357
Bug 211357 FileViewer crashes
Run FileViewer Double click on a directory Boom!
2007-11-28 19:09:43
1,196,300,000
resolved fixed
f1bc2e4
1,203,110,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
SWT
1,732
210,857
Bug 210857 Text box without 'SWT.V_SCROLL' uneditable
Run ControlExample Go to Text tab Click on 'SWT.MULTI' Ensure 'SWT.V_SCROLL' is deselected -> Text disappears -> Unable to show text
2007-11-25 07:59:00
1,196,000,000
resolved fixed
391c3bf
1,203,090,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java
SWT
1,733
190,992
Bug 190992 String truncation in non-English cases.
null
2007-06-05 06:10:33
1,181,040,000
resolved fixed
cca44a7
1,203,030,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
SWT
1,734
214,557
Bug 214557 Combo#add(String,int) does update selection-index
null
2008-01-07 18:22:57
1,199,750,000
resolved fixed
92def2d
1,202,920,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Combo.java
SWT
1,735
218,702
Bug 218702 Tree getSelectionCount not implemented
null
2008-02-12 16:52:14
1,202,850,000
resolved fixed
237f6f6
1,202,850,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java
SWT
1,736
218,700
Bug 218700 Tree getHeaderHeight not implemented
null
2008-02-12 16:46:09
1,202,850,000
resolved fixed
47cb845
1,202,850,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java
SWT
1,737
196,191
Bug 196191 Performance Improvement for JPEGFileFormat class initializer
In profiling startup of one of the applications I support I saw the class initializer for org.eclipse.swt.internal.image.JPEGFileFormat accounted for >2% of instructions executed in the scenario. This seemed excessive -- upon investigation discovered code of the form: static int[] someClassTable; static { someClassTable = new int[2048]; for ( int i = 0; i < someClassTable.length; i++ ) { someClassTable[i] = some computation; } } It turns out the access to the class variable from within the class initializer is quite expensive -- changing the code to store thru a local: static { int[] local_ClassTable = new int[2048]; // someClassTable = new int[2048]; for ( int i = 0; i < someClassTable.length; i++ ) { local_ClassTable[i] = some computation; } someClassTable = local_ClassTable; } Applying this change to initializeBitCountTable(), initializeRGBYCbCrTables() initializeYCbCrRGBTables() results in an instruction count of approx 0.7 million for the JPEGFileFormat class initializer. Without the change the instruction count is in excess of 120 million. I can provide the changed code via email.
2007-07-11 13:01:49
1,184,170,000
resolved fixed
dcfec00
1,202,760,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/JPEGFileFormat.java
SWT
1,738
218,547
Bug 218547 Tree selectAll doesn't
selectAll doesn't work in Tree.
2008-02-11 14:32:27
1,202,760,000
resolved fixed
165673b
1,202,760,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TreeItem.java
SWT
1,739
218,193
Bug 218193 Can't read text in Text table editor with SWT.BORDER
I20080206-1800. Creating a Text widget with SWT.BORDER results in a text field where the text can't be read (too low). NOTE: This is nothing new.
2008-02-07 11:17:27
1,202,400,000
resolved wontfix
3c0a1ec
1,202,750,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
SWT
1,740
199,811
Bug 199811 Calling TableItem#setText(int,String) with sortDirection set to SWT.DOWN extermley slow
Build ID: 3.3 I've set up a table viewer with a custom comparator. When I click the column to sort the first time, nothing happens as expected since the data is created sorted. When I click the column the second time to reverse the sort, it happens almost instantly. When I click the column the third time, the app hangs and pegs the cpu at 100%. Here's the sample code: package test.sort; import org.eclipse.jface.viewers.Viewer; import org.eclipse.jface.viewers.ViewerComparator; public class TableDataComparator extends ViewerComparator { public TableDataComparator(int column, boolean up) { this.column = column; this.up = up; } @SuppressWarnings("unchecked") @Override public int compare(Viewer viewer, Object e1, Object e2) { Comparable o1 = (Comparable) ((Object[])e1)[column]; Comparable o2 = (Comparable) ((Object[])e2)[column]; if(o1 == null && o2 == null) return 0; if(o1 == null && o2 != null) return -1; if(o1 != null && o2 == null) return 1; return up ? o1.compareTo(o2) : o2.compareTo(o1); } private int column; private boolean up; } package test.sort; import org.eclipse.jface.viewers.ITableLabelProvider; import org.eclipse.jface.viewers.LabelProvider; import org.eclipse.swt.graphics.Image; public class TableLabelProvider extends LabelProvider implements ITableLabelProvider { public Image getColumnImage(Object element, int columnIndex) { return null; } public String getColumnText(Object element, int columnIndex) { Object[] data = (Object[]) element; return super.getText(data[columnIndex]); } } package test.sort; import java.util.ArrayList; import org.eclipse.jface.action.IMenuManager; import org.eclipse.jface.action.IToolBarManager; import org.eclipse.jface.viewers.ArrayContentProvider; import org.eclipse.jface.viewers.TableViewer; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.events.SelectionListener; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableColumn; import org.eclipse.ui.part.ViewPart; public class TestSortView extends ViewPart implements SelectionListener { private TableViewer tableViewer; private Table table; public static final String ID = "test.sort.TestSortView"; //$NON-NLS-1$ /** * Create contents of the view part * * @param parent */ @Override public void createPartControl(Composite parent) { Composite container = new Composite(parent, SWT.NONE); container.setLayout(new FillLayout()); tableViewer = new TableViewer(container, SWT.BORDER); tableViewer.setContentProvider(new ArrayContentProvider()); tableViewer.setLabelProvider(new TableLabelProvider()); table = tableViewer.getTable(); table.setLinesVisible(true); table.setHeaderVisible(true); final TableColumn col0 = new TableColumn(table, SWT.NONE); col0.setWidth(100); col0.setText("Column 0"); col0.addSelectionListener(this); final TableColumn col1 = new TableColumn(table, SWT.NONE); col1.setWidth(100); col1.setText("Colum 1"); col1.addSelectionListener(this); final TableColumn col2 = new TableColumn(table, SWT.NONE); col2.setWidth(100); col2.setText("Column 2"); col2.addSelectionListener(this); // createActions(); initializeToolBar(); initializeMenu(); tableViewer.setInput(createData()); } /** * Create the actions */ private void createActions() { // Create the actions } /** * Initialize the toolbar */ private void initializeToolBar() { IToolBarManager toolbarManager = getViewSite().getActionBars().getToolBarManager(); } /** * Initialize the menu */ private void initializeMenu() { IMenuManager menuManager = getViewSite().getActionBars().getMenuManager(); } @Override public void setFocus() { // Set the focus } private ArrayList<Object[]> createData() { ArrayList<Object[]> data = new ArrayList<Object[]>(); for(int i = 0; i < 7000; i++) { Integer[] row = new Integer[3]; data.add(row); for(int j = 0; j < 3; j++) row[j] = i; } return data; } public void widgetDefaultSelected(SelectionEvent e) { // TODO Auto-generated method stub } public void widgetSelected(SelectionEvent e) { final TableColumn currentColumn = (TableColumn) e.widget; final Table table = currentColumn.getParent(); final TableColumn sortColumn = table.getSortColumn(); int sortDirection = table.getSortDirection(); if (sortColumn == currentColumn) sortDirection = sortDirection == SWT.UP ? SWT.DOWN : SWT.UP; else sortDirection = SWT.UP; final boolean sortUp = sortDirection == SWT.UP; tableViewer.setComparator(new TableDataComparator(Integer.parseInt(currentColumn.getText().substring(7)), sortUp)); table.setSortColumn(currentColumn); table.setSortDirection(sortDirection); } }
2007-08-13 19:09:55
1,187,050,000
resolved fixed
828d864
1,202,750,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TableItem.java
SWT
1,741
217,764
Bug 217764 setting Device.DEBUG before creating Display fails silently
- take any snippet, such as Snippet1 - insert as its first line: "Device.DEBUG = true;" - run the app, it will fail silently instead of opening - this appears to be a result of the changes that were made to Color last week
2008-02-04 17:20:30
1,202,160,000
resolved fixed
7c921fd
1,202,750,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/graphics/Device.java
SWT
1,742
218,514
Bug 218514 Control.print() does not work with gtk 2.4.x and greater
null
2008-02-11 10:47:12
1,202,740,000
resolved fixed
50ffc4c
1,202,740,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
1,743
218,212
Bug 218212 Text failing jUnit tests
null
2008-02-07 11:54:35
1,202,400,000
resolved fixed
f6e0d0d
1,202,740,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Text.java
SWT
1,744
218,215
Bug 218215 shells created too large with multple monitors
Shells are being created at 5/8 display bounds instead of monitor bounds, as a result the more monitors you have the larger you shell gets. patch: ### Eclipse Workspace Patch 1.0 #P org.eclipse.swt Index: Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java,v retrieving revision 1.28 diff -u -r1.28 Shell.java --- Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java 30 Jan 2008 20:39:15 -0000 1.28 +++ Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java 7 Feb 2008 17:11:19 -0000 @@ -480,7 +480,7 @@ OS.FrameworkElement_Height (shellHandle, 0); OS.Window_Show (shellHandle); OS.Window_Hide (shellHandle); - Rectangle bounds = display.getBounds(); + Rectangle bounds = getMonitor().getBounds(); OS.FrameworkElement_Width (shellHandle, bounds.width * 5 / 8); OS.FrameworkElement_Height (shellHandle, bounds.height * 5 / 8);
2008-02-07 12:12:37
1,202,400,000
resolved fixed
d7c1fc5
1,202,740,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java
SWT
1,745
217,849
Bug 217849 JUnit test failure - FontData
test_ConstructorLorg_eclipse_swt_graphics_Device$Lorg_eclipse_swt_graphics_FontData Simple test case (should print true) FontData data = new FontData(); Font font = new Font(display,data); FontData[] returnedData = font.getFontData(); System.out.println(data); System.out.println("returned:"); for (int i = 0; i < returnedData.length; i++) System.out.println("\t" + returnedData[i]); System.out.println(data.equals(returnedData[0])); prints: 1||12.0|0|CARBON|1| returned: : 1|Lucida Grande|12.0|0|CARBON|1|Lucida Grande false
2008-02-05 11:00:53
1,202,230,000
resolved fixed
ed9297e
1,202,250,000
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Font.java
SWT
1,746
217,915
Bug 217915 [64] FileDialog consistently crashes
null
2008-02-05 15:39:02
1,202,240,000
resolved fixed
887b933
1,202,240,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
1,747
168,807
Bug 168807 SWT.MeasureItem not used for selection hittest
(3.3M4) I'm having trouble selecting items in an owner-draw table using the mouse. I can use the arrow keys to move the selection up and down through the table, however I have to click at the far left side of the table to select the item with a mouse. Clicking anywhere outside this small area has no effect. The example below demonstrates this behavior. I believe this is happening because the "hot zone" rectangle (the region where clicking selects the item) is derived from the item's image and text, even if the table is in owner-draw mode. The example code does not set any text or images on the table items, so the clickable region ends up being very small. Perhaps when in owner-draw mode, the clickable region should be the size returned by MeasureItem. In the meanwhile, using SWT.FULL_SELECTION style in the table gets around this behavior. ---- package swt.rocks.the.casbah; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; /** * Demonstrate problem with owner draw table item selection using mouse clicks * @author Matthew Hall */ public class OwnerDrawTableTest { /** * * @param args */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setBounds(100, 100, 400, 300); shell.setLayout(new FillLayout()); Table table = new Table(shell, SWT.NONE); table.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { String text = (String) event.item.getData(); Point textExtent = event.gc.textExtent(text); event.width = textExtent.x; event.height = textExtent.y; } }); table.addListener(SWT.EraseItem, new Listener() { public void handleEvent(Event event) { event.detail &= ~SWT.FOREGROUND; } }); table.addListener(SWT.PaintItem, new Listener() { public void handleEvent(Event event) { String text = (String) event.item.getData(); event.gc.drawText(text, event.x, event.y); event.detail &= ~SWT.FOREGROUND; } }); String[] items = new String[] { "aslkdjflaksjdfsal", "aslkjdfslkjflksfl", "slkdjflskjdflksjf", "lskdjflksjdflkdsj", "lskdfjlskdfjlksjf" }; for (String item : items) new TableItem(table, SWT.LEFT).setData(item); shell.open(); table.setFocus(); table.setSelection(0); while (!shell.isDisposed()) if (!display.readAndDispatch()) display.sleep(); display.dispose(); } }
2006-12-20 22:48:27
1,166,670,000
resolved fixed
30b3672
1,202,170,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
SWT
1,748
217,758
Bug 217758 Combo test failures
failures: test_addLjava_lang_StringI test_deselectI test_indexOfLjava_lang_StringI test_removeI
2008-02-04 16:21:22
1,202,160,000
resolved fixed
8526715
1,202,160,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Combo.java tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/SwtJunit.java
SWT
1,749
217,336
Bug 217336 Linux mirroring problems
null
2008-01-31 16:02:35
1,201,810,000
closed fixed
15cd4b3
1,202,160,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ExpandItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
SWT
1,750
217,319
Bug 217319 Fix Iconify/DeIconify events on Shell
We currently send out SWT iconify and deiconify events everytime we make a shell visible. We should only send these out when a shell is actually iconified/deiconified.
2008-01-31 14:31:37
1,201,810,000
resolved fixed
b48f473
1,201,900,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
1,751
217,470
Bug 217470 BIDI: Custom Draw Tree does not render properly in 2.8
GTK 2.8 does not return the proper coordinates for text and image. As a result, all tree items are drawn flush right in RTL mode. (This is fixed >2.8).
2008-02-01 11:59:56
1,201,890,000
resolved fixed
57439e0
1,201,900,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeItem.java
SWT
1,752
191,252
Bug 191252 Virtual Tree w/ columns: Items appear in wrong order when sortDirection is SWT.DOWN
Build ID: I20070503-1400 Steps To Reproduce: The attached snippet illustrates the problem: - The model contains the items [element3, element2, element1], in this order. - The sort direction is SWT.DOWN - In response to SWT.SetData events, I set element3 to index 0, element2 to index 1 ... Result: In the UI, the order is [element 1, element 2, element 3], not [3, 2, 1] When I now click in one of the column headers, the sort order is suddenly correct, without any SetData events being fired. More information: I encountered this in M7 (and also in RC3) and in conjunction with a virtual tree viewer, but it might not be limited to virtual trees, and is reproducible e.g. with M6, too. This is only on MacOS
2007-06-06 09:20:42
1,181,140,000
resolved fixed
6139c6e
1,201,890,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,753
217,242
Bug 217242 PNG cannot be loaded anymore, worked with releases before
null
2008-01-31 06:02:27
1,201,780,000
resolved fixed
b9424a5
1,201,800,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/ImageData.java
SWT
1,754
209,016
Bug 209016 [Viewers] Virtual Tree Tests failing on OS X in I20071106-0816
null
2007-11-07 08:09:33
1,194,440,000
resolved fixed
57bc9da
1,201,800,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,755
217,180
Bug 217180 TreeItem getBackground, getForeground, getFont not implemented
null
2008-01-30 17:22:23
1,201,730,000
resolved fixed
39a6b9f
1,201,730,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TreeItem.java
SWT
1,756
217,179
Bug 217179 Table and Tree return incorrect default background and foreground color
null
2008-01-30 17:19:59
1,201,730,000
resolved fixed
bcf2cff
1,201,730,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Tree.java
SWT
1,757
92,471
Bug 92471 [Browser] execute("window.print()") not working
It seems that Browser.execute("window.print()") does not show the Print Dialog when called out of an SWT application. Typing "javascript:window.print()" into Safari's URL Field however is working. The user that reported this issue is running Safari 1.2.4. Ben
2005-04-22 18:55:43
1,114,210,000
resolved wontfix
63d560a
1,201,730,000
bundles/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/WebFrameView.java
SWT
1,758
217,161
Bug 217161 List.getItemHeight can return 0
results in divide by 0 errors in jface test suite.
2008-01-30 16:06:20
1,201,730,000
resolved fixed
7438525
1,201,730,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/List.java
SWT
1,759
217,154
Bug 217154 Shell.checkOpen incorrectly named
The framework calls #checkOpened.
2008-01-30 15:32:07
1,201,730,000
resolved fixed
ec429f7
1,201,730,000
bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java
SWT
1,760
214,682
Bug 214682 [Browser] download crashes wih xulrunner 1.9
null
2008-01-08 17:08:40
1,199,830,000
resolved fixed
3956926
1,201,640,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/HelperAppLauncherDialog.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/PromptService.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/PromptService2.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/PromptService2Factory.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/PromptServiceFactory.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIAuthInformation.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIChannel.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIDocShell_1_9.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIHelperAppLauncher_1_9.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService2.java
SWT