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...
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: T...
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 Dis...
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" ...
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 disp...
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 crash...
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(...
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...
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 eve...
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.ecl...
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 p...
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...
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 Com...
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....
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 alr...
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/Ec...
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 valu...
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.s...
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...
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 arr...
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...
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 roo...
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 lin...
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.eclip...
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...
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 ...
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 ...
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...
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 bund...
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...
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-t...
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/ToolIte...
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.view...
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 { someClassTabl...
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...
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 bu...
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 ================================================================...
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 < return...
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...
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 i...
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 SW...
SWT