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,361
252,245
Bug 252245 Implement Printing on Cocoa
null
2008-10-27 14:28:59
1,225,130,000
resolved fixed
64dd74a
1,225,730,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/SWTPrinterView.java bundles/org.eclipse.swt/Eclipse SWT Printing/cocoa/org/eclipse/swt/printing/Printer.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/gr...
SWT
1,362
253,189
Bug 253189 NullPointerException when trying to print
Build ID: M20080911-1700 Steps To Reproduce: When I try to print a UML diagram created by the Soyatec eUML2 plugin, the print dialog does not open. In the log I see a NullPointerException in the string conversion code. 1. Create class diagram 2. Click on print button in toolbar Obviously the plugin is not providing a f...
2008-11-03 08:43:32
1,225,720,000
resolved fixed
6032830
1,225,730,000
bundles/org.eclipse.swt/Eclipse SWT Printing/gtk/org/eclipse/swt/printing/Printer.java
SWT
1,363
252,370
Bug 252370 fix cell accessibility post-3.5M3
null
2008-10-28 10:39:30
1,225,200,000
resolved fixed
a9df4ea
1,225,480,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
1,364
252,424
Bug 252424 background color of List only sets background of items.
null
2008-10-28 12:39:37
1,225,210,000
resolved fixed
397cb8a
1,225,480,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.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/Tree.java
SWT
1,365
252,422
Bug 252422 reduce damaging of Table/Tree column headers
null
2008-10-28 12:35:52
1,225,210,000
resolved fixed
29bb787
1,225,480,000
bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TableColumn.java bundles/org.eclipse.swt/Eclipse SWT/emulated/treetable/org/eclipse/swt/widgets/TreeColumn.java
SWT
1,366
252,679
Bug 252679 TableColumn/TreeColumn don't send Move and Resize events
null
2008-10-29 16:43:57
1,225,310,000
resolved fixed
5d68331
1,225,480,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/T...
SWT
1,367
252,427
Bug 252427 List - changing font size doesn't update item height
null
2008-10-28 12:41:12
1,225,210,000
resolved fixed
be0ee75
1,225,480,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.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/Tree.java
SWT
1,368
252,995
Bug 252995 Drop down tool items are selected on mouse up
null
2008-10-31 12:13:06
1,225,470,000
resolved fixed
dc5446a
1,225,470,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java
SWT
1,369
247,866
Bug 247866 Images not centered in tool items
If you attach the perspective switching tool bar to the left and get turn off the labels, the icons are drawn in the upper right corner of each tool item instead of being centered.
2008-09-18 14:20:34
1,221,760,000
resolved fixed
c67a9c1
1,225,460,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java
SWT
1,370
252,441
Bug 252441 Can't select plugins in run configurations
In a run configuration, the table of plugins on the "Plug-Ins" tab is missing. See the attached screen shot. If you resize the window for a while, it will occasionally flash but then hides again.
2008-10-28 13:19:26
1,225,210,000
resolved fixed
6a6df6c
1,225,310,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java
SWT
1,371
252,460
Bug 252460 (Test Plan) ControlExample's ToolTip Orientation
Build ID: I20081027-1800 Steps To Reproduce: 1. Get ControlExample 2. Click on sash control tab 3. change the orientation More information: not sure if the orientation is correctly applied.
2008-10-28 14:07:48
1,225,220,000
resolved fixed
4d200ba
1,225,300,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/SashTab.java
SWT
1,372
247,558
Bug 247558 FileDialog passes files with no extension, even when filter requires extension
Build ID: 120080617-2000 Steps To Reproduce: 1. Create a FileDialog 2. Set a filter for *.txt using FileDialog.setFilterExtensions 3. open the dialog, and navigate to a file with no extension More information: This is probably only an OSX bug.
2008-09-16 16:31:01
1,221,600,000
resolved fixed
49d9e77
1,225,290,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/FileDialog.java
SWT
1,373
252,464
Bug 252464 (Test Plan) ControlExample's Shell example
Build ID: I20081027-1800 Steps To Reproduce: 1. Run ControlExample 2. select shell control tab 3. run any shell example More information: notice the example created a button with no text, and it doesn't seem to do anything either.
2008-10-28 14:14:55
1,225,220,000
resolved fixed
3f67b1b
1,225,290,000
examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ShellTab.java
SWT
1,374
252,252
Bug 252252 Can't get a context menu on a tree item
Right-clicking on tree items isn't working in the 10/25 nightly build. It _is_ working on the code editor, so it's not completely broken, but I seem to remember this working as of Friday. 1. In any workspace, expand a project. 2. Right-click on a folder or a file Nothing happens.
2008-10-27 15:01:26
1,225,130,000
resolved fixed
3552dbd
1,225,140,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
1,375
252,232
Bug 252232 scrollbars are disabled
This was working in the Thursday night build, but now fails. Using some CVS datestamp compares I've narrowed it down to the accessibility changes that were released late Thursday night/Friday morning. Scott please investigate ASAP, thanks!
2008-10-27 13:15:33
1,225,130,000
resolved fixed
327daae
1,225,130,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
1,376
251,582
Bug 251582 No splash screen progress using Cocoa
Using I20091021, there's no progress displayed on the splashscreen.
2008-10-21 14:03:24
1,224,610,000
resolved fixed
2ea4335
1,225,130,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
1,377
251,779
Bug 251779 Snippet124 crashes
- run Snippet124 - double-click the second item, which should open an in-place editor, but instead crashes with the following: Process: java [3711] Path: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java Identifier: java Version: ??? (???) Code Type: PPC (Native) Parent Process: eclipse [2964] Da...
2008-10-22 16:47:09
1,224,710,000
resolved fixed
d51a1e9
1,225,130,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.java
SWT
1,378
252,064
Bug 252064 Accessibility API needs to work on Label
- get the latest org.eclipse.swt and org.eclipse.swt.examples from HEAD - run org.eclipse.swt.examples.accessibility.ControlsWithAccessibleNamesExample - turn on VoiceOver - hover the mouse over the large image of a running man in the right-hand column VoiceOver should say "Overriding platform name for Label" or someth...
2008-10-24 16:33:35
1,224,880,000
resolved fixed
ad94482
1,224,890,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java
SWT
1,379
252,079
Bug 252079 VoiceOver won't read contents of StyledText
VoiceOver won't read the contents of a StyledText box. -- Run org.eclipse.swt.examples.accessibility.ControlsWithLabelsExample -- Turn on VoiceOver -- Mouse over the StyledText Voiceover says 'blank text' instead of reading the contents of the text box. (This was noted in my initial checkin but I never wrote a tracking...
2008-10-24 18:44:30
1,224,890,000
resolved fixed
967b5f8
1,224,890,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java
SWT
1,380
210,443
Bug 210443 [flex-hierarchy] Mac: Using down arrow to quickly move down some tree controls causes them to jump back to top
null
2007-11-20 14:58:09
1,195,590,000
closed fixed
c8d5e49
1,224,880,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,381
222,791
Bug 222791 Spinner accepts non-numeric input in Cocoa
Build ID: I20080207-1530 Steps To Reproduce: 1. Open Control example 2. Choose 'Spinner' tab 3. Type non-numeric characters into the spinner box (e.g. 'abc') Note that the spinner input accepts non-numerics, unlike other platforms like Carbon where only numbers are accepted.
2008-03-14 14:40:37
1,205,520,000
resolved fixed
de616cb
1,224,830,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSCharacterSet.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSFormatter.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSNumberFormatter.java bundles/org.eclipse.swt/Eclipse ...
SWT
1,382
251,149
Bug 251149 SWT Accessibility API needs to work on all Controls
- get the latest org.eclipse.swt and org.eclipse.swt.examples code from HEAD - run org.eclipse.swt.examples.accessibility.SimpleButtonNameExample - turn on VoiceOver - type the Tab key to switch focus back and forth from the button labelled "Button" and the button with a picture of a running man - VoiceOver should say ...
2008-10-16 17:26:02
1,224,190,000
resolved fixed
f059eca
1,224,830,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/NSButton.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclips...
SWT
1,383
251,618
Bug 251618 Text glitch after inserting an image
null
2008-10-21 16:57:04
1,224,620,000
resolved fixed
18524e2
1,224,790,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,384
250,574
Bug 250574 Group does not layout correctly.
null
2008-10-12 10:45:16
1,223,820,000
resolved fixed
81188d1
1,224,780,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
1,385
251,128
Bug 251128 Display.readAndDispatch() and sleep() should not try/catch and call printStackTrace()
When Scott committed the first code for accessitiblity, he said: "One (potentially controversial) change I made to Display was to put try/catch blocks in readAndDispatch() and sleep() so that an exception doesnt silently exit the program. The semantics of these methods didnt change, but dumping a backtrace is more usef...
2008-10-16 15:18:20
1,224,180,000
resolved fixed
99b05de
1,224,770,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
1,386
251,614
Bug 251614 Space in font name
Build ID: I20080917-0800 Steps To Reproduce: There is a problem when getting font names. Say we want "Lucida Grande", one version return this, but the other version returns without the space i.e. "LucidaGrande" They are the same font, but can't be matched because of the space. please see the snippet below. Snippet: pac...
2008-10-21 16:42:26
1,224,620,000
resolved fixed
6818679
1,224,710,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Device.java
SWT
1,387
251,469
Bug 251469 Accessible.getDescription should not return name
- Load SWT Cocoa and the SWT examples from HEAD. - Run org.eclipse.swt.examples.accessibility.AccessibleShapesExample - turn on VoiceOver - type the TAB key to give focus to the various shapes Note that the shapes report their name twice. In Accessible.getDescription(), if there isn't any description, then we should ju...
2008-10-20 15:52:59
1,224,530,000
resolved fixed
a2a2b61
1,224,700,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/SWTAccessibleDelegate.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java bundles/org.eclipse.swt/Ecli...
SWT
1,388
251,516
Bug 251516 [Browser] cannot type U into web browser text area
Build ID: M20080911-1700 Steps To Reproduce: 1. Configure your OS to use a German keyboard layout 2. Create an html file with the following contents (see attachment): <html> <head></head> <body> <textarea></textarea> </body> </html> 3. open the html file in the eclipse browser 4. attempt to type a U (capital letter, no...
2008-10-21 06:56:37
1,224,590,000
resolved fixed
d8d3e8f
1,224,700,000
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/WebSite.java
SWT
1,389
251,583
Bug 251583 Crash using I20091021 Cocoa
Process: eclipse [15724] Path: /Users/chrisaniszczyk/eclipses/eclipse-SDK-3.5M3/eclipse/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86 (Native) Parent Process: launchd [155] Date/Time: 2008-10-21 13:05:10.110 -0500 OS Version: Mac OS X 10.5.5 (9F33) Report Version: ...
2008-10-21 14:05:53
1,224,610,000
resolved fixed
121f742
1,224,700,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
1,390
251,581
Bug 251581 Wrong cursor when editing
This happens in Eclipse. Open the console and a java editor. Give the Java editor focus, the move the mouse over the console and notice the I-beam cursor. Give focus to the console. The I-beam changes to the default arrow. Move the mouse over the editor, then back into the console. The I-beam is back and stays now. The...
2008-10-21 14:02:27
1,224,610,000
resolved fixed
9b44ec1
1,224,700,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
1,391
249,880
Bug 249880 [Dialogs] Table.remove(int, int) very slow with large lists
We use an org.eclipse.ui.dialogs.FilteredItemsSelectionDialog to select from a list of ~500,000 items. This is initially displayed reasonably quickly, but when the user types a character to reduce the number of items, the UI thread hangs for several, sometimes many seconds. Each time I've interrupted this hang using th...
2008-10-06 18:39:12
1,223,330,000
resolved fixed
5b1a45e
1,224,690,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Table.java
SWT
1,392
225,266
Bug 225266 Cocoa port has no org.eclipse.swt.internal.carbon.smallFonts equivalent
Eclipse Carbon ships with the org.eclipse.swt.internal.carbon.smallFonts flag turned on and I like to add it to me self-hosted workspaces as well. I feel that Eclipse benefits from the smaller fonts on OS X. The Cocoa port doesn't have any small fonts support so far. Is that intentional?
2008-04-02 03:44:48
1,207,120,000
resolved fixed
b335ad1
1,224,650,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSFont.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/graphics/Device.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Fo...
SWT
1,393
251,603
Bug 251603 Spacing not working in TextLayout
Build ID: I20080917-0800 Steps To Reproduce: 1. Enter some text 2. Without select anything, try increase the spacing by calling styledText.setLineSpacing(int) 3. Note that spacing is not applied More information:
2008-10-21 15:40:04
1,224,620,000
resolved fixed
6b7c150
1,224,630,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
SWT
1,394
251,607
Bug 251607 TextLayout - TextStyle's border not showing bottom line in StyledText
Build ID: I20080917-0800 Steps To Reproduce: 1. Enter some text in the styled text 2. Select any text and apply border style 3. Notice that the bottom part of the box is not drawn/shown More information:
2008-10-21 15:51:36
1,224,620,000
resolved fixed
9121b95
1,224,630,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
SWT
1,395
250,178
Bug 250178 change the keyboard block selection expansion increment to match average char width
null
2008-10-08 16:24:34
1,223,500,000
resolved fixed
2df8e1e
1,224,620,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,396
249,003
Bug 249003 implement cursors (wait, etc.)
null
2008-09-29 14:48:06
1,222,710,000
resolved fixed
687943d
1,224,610,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Cursor.java
SWT
1,397
251,442
Bug 251442 block selection: handle multi-line paste
in a paste operation with a multi-line text each line should to be inserted to the correspondent line in the block selection. Special cases. m = number of lines in the clipboard text n = number of lines in the block selection n > m: n-m last lines in the block selection will have no text inserted in it. m > n: m-n line...
2008-10-20 14:20:58
1,224,530,000
resolved fixed
5754542
1,224,530,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,398
249,005
Bug 249005 implement/verify mouse events and mouse wheel
null
2008-09-29 14:51:34
1,222,710,000
resolved fixed
6fa0a9c
1,224,520,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/Widget.java
SWT
1,399
50,228
Bug 50228 XOR mode doesn't work with GC
When GEF paints to an Image in XOR mode (fill or draw), it doesn't work. Nothing appears. Someone on the newsgroup was also reporting a similar problem for drawing to a Control's GC.
2004-01-19 12:43:29
1,074,530,000
resolved wontfix
a673c6e
1,224,510,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/graphics/GC.java
SWT
1,400
250,172
Bug 250172 Fix inserting text in block select mode
null
2008-10-08 16:23:48
1,223,500,000
resolved fixed
458bcbe
1,224,270,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java
SWT
1,401
251,084
Bug 251084 NullPointerException when VoiceOver asks for position of Shell
- load the latest SWT Cocoa from HEAD - Run org.eclipse.swt.examples.accessibility.ControlsWithAccessibleNamesExample - Turn on VoiceOver - NPE The NPE comes from this line in getPositionAttribute: Point pt = control.getParent().toDisplay(location.x, location.y); The reason is that the control in this case is a Shell, ...
2008-10-16 10:19:59
1,224,170,000
resolved fixed
147f384
1,224,190,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java
SWT
1,402
250,193
Bug 250193 StyledText SetStyleRange not working
null
2008-10-08 17:54:29
1,223,500,000
resolved fixed
6e3fbd9
1,224,190,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java
SWT
1,403
250,976
Bug 250976 FileDialog should be resizable
null
2008-10-15 13:13:31
1,224,090,000
resolved fixed
f08ba92
1,224,180,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java
SWT
1,404
249,001
Bug 249001 implement GC drawFlags
null
2008-09-29 14:36:32
1,222,710,000
resolved fixed
32b7b3f
1,224,100,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
SWT
1,405
251,007
Bug 251007 underline not select when last run run is full selected
Run this test case and see the color for underline,strikeout, and border are wrong public static void main(String[] args) { final Display display = new Display(); int style = SWT.SHELL_TRIM; final Shell shell = new Shell(display, style); final String string = "Felipe;"; final Font font = new Font (display, "Tahoma", 24...
2008-10-15 16:07:24
1,224,100,000
resolved fixed
3249ab9
1,224,100,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,406
250,994
Bug 250994 Last character of the line disappears when selecting code at the end of line
Using I20081014-1600, I had a weird display problem in the java editor. 1) I have an editor with this contents: public class X { public static void main(String[] args) { String s = args[0];<< SELECT FROM HERE TO HERE>>System.out.println(s); } } 2) Select the portion between << and >>. 3) When doing this, the semi-colon...
2008-10-15 14:57:12
1,224,100,000
resolved fixed
1f16167
1,224,100,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,407
250,859
Bug 250859 StyledText getRages(int start, int length) returns incorrect array
Build ID: I20080917-0800 Steps To Reproduce: 1. Set 2 different style ranges (different start and length value, no overlapping) 2. get the range of the first style 3. notice that an array of size 3 is returned, the size should be just 2 More information: package bugs; import org.eclipse.swt.SWT; import org.eclipse.swt....
2008-10-14 17:40:39
1,224,020,000
resolved fixed
0342646
1,224,090,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java
SWT
1,408
249,007
Bug 249007 implement modify/verify events
null
2008-09-29 14:53:43
1,222,710,000
resolved fixed
6ddaa74
1,224,090,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/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java
SWT
1,409
211,048
Bug 211048 Accessibility is not implemented for Cocoa
Accessibility is not implement in SWT cocoa. VoiceOver/Accessibility Inspect can not recognize any widgets. Meanwhile, keyboard accessibility also is unable. We can not use TAB key to navigate all widgets.
2007-11-27 06:35:12
1,196,160,000
resolved fixed
96ce10f
1,224,030,000
bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/SWTAccessibleDelegate.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSArray.java bundles/org.ecli...
SWT
1,410
250,782
Bug 250782 No More Handles Exception when trying to load an image
null
2008-10-14 10:00:56
1,223,990,000
resolved fixed
177f753
1,224,020,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Image.java
SWT
1,411
250,841
Bug 250841 Table/Tree scrollbars do not work
null
2008-10-14 15:47:12
1,224,010,000
resolved fixed
1c5467f
1,224,010,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSNotification.java 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/e...
SWT
1,412
250,622
Bug 250622 org.eclipse.swt.printing.PrintDialog.open() returns 'null' for two different scenarios
null
2008-10-13 06:02:54
1,223,890,000
verified fixed
21ad7e1
1,224,010,000
bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java
SWT
1,413
242,716
Bug 242716 Exception in Table with SWT.MEASUREITEM
Build ID: 3.4.0.v20080603-2000 Steps To Reproduce: 1. Create a table and add a listener for SWT.MEASUREITEM 2. Add columns 3. In the view place the mouse cursor above the table and column header 4. Press the left or right cursor key 5. A tooltip is requested with an item index below 0, which causes an exception (althou...
2008-07-31 09:36:52
1,217,510,000
resolved fixed
ef47a6e
1,223,670,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
1,414
248,881
Bug 248881 Cocoa: (specific) Dialog text doesn't wrap
Build ID: Cocoa 3.5M2 Steps To Reproduce: - Install Eclipse Cocoa PDT 3.5M2 - go to software updates -> Available Software -> Ganymede -> Wen and Java EE development - choose XML Editors, JavaScript, Web Developer Tools, Web Page Editor - Click on install -> a message comes up On carbon, the message reads: The software...
2008-09-28 16:47:47
1,222,630,000
resolved fixed
bd9da14
1,223,650,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Label.java
SWT
1,415
248,551
Bug 248551 GC drawString garbled w/ GDI+ and raster font (was BidiLevel is improperly set to -1)
null
2008-09-25 07:49:46
1,222,340,000
resolved fixed
da8686b
1,223,590,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/gdip/Gdip.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GCData.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Path.java bund...
SWT
1,416
250,327
Bug 250327 SWT.NO_TRIM Shells cannot become the key window
- snippet is below - this appears in eclipse when showing the context menu of the editor pane's CTabFolder, focus cannot be given to its contained Text static void setFocusInNO_TRIMshell() { final Display display = new Display(); final Shell shell = new Shell(display); shell.setBounds(10,10,200,200); shell.open(); shel...
2008-10-09 15:24:16
1,223,580,000
resolved fixed
58383f4
1,223,580,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/S...
SWT
1,417
249,999
Bug 249999 Closing an editor takes two clicks
If you move the mouse outside the "X" on the editor tab after clicking it to close the editor, the editor does not close. A quick look at this seemed to indicate that the mouse up event wasn't getting the right x and y coordinates, but I none of my simple test cases backed that up.
2008-10-07 13:46:57
1,223,400,000
resolved fixed
1c63a71
1,223,410,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
1,418
249,517
Bug 249517 ClassCastException in Combo
open org.eclipse.ui.carbon's fragment.xml. java.lang.ClassCastException: org.eclipse.swt.internal.cocoa.SWTPopUpButton at org.eclipse.swt.widgets.Combo.setBackground(Combo.java:1118) at org.eclipse.swt.widgets.Control.setBackground(Control.java:2319) at org.eclipse.ui.forms.widgets.FormToolkit.adapt(FormToolkit.java:43...
2008-10-02 12:05:03
1,222,960,000
resolved fixed
b787d7e
1,223,310,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java
SWT
1,419
249,286
Bug 249286 Table.setTopIndex does not work correctly with MeasureItem
null
2008-10-01 06:41:32
1,222,860,000
resolved fixed
8259fbf
1,223,310,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
SWT
1,420
249,000
Bug 249000 implement graphics in non-UI thread
null
2008-09-29 14:34:29
1,222,710,000
resolved fixed
e188a1e
1,223,310,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSNumber.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSThread.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/ec...
SWT
1,421
249,612
Bug 249612 Links on preference pages are opened in browser
Open the Preference Dialog Go to the Java/Editor/Mark Occurrences preference page. Click the "Annotations" link at the top of the page. --> the link is opened the browser. It should take me to the Annotations preference page.
2008-10-03 11:12:55
1,223,050,000
resolved fixed
4eb6226
1,223,060,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
1,422
249,608
Bug 249608 TextLayout.draw(...) does not use GC foreground
- run the snippet below - on cocoa it draws its text in black, on other platforms it draws it in red - this fix is needed asap because jface uses TextLayout to draw its custom Table/Tree items, and Cocoa's custom Table/Tree drawing implementation will be released soon
2008-10-03 10:50:01
1,223,050,000
resolved fixed
ff62aa5
1,223,060,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
SWT
1,423
211,696
Bug 211696 CLabel does not specify that "&" introduces mnemonic
CLabel#setText(String) does not specify that "&" in the text is interpreted as mnemonic. Should have a boilerplate like org.eclipse.swt.widgets.Label#setText(String).
2007-12-02 19:04:42
1,196,640,000
resolved fixed
81c8912
1,222,980,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
SWT
1,424
248,950
Bug 248950 Custom Control Example crashes.
Launch custom control example, do nothing, it crashes. Nothing in console. No apple crash reporter message.
2008-09-29 11:13:31
1,222,700,000
resolved fixed
8399575
1,222,710,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java
SWT
1,425
248,731
Bug 248731 FileDialog does not provide enough information to open multiple files from different directories (COCOA)
null
2008-09-26 11:11:48
1,222,440,000
resolved fixed
7e61638
1,222,450,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/FileDialog.java
SWT
1,426
248,735
Bug 248735 System.out.println() in DragSource
null
2008-09-26 11:33:04
1,222,440,000
resolved fixed
650b44b
1,222,450,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java
SWT
1,427
247,069
Bug 247069 Display#post(*) sometimes freezes eclipse
I'm using code in a Job that waits on a blocking Queue, pulls of KeyDown and KeyUp events, and posts them to the display. execute(Hello!,h) Event: Event {type=1 null time=0 data=null x=0 y=0 width=0 height=0 detail=0} h 0 true Re-schedule Event: Event {type=2 null time=0 data=null x=0 y=0 width=0 height=0 detail=0} h 0...
2008-09-11 14:49:14
1,221,160,000
resolved fixed
9db59a0
1,222,440,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Display.java
SWT
1,428
248,467
Bug 248467 Keypad Enter and Help keys do not draw in MenuItems
The following snippet works on Carbon, but the menu items are not drawn on Cocoa. SK, any ideas? import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.*; public class Snippet { static Display display; public static void main(String[] args) { display =...
2008-09-24 12:41:46
1,222,270,000
resolved fixed
988f390
1,222,280,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/MenuItem.java
SWT
1,429
248,187
Bug 248187 Adobe Reader 9.0 browser crash NPE
null
2008-09-22 15:26:38
1,222,110,000
resolved fixed
6a0a69c
1,222,190,000
bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
SWT
1,430
248,266
Bug 248266 Javadoc warnings in N20080922-2000
/builds/N200809222000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/IME.java:351: warning - @return tag cannot be used in method with void return type.
2008-09-23 09:48:11
1,222,180,000
resolved fixed
4a3ea50
1,222,180,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/IME.java
SWT
1,431
248,167
Bug 248167 Accelerators are not drawn on menu items in Eclipse
This happens because Eclipse doesn't use MenuItem.setAccelerator() and cocoa doesn't support custom draw in menu items.
2008-09-22 12:28:53
1,222,100,000
resolved fixed
f782649
1,222,110,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenuItem.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets...
SWT
1,432
247,550
Bug 247550 Alt+Arrow moves line up/down by 2 in Java editor
null
2008-09-16 15:57:55
1,221,600,000
resolved fixed
68d8177
1,221,770,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSResponder.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/Control.java
SWT
1,433
247,728
Bug 247728 implement underline (squiggle/error) and outline for cocoa
implement underline (squiggle/error) and outline for cocoa
2008-09-17 16:38:54
1,221,680,000
resolved fixed
bbd5415
1,221,680,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java
SWT
1,434
247,702
Bug 247702 NPE in Display.map(...) when called from TabFolder Selection listener
- run the snippet below - click between the tabs a couple of times and you'll get the NPE at the bottom public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setBounds(10,10,300,200); new Composite(shell, SWT.NONE); final TabFolder folder = new TabFolder...
2008-09-17 14:24:46
1,221,680,000
resolved fixed
f5a8e8f
1,221,680,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java
SWT
1,435
247,649
Bug 247649 Compiler warnings in I20080917-0100
1. WARNING in /builds/I200809170100/src/plugins/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java (at line 15) import java.awt.Dimension; The import java.awt.Dimension is never used 2. WARNING in /builds/I200809170100/src/plugins/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.jav...
2008-09-17 10:01:31
1,221,660,000
resolved fixed
7977d63
1,221,670,000
bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java
SWT
1,436
247,676
Bug 247676 setting TabFolder content in Selection callback does not appear
snippet: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); shell.setBounds(10,10,300,200); final TabFolder folder = new TabFolder(shell, SWT.NONE); TabItem item0 = new TabItem(folder, SWT.NONE); item0.setText("item0"); Label la...
2008-09-17 12:10:54
1,221,670,000
resolved fixed
cd59b0b
1,221,670,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/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Widget.jav...
SWT
1,437
247,557
Bug 247557 Tracker seems broken, affects dragging Views, Editors
I was testing for M2 and noticed that the DnD feedback was broken on my Vista box (works fine elsewhere). I think I've tracked it down to a snippet (that I'll attach) indicating that the return value from 'display.getCursorControl()' is returning null on Vista rather than the actual control. Note that this seems to be ...
2008-09-16 16:29:12
1,221,600,000
resolved fixed
b5976ba
1,221,670,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
SWT
1,438
247,667
Bug 247667 TabFolder sends Selection events for programmatic selections
snippet: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); shell.setBounds(10,10,300,200); final TabFolder folder = new TabFolder(shell, SWT.NONE); folder.addListener(SWT.Selection, new Listener() { public void handleEvent(Even...
2008-09-17 11:26:29
1,221,670,000
resolved fixed
204c50b
1,221,670,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java
SWT
1,439
245,667
Bug 245667 Horizontal Sash does not show resize cursor
I20080827-0935 and M20080827-2000 Horizontal Sash widgets don't show the resize cursor on the Mac. This can be seen in Eclipse (between parts) and in the ControlExample. Works fine for vertical sashes. Works for both styles on GTK and Windows.
2008-08-29 05:31:48
1,220,000,000
resolved fixed
c57c255
1,221,660,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DropTarget.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/Display.java
SWT
1,440
247,549
Bug 247549 default button doesn't work for single line Texts
to reproduce try Snippet 108
2008-09-16 15:41:48
1,221,590,000
resolved fixed
babefdb
1,221,590,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/List.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/Text.java bundles/org....
SWT
1,441
247,290
Bug 247290 SWT ToolItem loses text when only one item and VERTICAL with image
null
2008-09-15 09:17:16
1,221,480,000
resolved fixed
52351d1
1,221,590,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java
SWT
1,442
247,318
Bug 247318 Crash creating new display after disposing previous one
This snippet crashes. public static void main (String [] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); new Display().dispose(); }
2008-09-15 13:25:46
1,221,500,000
resolved fixed
0e1964e
1,221,500,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
1,443
247,237
Bug 247237 Compiler warnings in cocoa port in N20080914-2000
null
2008-09-14 16:31:29
1,221,420,000
resolved fixed
c23a8fe
1,221,490,000
bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/TableDropTargetEffect.java bundles/org.eclipse.swt/Eclipse S...
SWT
1,444
246,820
Bug 246820 org.eclipse.swt.tools causes 242 warnings in latest I-build
null
2008-09-10 03:09:06
1,221,030,000
verified fixed
9f6cbd1
1,221,240,000
bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/ReflectClass.java bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/ReflectMethod.java
SWT
1,445
247,083
Bug 247083 disposing first column in Tree fails
Attempting to dispose a Tree's first column fails and spews: *** NSOutlineView cannot remove outlineTableColumn with removeTableColumn:. Use setOutlineTableColumn: instead.
2008-09-11 16:49:37
1,221,170,000
resolved fixed
7c899ac
1,221,170,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java
SWT
1,446
244,318
Bug 244318 Unable to scroll fast using MX Revolution Mouse
I use the Logitech MX Revolution mouse which has a fast scrolling function. (the wheel will spin freely giving high scroll speeds). When I scroll in Eclipse, it is slow and will not scroll as fast as the wheel is turning. This causes the scrolling to abruptly change directions and not stop even if the wheel is no longe...
2008-08-15 12:18:19
1,218,820,000
resolved fixed
2224d8c
1,221,080,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java
SWT
1,447
145,890
Bug 145890 SWT_AWT.new_Shell() unimplemented in OS X/Carbon
null
2006-06-07 19:19:45
1,149,720,000
resolved wontfix
308fb22
1,221,000,000
bundles/org.eclipse.swt/Eclipse SWT AWT/cocoa/org/eclipse/swt/awt/SWT_AWT.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSApplication.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/widg...
SWT
1,448
246,602
Bug 246602 Table/Tree columns do not send Selection events
null
2008-09-08 11:35:44
1,220,890,000
resolved fixed
1ba4cb6
1,220,890,000
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/SWTTableHeaderView.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/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widget...
SWT
1,449
225,264
Bug 225264 Help menu opens up in the wrong place
Trying to select the Help menu causes erratic behaviour. The menu appears in the top-rightmost corner and it is almost impossible to select any items in it.
2008-04-02 03:44:19
1,207,120,000
resolved fixed
759a42a
1,220,640,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
SWT
1,450
246,235
Bug 246235 App crashes on exit
null
2008-09-04 11:32:12
1,220,540,000
resolved fixed
df73cd4
1,220,540,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
SWT
1,451
244,472
Bug 244472 Text does not WRAP on RHEL3
- gtk version on RHEL3 is 2.2.4 - works on RHEL4 public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setBounds(10,10,200,200); shell.setLayout(new FillLayout()); Text text = new Text(shell, SWT.MULTI | SWT.WRAP); text.setText("as as as asd asd ads asdf asdf ...
2008-08-18 16:17:03
1,219,090,000
resolved fixed
841bca6
1,220,480,000
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java
SWT
1,452
245,266
Bug 245266 Upside down table
Creating a GC on a Table in a SetData handler and calling getFontMetrics on that GC, causes a Transformation to be applied to the current graphics context which flips your table items vertically. Test case: public static void main (String [] args) { Display display = new Display (); Shell shell = new Shell (display); f...
2008-08-26 11:43:40
1,219,770,000
resolved fixed
86647f0
1,220,470,000
bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java
SWT
1,453
244,723
Bug 244723 Embedding external widgets into SWT using the EMBEDDED Style
Build ID: M20070212-1330 Steps To Reproduce: We are working with a customer and trying to embed their native widgets into SWT using the SWT Composite. We would like to have access to one of the private member in the Composite.java (org.eclipse.swt.widgets.Composite.java class for the gtk toolkit. The member we need acc...
2008-08-20 12:37:09
1,219,250,000
resolved fixed
75c696a
1,219,950,000
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
SWT
1,454
244,931
Bug 244931 On carbon platform, when scroll the mouse wheel on top of the vertical scroll bar of a canvas, no selection event is generated.
Build ID: M20070212-1330 Steps To Reproduce: 1. Create a shell. 2. Create a canvas on the shell which has larger height than the shell. 3. Add a selection listener to the vertical bar of the canvas. 4. When scrolling the wheel on the vertical scrollbar, no selection event is sent. More information: import org.eclipse.s...
2008-08-22 05:52:37
1,219,400,000
resolved fixed
6bf8171
1,219,870,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java
SWT
1,455
243,558
Bug 243558 StyledText: squiggles not drawn for tabs
R3.4 and 3.5 M1. The squiggle drawing algorithm fails for tabs on WindowsXP (works on Linux-GTK). Paste this into the Package Explorer to see the missing squiggles: public class T { void main() { String s= "missing squiggles for Tabs" String s2= "squiggles work for Spaces" }
2008-08-08 06:53:42
1,218,190,000
verified fixed
a4842ea
1,219,850,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/TextLayout.java
SWT
1,456
245,379
Bug 245379 Table.getVerticalBar() returns null
import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class PR176510 { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); // final Tree tree = new Tree(shell, ...
2008-08-27 09:55:18
1,219,850,000
resolved fixed
82256ac
1,219,850,000
bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
SWT
1,457
245,185
Bug 245185 Message in the MessaeBox is not BiDi correctly
Build ID: I20080617-2000 Steps To Reproduce: 1.From Control Panel -> Regional and language, select Hebrew 2.Bring up an app. with the following sample code: MessageBox mb = new MessageBox(PlatformUI.getWorkbench().getDisplay().getActiveShell()); mb.setMessage(Activator.getResourceString("str.fedcal.action.google.warnin...
2008-08-25 18:46:54
1,219,700,000
resolved fixed
0bc7e9f
1,219,780,000
bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/OS.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java
SWT
1,458
244,574
Bug 244574 ProgressBar state can be visually lost by updating selection
In ProgressBar.setSelection() the bar's state is temporarily set to Normal in order to update its selection value. However, reverting the ProgressBar to its non-Normal state afterwards may not be shown visually. Run the snippet below and change the state to SWT.PAUSED, and note that the bar may flash yellow temporarily...
2008-08-19 12:35:45
1,219,160,000
resolved fixed
6940f18
1,219,690,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
SWT
1,459
49,996
Bug 49996 [CCombo] CCombo, CLabel - Custom widgets are nulling internal slots too soon
This came up because StyledText is doing the same thing. StyledText will probably handle this by async'ing the slot nulling. If a client hooks a disposeListener to a custom widget then they're able to catch the widget in a middle state in which its internal slots have been nulled out, but its state hasn't been OR'd wit...
2004-01-14 12:00:37
1,074,100,000
resolved fixed
aa84c6a
1,219,690,000
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java bundles/org.eclipse.swt/Eclipse SWT Cust...
SWT
1,460
234,809
Bug 234809 [QuickAccess] PopupDialog stays open even though Eclipse has focus
Eclipse 3.4 Steps to reproduce: - Ctrl+3 - From the dropdown select "Move" - Move the mouse over "File" of the main menubar - Click on "File" Actual results: - the menu opens - the popup dialog is not closing
2008-05-30 06:20:23
1,212,140,000
resolved fixed
107886f
1,219,420,000
bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
SWT