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
761
299,302
Bug 299302 Cannot Uppercase text CCombo in VerifyListener
Build Identifier: 20090920-1017 When a user types characters in a CCombo, I would like those characters to be forced into upper case. In a Text field this is accomplished by adding a VerifyListener. The event handling code for CCombo does not allow the listener to override the text in the verify event. This is a simple...
2010-01-11 12:49:06
1,263,230,000
resolved fixed
c90d774
1,263,500,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
762
299,436
Bug 299436 org.eclipse.swt.dnd.DragSourceListener javadoc references bogus "operation" field
null
2010-01-12 16:40:59
1,263,330,000
resolved fixed
fc04bd7
1,263,500,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetListener.java
SWT
763
294,542
Bug 294542 Wrapping issue when looking at the search history
null
2009-11-07 22:25:35
1,257,650,000
resolved fixed
b44b23b
1,263,490,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java
SWT
764
246,505
Bug 246505 If install key listener to CCombo, it can not traverse out using combo.traverse(SWT.TRAVERSE_TAB_NEXT).
Build ID: I20080617-2000 Steps To Reproduce: Try the sample code below, it will reproduce this problem, combo can not traverse out when key event happened.But this code works on org.eclipse.swt.Combo. import org.eclipse.swt.SWT; import org.eclipse.swt.custom.CCombo; import org.eclipse.swt.events.KeyAdapter; import org....
2008-09-07 22:31:28
1,220,840,000
resolved fixed
459c1af
1,263,480,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
SWT
765
296,284
Bug 296284 [browser] xulrunner 1.9.2 changes
Using the beta 4 xulrunner release: ---------------- Mozilla.execute(): scriptGlobalObjectNSID = new nsID ("6afecd40-0b9a-4cfd-8c42-0f645cd91829"); has become... scriptGlobalObjectNSID = new nsID ("e9f3f2c1-2d94-4722-bbd4-2bf6fdf42f48"); scriptContextNSID = new nsID ("e7b9871d-3adc-4bf7-850d-7fb9554886bf"); has become....
2009-11-26 14:40:34
1,259,260,000
resolved fixed
5b5b768
1,263,330,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
766
297,477
Bug 297477 Shell#setDefaultButton() does not save the default button under certain circumstances
When a button is focused, it is set to the default button temporarily (at least in Windows, Decorations#setDefaultButton( Button, boolean ) is called from Button#WM_SETFOCUS with the second parameter set to false). When this very same button is then set as the default button, this new default button is not saved. As an...
2009-12-10 09:01:27
1,260,450,000
resolved fixed
a7cb766
1,262,640,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java
SWT
767
297,605
Bug 297605 [Browser] No Invalid Certificate dialog prompt when sec_error_ca_cert_invalid
null
2009-12-11 12:38:23
1,260,550,000
resolved fixed
20e0dff
1,262,630,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/PromptService2.java
SWT
768
298,424
Bug 298424 Shell.computeTrim() returns a wrong result.
During the developement of e4 workbench designer in Mac Cocoa, I have noticed a bug of this method. 1. Create a Shell with Trim 2. Call Shell.computeTrim(0, 0, 0, 0) You will get a Rectangle (0, 0, 0, 22). The expected result is Rectangle (0, -22, 0, 22)
2009-12-22 12:47:24
1,261,500,000
resolved fixed
dbe4ba2
1,262,630,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
769
297,911
Bug 297911 [Browser] String "View Certificate" ha not been externalized
Build Identifier: Eclipse 3.5.1 The string "View Certificate" in invalidCert() of promptdialog.java is not externalized. Reproducible: Always Steps to Reproduce: Can't find "View Certificate" from SWT properties file. viewCertButton.setText(Compatibility.getMessage("View Certificate")); //$NON-NLS-1$
2009-12-15 18:09:04
1,260,920,000
resolved fixed
9aaaad1
1,260,990,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/PromptDialog.java
SWT
770
297,823
Bug 297823 TextTransfer should specify more clearly that it does not translate \n into platform line delimiter
3.6 M4. In Java strings '\n' normally means to introduce a line break. This is what happens with most SWT APIs, e.g. Text.setText(...) or StyledText.setText(...) where a line break appears in the UI. However, when using TextTransfer and pasting outside Eclipse, a line break is not happening because '\n' is not translat...
2009-12-15 06:23:35
1,260,880,000
verified fixed
875a6af
1,260,910,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/TextTransfer.java
SWT
771
297,507
Bug 297507 Table/Tree should show vertical grid lines when showing setLinesVisible(true)
null
2009-12-10 12:01:20
1,260,460,000
resolved fixed
c31e128
1,260,900,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSTableView.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/...
SWT
772
295,185
Bug 295185 [Browser] Refresh of PDF in SWT browser leads to jvm crash
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.32 Safari/532.0 Build Identifier: I20080207-1530 Its a customer defect raised on lotus Expeditor 6.2 which would be IES 3.4 . Steps to recreation is repeated refresh/loading of a pdf in SWT browser. Epeditor...
2009-11-15 10:47:51
1,258,300,000
resolved fixed
89e14c9
1,260,900,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/Clipboard.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/DragSource.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32...
SWT
773
188,372
Bug 188372 Table/Tree background image doesn't work
The background image is not shown on Tables and Trees (unless custom draw is on)
2007-05-22 12:31:45
1,179,850,000
resolved fixed
26f6b2a
1,259,870,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
774
291,128
Bug 291128 [Widgets] eclipse >= 3.5 crash when closing a first level modal window (Install, Run Configurations)
null
2009-10-01 19:03:25
1,254,440,000
resolved fixed
43247e6
1,259,800,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java
SWT
775
290,395
Bug 290395 [Widgets] [GTK2.18] Update problem in the Eclipse's "Install new software" dialog.
null
2009-09-24 08:05:47
1,253,790,000
resolved fixed
c3df8a4
1,259,710,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
776
188,440
Bug 188440 unsetting background image inheritance does not update
3.3RC1 - run the ControlExample, stay on the Button tab - check the Background Image checkbox - use the combo above this checkbox to change the Background Mode on Parent to SWT.INHERIT_FORCE -> the buttons and their parent composite now inheirit the parent's background image - change the combo back to its original SWT....
2007-05-22 15:10:59
1,179,860,000
resolved fixed
148b84f
1,259,690,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
SWT
777
185,202
Bug 185202 [CTabFolder] antialias should preserve colors
CTabFolder.antialias allocs colors which it then disposes. org.eclipse.swt.custom.CTabFolder.antialias(CTabFolder.java:505) org.eclipse.swt.custom.CTabFolder.drawTabArea(CTabFolder.java:1130) org.eclipse.swt.custom.CTabFolder.onPaint(CTabFolder.java:2257) It would be a better design to preserve (cache) them.
2007-05-02 15:29:18
1,178,130,000
resolved fixed
9277d8d
1,259,680,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
SWT
778
295,774
Bug 295774 Control-P crashes Eclipse if Print Spooler not running
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Build Identifier: M20090917-0800 If the Windows Print Spooler service is not running and the user invokes the Print command the Eclipse executable will shut down suddenly and instantly without offering to save any unsav...
2009-11-20 20:43:34
1,258,770,000
resolved fixed
9e2e284
1,259,010,000
bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java
SWT
779
295,856
Bug 295856 ProgressBar selection and state are not shown correctly
User-Agent: Opera/9.80 (Windows NT 6.1; U; de) Presto/2.2.15 Version/10.01 Build Identifier: I20090611-1540 The update of the ProgressBar (including state and selection) is not working properly. If you set the state of the ProgressBar to SWT.ERROR, the selection is not displayed correctly. If the state is SWT.NORMAL, e...
2009-11-23 08:02:59
1,258,980,000
resolved fixed
78c5915
1,259,010,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
SWT
780
274,963
Bug 274963 Can't restore column widths
Build id: I20090430-2300 There is a problem with resizing columns, consider the steps: 1. Select a shared file 2. Team > History Show 3. Going from "Revision" to "Author" set widths to be zero Result: 4. The only column visible is "Comment" 5. You can show the "Revision" column by grabbing the border 5. There is no way...
2009-05-05 06:47:55
1,241,520,000
verified fixed
d5f017a
1,258,760,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/TreeColumn.java
SWT
781
295,681
Bug 295681 Spinner widget can't enter the number from IME of the japanese-language input setting.
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) Build Identifier: I20091030-1201 The Spinner widget can't enter the number from IME of the japanese-language input setting. Spinner widget refuses the normal-width figure input from IME. Reproducible: ...
2009-11-20 02:57:18
1,258,700,000
resolved fixed
12bc1b0
1,258,730,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java
SWT
782
295,513
Bug 295513 AIOBE in TextLayout
null
2009-11-18 16:15:09
1,258,580,000
resolved fixed
1294a7f
1,258,580,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
SWT
783
295,368
Bug 295368 I20091117-0800 crashes on startup with widget disposed exception
Run the build, select your workspace, workbench comes up, then goes away. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4068) at org.eclipse.swt.SWT.error(SWT.java:3983) at org.eclipse.swt.SWT.error(SWT.java:3954) at org.eclipse.swt.widgets.Widget.error(Widget.java:458) at org.e...
2009-11-17 12:17:56
1,258,480,000
resolved fixed
b7a949c
1,258,490,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Widget.java bundles/o...
SWT
784
295,232
Bug 295232 addSelectionListener(SelectionListener) of Button, MenuItem, and ToolItem should tell about RADIO
HEAD The Javadoc of the addSelectionListener(SelectionListener) method in Button, MenuItem, and ToolItem should tell about the special behavior when the widget has the SWT.RADIO style. In that case, widgetSelected(..) is not only called when the control is selected by the user, but also when the radio control loses sel...
2009-11-16 06:42:50
1,258,370,000
resolved fixed
1d37ff5
1,258,400,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/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java
SWT
785
294,368
Bug 294368 Mozilla SWT Browser AppFileLocProvider has caching issues
The AppFileLocProvider changes it's answer for the location of "ProfD" part way through the initialization and this is really messing with the caching done in the nsDirectoryService. It looks like what's happening is the nsDirectoryService is remembering the <empty> value and not going back to the provider to check for...
2009-11-05 13:58:32
1,257,450,000
resolved fixed
d088047
1,258,060,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/cocoa/org/eclipse/swt/browser/MozillaDelegate.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/AppFileLocProvider.java bundles/org.eclipse.swt/Eclips...
SWT
786
260,407
Bug 260407 e4 CSS: css attribute storage and notification
The CSS support needs to associate CSS class, CSS ID and style sheet with a given widget. It currently does so by using Widget.setData(). This has the advantage that callers do not need to create a dependency on CSS packages, but has the problem that setData() lacks notification of value change: if any of CSS class/id/...
2009-01-08 10:49:39
1,231,430,000
resolved fixed
f15ff0b
1,258,050,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/wid...
SWT
787
294,308
Bug 294308 [Viewers] Bug201002TableViewerTest in nightly N20091104-2000 on Mac OSX
null
2009-11-05 07:32:05
1,257,420,000
resolved fixed
6b08ed4
1,257,450,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Scrollable.java
SWT
788
294,335
Bug 294335 Performance improvement for textlayout
null
2009-11-05 10:50:28
1,257,440,000
resolved fixed
f80151b
1,257,440,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
SWT
789
292,227
Bug 292227 plug window lost focus when create a NO_FOCUS shell from socket
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 Build Identifier: 3.4.0 Code Comments in detail 1. Java -- Create a socket and add listeners to detect keyboard events, will pop up a NO_FOCUS shell when event detected. 2. C++ -- Create a gtk plug window, and repar...
2009-10-14 05:17:51
1,255,510,000
resolved fixed
647db4b
1,257,350,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
SWT
790
294,171
Bug 294171 Scrolling causes flush of all paint events.
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: I have following problem. Within a resize listener's handleEvent() method, i'm calling twice Canvas.scroll(). The areas scrolled are distincted. So what i would expect is that calling scroll() the second ...
2009-11-04 04:24:00
1,257,330,000
resolved fixed
28f5634
1,257,350,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java
SWT
791
294,053
Bug 294053 Scrollables incorrectly redrawn within non rectangular shaped shell.
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: 20090920-1017 I have an application with an irregular shaped window created by setting a Region on the shell. I found that an embedded CheckboxTreeViewer does not draw properly when scrolled. It...
2009-11-03 08:13:25
1,257,250,000
resolved fixed
ca6d7bb
1,257,280,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Cont...
SWT
792
288,468
Bug 288468 [Widgets] Setup of event.detail argument incorrect in Tree paintItem event under Cocoa
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 Build Identifier: 3.5 Line 1140 of the SWT cocoa source file org/eclipse/swt/widgets/Tree.java sets up the SWT.SELECTED bit incorrectly for the event parameter for the PaintItem event of the Tree. Currently the l...
2009-09-03 09:09:30
1,251,980,000
resolved fixed
60cb995
1,257,190,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
793
293,513
Bug 293513 Text.getCaretPosition() returns 0 after setting text
After setting text on a Text, Text.getCaretPosition() always returns 0 even if the caret is really not in the 0 position. Looking at the code, here's my analysis: * Text.setText() calls Text.setEditText(), which sets selectionRange to null * Text.getCaretPosition() always returns 0 when selectionRange is null Version: ...
2009-10-27 17:02:09
1,256,680,000
resolved fixed
79adf31
1,256,930,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java
SWT
794
292,281
Bug 292281 Cheese over a fast view
I20091013 I triggered a synchronization and then opened the progress view as a fast view at the bottom of the screen (see screenshot). When I hover over the link shown in the progress dialog when the synchronization is over (and there was changes found during the sync), I get the cheese.
2009-10-14 11:09:54
1,255,530,000
resolved fixed
30ca87a
1,256,930,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.java
SWT
795
72,905
Bug 72905 [CTabFolder] does not gain focus
I have a CTabFolder which has a few CTabItems. Each CTabItem has a few widget controls (for example, texts and combos). If one of the widgets has the focus, then the tab can not gain focus by clicking on the title of the tab using mouse. However, the tab can get focus if I use TAB key to tab through. I do not see this ...
2004-08-30 16:13:59
1,093,900,000
resolved fixed
5a45eee
1,256,830,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
SWT
796
293,490
Bug 293490 ControlExample is too wide on Cocoa.
We shorten the tab item text on carbon, but not on cocoa.
2009-10-27 15:04:32
1,256,670,000
resolved fixed
dcae49c
1,256,670,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ControlExample.java
SWT
797
293,315
Bug 293315 Internal browser cannot add exception for self-signed certificates in Linux
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729) Build Identifier: I20091020-0931 In Windows, the internal browser will give a yes or no prompt to let you accept the self-signed certificate, but in Linux, there is no such option and you are left w...
2009-10-26 10:17:16
1,256,570,000
resolved fixed
508b980
1,256,590,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/PromptService2.java
SWT
798
286,040
Bug 286040 [Image Saving] o.e.swt.internal.image.PngEncoder is very slow on writing large images
Build ID: I20090611-1540 Steps To Reproduce: 1. ImageLoader.load() a large (e.g. 3000x3000) 24/32 bit image 2. ImageLoader.save() it as IMAGE_PNG 3. Watch the PNG encoder struggling for good 20 seconds on it More information: The main slowdown factor is that PngEncoder.writeImageData() is making 3-4(with alpha) writes ...
2009-08-07 19:32:37
1,249,690,000
resolved fixed
2d52bf5
1,256,580,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/image/PngEncoder.java
SWT
799
278,081
Bug 278081 [OS X] Setting a slider thumb to the maximum range does not disable scrolling
This problem is unique to Mac OS X Cocoa. When setting the thumb value to the maximum range (or more), the slider should be grayed out as it is simply irrelevant - no scrolling can happen. This is the behavior on Windows, Linux GTK, and Mac OS X Carbon. In the new SWT Cocoa, the slider scroller still appears and fills ...
2009-05-27 12:39:51
1,243,440,000
resolved fixed
cd9f038
1,256,310,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Slider.java
SWT
800
281,383
Bug 281383 [Browser] Cookies cannot be set before the first Browser instance
null
2009-06-24 14:09:18
1,245,870,000
resolved fixed
16f3a6f
1,256,240,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/ecli...
SWT
801
274,432
Bug 274432 Carbon:Calling shell fullscreen in fullscreen mode, normal window size is lost
Build ID: I20090428-0100 Steps To Reproduce: Problem seen only in Carbon. 1.Run the snippet below. 2.Set window to fullscreen by selecting the "fullscreen" button. 3.Click on the button again. 4.Try to bring the window to its original size by clicking on "normal screen" button. Shell returns from fullscreen mode, but n...
2009-04-29 17:27:02
1,241,040,000
resolved fixed
d36a760
1,256,240,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
SWT
802
235,554
Bug 235554 sub-shell can't be invisible when the main shell be maximized
1.run the "ShellDeactiveTest.java" application 2.click the "Click Me" button, it will show a context menu 3.click the maximize box on the main window. 4.the main window has been maximized, but the context menu can't be hidden 5.on windows. the application can run as expected, that is say when the main window be maximiz...
2008-06-04 04:43:42
1,212,570,000
resolved fixed
021f3d9
1,256,240,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/Shell.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Widget.java
SWT
803
136,932
Bug 136932 [CTabFolder] CTabItem messed up ToolTip
When a CTabItem has a tooltip, it often does not dispose of it properly. Using the snippet below, hover over the tab until the tooltip appears. Then, quickly move the mouse to the middle of the label. The tooltip will not go away, it will move to where the mouse it (and follow the mouse around as you move it around the...
2006-04-16 08:37:39
1,145,190,000
resolved fixed
449c08b
1,256,230,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Control.java
SWT
804
290,568
Bug 290568 [DND] JVM crash with "Invalid memory access" after calling dispose() in dragFinished()
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: 20090619-0625 Trying to dispose a dragged composite in dragFinished() ends up in an "Invalid memory access" JVM crash. Happens with SWT versions 3.5 and M20090917-800 (both cocoa 64bit), using j...
2009-09-25 12:26:18
1,253,900,000
resolved fixed
b0ef442
1,256,150,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java
SWT
805
53,184
Bug 53184 [ViewForm] View Toolbars should wrap right-aligned
When view toolbars must wrap to a new line because there are too many items for the view's width, the second etc. lines of toolbar items should also be aligned to the right. This follows the alignment of the original top line. The right-alignment would also decrase the distance to the buttons' new location after wrappi...
2004-02-26 10:51:58
1,077,810,000
verified fixed
81a6c1f
1,256,140,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewFormLayout.java
SWT
806
292,333
Bug 292333 ColorDialog always returns null on 64 bit Cocoa (or sometimes hangs and does not return)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5 (.NET CLR 3.5.30729) Build Identifier: I20090917-0100 On Mac OS X (Snow Leopard, 64-bit Intel, running the 64-bit version of Eclipse), calling ColorDialog.open() will either always return null, or hang. Reproducibl...
2009-10-14 20:39:11
1,255,570,000
resolved fixed
bc304da
1,256,070,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
807
211,983
Bug 211983 Rollover tooltips don't appear in first column of owner-drawn Tables
I20071204-1547 Rollover tooltips don't appear for owner-drawn Tables. This can be seen in JDT table views (e.g. Types in the Java Browsing perspective), or in the ControlExample after adding a listener for the PaintItem event.
2007-12-05 06:19:25
1,196,850,000
verified fixed
7efd368
1,256,070,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
808
72,872
Bug 72872 CLabel should allow setting of hIndent and vIndent
CLable defines hIndent and vIndent to a fixed value (3). This prevents the widget from fitting into the Forms UI because it is displayed with margin and not in-line with other widgets (eg. "Label"). CLabel should have setters and getters for both values.
2004-08-30 08:30:31
1,093,870,000
resolved fixed
3eceed6
1,255,720,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CLabelTab.java
SWT
809
275,979
Bug 275979 Group computeSize wrong
Build ID: I20090430-2300 Steps To Reproduce: 1. Install Cocoa version of Eclipse on Mac 2. Eclipse > Preferences, Plug-in Development, Target Platform 3. Click "Running Platform" line, then click"Edit..." 4. Click "Environment" tab Actual result: The group box at the bottom of the dialog, labeled "Java Runtime Environm...
2009-05-12 18:26:27
1,242,170,000
resolved fixed
65c87a6
1,255,710,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSBox.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Group.java
SWT
810
292,321
Bug 292321 Reduce NSString garbage in NSAutoreleasePool
There are some place where we are putting a lot of NSString objects into the pool when we could be releasing them right away.
2009-10-14 17:21:52
1,255,560,000
resolved fixed
40cc649
1,255,620,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSString.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/IME.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.jav...
SWT
811
291,486
Bug 291486 [Browser] Browser widget crashes VM after failed Ctrl+L in hover
null
2009-10-06 10:20:15
1,254,840,000
resolved fixed
0b3d59f
1,255,550,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java
SWT
812
292,187
Bug 292187 NPE in OleClientSite on a clean Windows install
null
2009-10-13 15:18:53
1,255,460,000
resolved fixed
52ce1d2
1,255,530,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
813
291,788
Bug 291788 [Widgets] Focus lost after F3
I20091006-0800, Cocoa, Mac OS X 10.6.1 - Have a simple class like this: package p; public class C { static int fField; public static void main(String[] args) { fField= 1; } } - Set caret into reference to fField - Press F3 => Focus is lost. Caret does not blink any more. Pressing the Tab key about 11 times puts the foc...
2009-10-08 12:01:54
1,255,020,000
resolved fixed
27f89c4
1,255,450,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
814
292,119
Bug 292119 SWT Balloon ToolTip (title text) not displayed if text is too long - display bug
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: 3.5.1v20090826-0800 I'm using org.eclipse.swt.widgets.ToolTip objects to display some info messages. There exists a display bug in the tooltip if the title text set with setText("...") is too long (> 1...
2009-10-13 04:47:27
1,255,420,000
resolved fixed
7e2e8eb
1,255,440,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
SWT
815
288,964
Bug 288964 [Browser] Registering a function has no effect on newly opened window
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 Build Identifier: 3.6M1 Functions registered on a new browser instance (set in an OpenWindowListener) cannot be called. Navigating seems to re-register the function but without any navigation, calling the function on th...
2009-09-09 13:46:18
1,252,520,000
resolved fixed
11ef00f
1,255,120,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
SWT
816
277,355
Bug 277355 [Browser-Mozilla] document.open() fails.
null
2009-05-21 12:56:58
1,242,930,000
resolved fixed
45ef213
1,255,110,000
bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
SWT
817
291,918
Bug 291918 NSMenuItem does not clear title when attributed Title is cleared
read only Combo and MenuItem use setAttributedTitle to set their text, but the text is not getting cleared when the attributed title is set to empty string.
2009-10-09 10:50:24
1,255,100,000
resolved fixed
1b660f4
1,255,100,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java
SWT
818
291,724
Bug 291724 Link widget has problems with mnemonics on GTK
null
2009-10-08 06:44:53
1,255,000,000
resolved fixed
0b2b02c
1,255,010,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Link.java
SWT
819
291,726
Bug 291726 "Gtk-CRITICAL **" messages when listening to events of Link widget
I20091006-0800 - ControlExample > Link - click the "Listen" checkbox Messages written to stderr: (SWT:25806): Gtk-CRITICAL **: file gtkentry.c: line 3534 (gtk_entry_get_text): assertion `GTK_IS_ENTRY (entry)' failed (SWT:25806): GLib-CRITICAL **: file gutf8.c: line 217 (g_utf8_strlen): assertion `p != NULL || max == 0'...
2009-10-08 06:58:38
1,255,000,000
resolved fixed
cc63730
1,255,010,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
820
288,474
Bug 288474 Saving a docx file fails silently due to not killing WINWORD process on close
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729) Build Identifier: M20090901-1530 Editing a docx in the in-place editor and saving appears to work, but after closing and reopening the file you will not see the changes made. If you check running pr...
2009-09-03 09:51:54
1,251,990,000
resolved fixed
8c113a4
1,254,950,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
821
291,209
Bug 291209 [Widgets] Images on TableColumns are top-left justified instead of vertically centering like the sort arrows
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9 Build Identifier: 3.5.1 GM In Cocoa SWT, if you setImage on a TableColumn, you end up with odd veritcal alignment. The sort arrow is positioned in the middle of the cell, but custom imag...
2009-10-02 11:09:58
1,254,500,000
resolved fixed
6bb8fc1
1,254,860,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java
SWT
822
264,398
Bug 264398 [Browser] Arrow_Down does not scroll after tabbing into Browser
I20090203-1200, was OK in 3.4.1 After a Browser widget got the keyboard focus, it sometimes does not react on the Arrow_Down (which should scroll down). This happens e.g. when I press F2 on a documented element in the Java editor and then try to scroll in the sticky Javadoc hover. It can also be reproduced in the Contr...
2009-02-10 13:01:10
1,234,290,000
resolved fixed
814aad6
1,254,850,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java
SWT
823
291,307
Bug 291307 Menu images (PNG) does not support semi-alpha-transparency on Windows Vista/7
null
2009-10-05 02:59:08
1,254,730,000
resolved fixed
e4496f7
1,254,780,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java
SWT
824
291,354
Bug 291354 [Widgets] Windows 7: small indeterminate ProgressBar looks broken
I20090929-0800 on Windows 7. When the indeterminate ProgressBar is small (like in the Eclipse status bar) then it does not go to the end and hence looks broken. Test Case: 1. start SWT Control Example 2. switch to 'ProgressMonitor' tab 3. check style SWT.INDETERMINATE 4. make the progress bar narrow (same size as in th...
2009-10-05 10:09:14
1,254,750,000
verified fixed
edc6305
1,254,770,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
SWT
825
289,752
Bug 289752 Bidi: Ctrl+RightShift/Ctrl+LeftShift doesn't switch the StyledText orientation
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727) Build Identifier: any On Windows platform one is able to change System Editor's (and not only) orientation by pressing Ctrl+RightShift/Ctrl+LeftShift. SWT Text widget due to being implemented by platform editor, sticks to this behaviour....
2009-09-17 11:04:41
1,253,200,000
resolved fixed
72e3e81
1,254,770,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
826
60,387
Bug 60387 [Import/Export] Add 3rd Option for Export to File System
The servlet spec in the J2EE spec calls for a WEB-INF directory under the document root with a classes directory under that. I want to export my Java classes to this classes directory. Currently that is only possible if my project in Eclipse just happens to be named "WEB-INF". The two options currently available for ex...
2004-04-29 05:45:58
1,083,230,000
resolved wontfix
056762a
1,254,520,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/ecli...
SWT
827
291,229
Bug 291229 KeyEvent#stateMask also contains mouse buttons
HEAD (but problem is not new) The KeyEvent#stateMask field also contains mouse buttons, but its Javadoc only tells about "keyboard modifier keys". It also mentions "key code constants", but e.g. SWT#CTRL says it's an "event mask". I would add these references to make it clear what masks are meant: * @see org.eclipse.sw...
2009-10-02 13:00:57
1,254,500,000
resolved fixed
9b206a3
1,254,510,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/KeyEvent.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/MouseEvent.java bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/Event.java
SWT
828
204,582
Bug 204582 Mac - manually added external editors fail to launch
null
2007-09-25 13:12:28
1,190,740,000
resolved fixed
7796d3e
1,254,430,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java
SWT
829
280,277
Bug 280277 possible leak in FileDialog
From the newsgroup, should be investigated: I'm debugging my mixed Java/C++ application and trying to eliminate memory leaks. I'm using the leaks(1) tool in Mac OS X, and I can see a growing number of leaked NSCFArray and AEListImpl objects. The stack traces show they were all created in the Java_org_eclipse_swt_intern...
2009-06-15 10:48:51
1,245,080,000
resolved wontfix
e69ccdf
1,254,430,000
bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/carbon/OS.java bundles/org.eclipse.swt/Eclipse SWT Program/carbon/org/eclipse/swt/program/Program.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/FileDialog.java
SWT
830
291,030
Bug 291030 Repaint cheese with RTL scrollable in bottom left corner
null
2009-10-01 08:46:46
1,254,400,000
resolved fixed
6384119
1,254,430,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java
SWT
831
290,759
Bug 290759 Shell.setEnabled(false) not implemented on Cocoa
null
2009-09-28 19:02:06
1,254,180,000
resolved fixed
a5a51bc
1,254,260,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
832
278,132
Bug 278132 icons with overlays become faded in appearance
Take a look at the attached screenshot. Icons with no overlay appear in their original color, whereas those that have an overlay become faded. Version: 3.5.0 Build id: I20090522-1710
2009-05-27 17:26:43
1,243,460,000
resolved fixed
370cf15
1,254,230,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java
SWT
833
289,612
Bug 289612 [SWT/AWT] JLabel in Snippet319 does not appear
using SWT from HEAD, 32-bit Cocoa, on OSX 10.5.8 - run Snippet319 - there should be a a JLabel under the swt Label, but it's not there -> the JLabel does appear on the other platforms
2009-09-16 09:56:20
1,253,110,000
resolved fixed
bd52a40
1,254,200,000
bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java
SWT
834
290,635
Bug 290635 [SWT_AWT] NPE when disposing the embedded Shell
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: N20090923-2100-cocoa-macosx-x86_64 Disposing the embedded Shell works fine on other platforms. With the new Mac OSX Cocoa port, a null pointer exception is thrown when this Shell is disposed. In the co...
2009-09-26 17:52:59
1,254,000,000
resolved fixed
a4b9a68
1,254,180,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
835
228,695
Bug 228695 Measure event always comes before an Erase/Paint event on Mac and Windows, but not on GTK
Run the attached snippet on GTK and observe how the items don't look right after moving over them with the mouse, or after scrolling. They are supposed to look like: 000 111 222 333 etc. The snippet works on Windows and the Mac. It caches a TextLayout object in MeasureItem and uses it in PaintItem.
2008-04-24 11:36:46
1,209,050,000
resolved fixed
f29c810
1,253,830,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
SWT
836
232,560
Bug 232560 Icons disappear in PackageExplorer when mouse is over an item
When the mouse moves over an item in the PackageExplorer, the icon of the item in the tree disappears. This only appears to happen on linux-gtk-ppc.
2008-05-16 14:31:52
1,210,960,000
resolved fixed
b4953cb
1,253,820,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
SWT
837
279,408
Bug 279408 [Browser]Can't visit sharing folder in internal browser if path depth>2
Build ID: I20080617-2000 Steps To Reproduce: Open internal browser, try to visit a sharing folder in another machine: e.g. input url "file://<machine ip>/<folderA>/<folderB>/<folderC>" in browser. There will be no authorization dialog prompt up to let user input username and password, and internal browser will tell use...
2009-06-08 02:28:06
1,244,440,000
resolved fixed
1558841
1,253,820,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
SWT
838
142,593
Bug 142593 Scrolling a table eventually locks up the entire application
I have a table created with the following attributes: SWT.VIRTUAL | SWT.BORDER | SWT.MULTI | SWT.FULL_SELECTION The table has thousands of rows in it and about a dozen columns. The data in the table changes rapidly. When I scroll the table by dragging the scroll bar up and down, the scrolling and the entire application...
2006-05-18 15:25:41
1,147,980,000
resolved fixed
2ef2e70
1,253,820,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
839
290,320
Bug 290320 SWT overrides LSUIPresentationMode in Info.plist
In cocoa and carbon, Shell.updateSystemUIMode() resets the UI mode to kUIModeNormal overwriting the Info.plist setting.
2009-09-23 16:14:07
1,253,740,000
resolved fixed
404220e
1,253,810,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
840
290,397
Bug 290397 Accessible not compiling in HEAD (win32.86_64)
null
2009-09-24 08:18:25
1,253,790,000
resolved fixed
fe058a0
1,253,800,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
SWT
841
290,216
Bug 290216 [Build] Compile warnings in official build
I20090922-0800 and latest N-build. org/eclipse/swt/awt/SWT_AWT.java (at line 21) import org.eclipse.swt.internal.cocoa.*; The import org.eclipse.swt.internal.cocoa is never used org/eclipse/swt/widgets/Shell.java (at line 13) import java.util.*; The import java.util is never used org/eclipse/swt/widgets/Shell.java (at ...
2009-09-23 03:00:41
1,253,690,000
resolved fixed
8eb7584
1,253,720,000
bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java
SWT
842
290,240
Bug 290240 Link.setText doesn't reset the anchor
(1) call link.setText("<a>some text</a>"); The link is shown in blue color with the underline (2) now call link.setText("some text"); The link is still shown the same way although it doesn't have the anchor. It works fine if you reverse the order of the calls - the link is not displayed first and then displayed after t...
2009-09-23 07:10:42
1,253,700,000
resolved fixed
eeeaec4
1,253,710,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Link.java
SWT
843
290,204
Bug 290204 Use GTK_STOCK_CLEAR instead of GTK_STOCK_CANCEL for Text ICON_* hinting support
null
2009-09-22 22:02:22
1,253,670,000
resolved fixed
f4dfb4b
1,253,710,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
844
290,125
Bug 290125 javadoc error in N20090921-2000
/builds/N200909212000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java:8607: warning - @param argument "tabStop" is not a parameter name. 1 warning
2009-09-22 09:09:44
1,253,620,000
resolved fixed
b6bab5d
1,253,630,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
845
287,234
Bug 287234 [DND] drag/drop onto empty table generates exception in SWT
null
2009-08-20 16:34:28
1,250,800,000
resolved fixed
b0fe84d
1,253,570,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java
SWT
846
289,401
Bug 289401 [Widgets] Black screen in windows 7 aero mode using Tracker
Hi, I didn't want to open a ticket with a Major severity, but this one is pretty bad. I'm not sure if this is happening on Vista aero mode as well, but it is definitely happening consistently on Windows 7 aero mode. We have an SWT app (currently running SWT 3.4 on windows 7. SWT 3.5 has the same problem). The applicati...
2009-09-14 19:11:58
1,252,970,000
resolved fixed
18fa841
1,253,560,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
SWT
847
289,244
Bug 289244 [Graphics] GDI+ drawText is not consistent with GDI
null
2009-09-11 14:01:04
1,252,690,000
resolved fixed
63863d9
1,253,560,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
848
277,714
Bug 277714 Cocoa: click and hold to scroll up scrolls down
1. Open a long file and scroll somewhere near the middle of the file. 2. Click and hold in the area of the scrollbar above the slider. Expected: page-wise scrolling up Actual: page-wise scrolling up once, then down as long as you hold the mouse button down.
2009-05-25 11:27:29
1,243,270,000
resolved fixed
b410448
1,253,560,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSScroller.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ScrollBar.java
SWT
849
84,620
Bug 84620 [browser] onbeforeunload not sent when browser disposed
null
2005-02-07 14:58:06
1,107,810,000
resolved fixed
b4926c8
1,253,550,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/Browser.java bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclip...
SWT
850
202,414
Bug 202414 Link widget has problems with mnemonics
R3.3 and I20070529-0010. Links.setText(String) claims it allows mnemonics. I added one into the normal text and I also tried to put one into the link text (i.e. between <a> and </a>) but they are only rendered in the UI but not usable i.e. neither is the link opened nor the widget is getting focus. Another issue is tha...
2007-09-06 05:54:34
1,189,070,000
verified fixed
b2239f4
1,253,540,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
SWT
851
289,470
Bug 289470 [Browser] setText() fails when current content came from setText()
The snippet below does not work because DocumentComplete is not received for the second about:blank navigation. Not sure if the asyncExec() should be needed or not. static int counter = 0; public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setBounds(1...
2009-09-15 10:25:18
1,253,020,000
resolved fixed
ac8aa4e
1,253,540,000
bundles/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Browser/cocoa/org/eclipse/swt/browser/Safari.java bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/sw...
SWT
852
289,467
Bug 289467 [64] index out of bounds in Region
on 64 bit cocoa, call Region.add(new int[] {1,2,3}); get an exception.
2009-09-15 10:15:52
1,253,020,000
resolved fixed
e115a16
1,253,540,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Region.java
SWT
853
288,506
Bug 288506 [Widgets] DirectoryDialog should show hidden files
null
2009-09-03 12:17:59
1,251,990,000
resolved fixed
9b0cd40
1,253,540,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/DirectoryDialog.java
SWT
854
279,356
Bug 279356 StyledText: non-uniform tabstops on different lines
null
2009-06-06 15:17:09
1,244,320,000
resolved fixed
7abe340
1,253,540,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/LineStyleEvent.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextEvent.java bundles/org.eclipse....
SWT
855
148,532
Bug 148532 Disabled ToolItem with Text and Image gets cut-off
Eclipse 3.2 Check this Snippet: public class Main { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Image img = new Image(display, 16, 16); ToolBar bar = new ToolBar(shell, SWT.NONE); final ToolItem item = new ToolItem(bar, S...
2006-06-24 07:44:53
1,151,150,000
resolved fixed
831ce80
1,253,540,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java
SWT
856
289,974
Bug 289974 SWT.MouseWheel Javadoc should mention that it is for vertical wheel
3.6 M2. Since we now have SWT.MouseVerticalWheel and SWT.MouseHorizontalWheel, SWT.MouseWheel's Javadoc should mention that it is for the vertical wheel and maybe even deprecated it or at least recommend to use SWT.MouseVerticalWheel in the code.
2009-09-21 04:58:52
1,253,520,000
verified fixed
98713c9
1,253,540,000
bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
SWT
857
275,070
Bug 275070 unused code in GC#setClipping
null
2009-05-05 17:15:58
1,241,560,000
resolved fixed
ce083aa
1,252,690,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java
SWT
858
133,133
Bug 133133 [Bidi] Numeral contextual behavior is not respected in eclipse editors
Build date: m5a OS: all Steps to recreate problem: 1. Create a new file (Go to file -> New -> File and follow the wizard to create it). 2. Double click on the file to open it. 3. Write an Arabic word and then write some numbers. Expected output: Numbers are represented in National digits. Actual output: Numbers are rep...
2006-03-24 06:45:21
1,143,200,000
resolved fixed
a57bc57
1,252,690,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
859
288,857
Bug 288857 GDI Handle Resource Leak
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 Build Identifier: I20090611-1540 If you run the attached program and a tool that monitors GDI handles (either taskman with the 'GDI Handles' column added or procexp.exe), you will find that it leaks GDI handles pretty q...
2009-09-08 14:52:14
1,252,440,000
resolved fixed
6e8b160
1,252,680,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
860
289,219
Bug 289219 Program.findProgram("txt") returns null on Snow Leopard
findProgram does some extra work for text edit in order to be sure that the app knows how to handle the extension. On Snow Leopard the TextEdit plist file has changed and the extra checking fails. Using LaunchServices code directly (like Carbon port) works correctly.
2009-09-11 10:33:46
1,252,680,000
resolved fixed
80def70
1,252,680,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSURL.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT Program/cocoa/org/eclipse/swt/program/Program.java
SWT