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,161 | 266,344 | Bug 266344 Table/Tree check boxes show intermediate state | when selecting a check box in table or tree, the indeterminate state is quickly shown before the checked state. We fixed this in button already by over riding nextState. | 2009-02-26 12:22:27 | 1,235,670,000 | resolved fixed | 5178249 | 1,236,030,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/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java | SWT |
1,162 | 266,407 | Bug 266407 Foreground color in Table/Tree should not be drawn for selected active items | null | 2009-02-26 19:13:23 | 1,235,690,000 | resolved fixed | 5591c13 | 1,235,940,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TableItem.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java | SWT |
1,163 | 266,499 | Bug 266499 IME broken on cocoa | The current key implementation has the IME broken. Steps. 1 switch to hiragana 2 type a 3 type arrow down 4 hit enter java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:3841) at org.eclipse.swt.SWT.error(SWT.java:3775) at org.eclipse.swt.SWT.error(SWT.java:3746) at org.eclipse... | 2009-02-27 10:42:44 | 1,235,750,000 | resolved fixed | 01d2b91 | 1,235,760,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.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/IME.java | SWT |
1,164 | 266,370 | Bug 266370 CCombo not dismissing popups | Run the following code. Open the last CCombo, then the second last third last... You shouldn't be able to have more than one popup open at once. public static void main(String[] args) { try { Display.setAppName("Kevin"); final Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Paren... | 2009-02-26 14:58:32 | 1,235,680,000 | resolved fixed | fe5d473 | 1,235,690,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java | SWT |
1,165 | 253,075 | Bug 253075 [misc] No object:text-changed:insert events fired for method completion (and others) | In the code editor, whenever Eclipse performs automatic insertion like matching parenthesis or method completion, accessibility infrastructure only sees object:text-caret-moved but no object:text-changed:insert which leaves the idea of the on screen text inside an assistive technology like a screen reader out of sync w... | 2008-11-01 15:39:26 | 1,225,570,000 | resolved fixed | a04cd79 | 1,235,670,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java | SWT |
1,166 | 266,180 | Bug 266180 keyUp not delivered if command key is down | An SWT.KeyUp will not be delivered if the command key is down while pressing another key. This can be seen in ControlExample in the Text tab. Turn on the listeners for KeyDown and KeyUp and then type any command key combination that isn't already a menu equivalent. You will get a KeyDown for the cmd key, then a KeyDown... | 2009-02-25 13:10:45 | 1,235,590,000 | resolved fixed | 248e153 | 1,235,590,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java | SWT |
1,167 | 261,732 | Bug 261732 progress does not animate if create before Shell.open() | public static void main (String [] args) { try { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Composite comp = new Composite(shell, SWT.NONE); shell.pack(); shell.open(); final ProgressBar bar = new ProgressBar(comp, SWT.INDETERMINATE); bar.pack(); //... | 2009-01-20 18:01:59 | 1,232,490,000 | resolved fixed | 971a8d5 | 1,235,540,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/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Pro... | SWT |
1,168 | 265,991 | Bug 265991 Generator tool needs to recognize when bridgesupport.extras files are out of sync | Changes made to bridgesupport.extras files outside of the Mac Generator UI are lost if the Mac Generator view is open while updating. To reproduce someone else has to make a change to the .extras files in CVS, and then you need to merge those changes into your workspace. 1. Open the Mac Generator view and pick any clas... | 2009-02-24 13:11:12 | 1,235,500,000 | verified fixed | e0eebc7 | 1,235,510,000 | bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGenerator.java bundles/org.eclipse.swt.tools/Mac Generation/org/eclipse/swt/tools/internal/MacGeneratorUI.java bundles/org.eclipse.swt.tools/src/org/eclipse/swt/tools/views/MacGeneratorView.java | SWT |
1,169 | 265,481 | Bug 265481 [Cocoa] Squiggles/underlines are displayed too close to text | Build ID: I20090202-1535 Steps To Reproduce: See attached screen shot - the underline squiggle decoration is displayed too close to the text and thus looks bad / is less readable. More information: | 2009-02-19 11:28:18 | 1,235,060,000 | resolved fixed | 78d0998 | 1,235,510,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java | SWT |
1,170 | 265,897 | Bug 265897 Text throws exceptions and doesn't display bullets in Mylyn task repository setup | This is with top-of-tree as of 2/23/09, about noon. If you try to set up a Mylyn task repository for Eclipse.org you will get a dialog prompting you for your bugzilla settings. Attempting to set a password throws exceptions and the field doesn't display bullets. 1. Install Mylyn. I did this with Help -> Install New Sof... | 2009-02-23 18:13:16 | 1,235,430,000 | resolved fixed | a428912 | 1,235,500,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java | SWT |
1,171 | 265,570 | Bug 265570 [logview] hover (tooltip) from error log view doesn't go away | to reproduce: # display the Error Log view # select an item that has a stack trace message and hover over it so that the tooltip is visible # *without moving the mouse* use Command-Tab to select another application (I used Safari) that will appear covering the current mouse location # move the mouse over the other appl... | 2009-02-19 18:26:13 | 1,235,090,000 | resolved fixed | 168cce3 | 1,235,490,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java | SWT |
1,172 | 265,606 | Bug 265606 CTabFolder does not show tooltips | I20090217-2200 cocoa CTabFolder does not show tooltips. Can be seen on the editor tabs in the SDK, or in the CustomControlExample (enable Maximize and Minimize). | 2009-02-20 03:58:02 | 1,235,120,000 | resolved fixed | 94c3e28 | 1,235,430,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/TabFolder.java bund... | SWT |
1,173 | 264,399 | Bug 264399 [DND] A deadlock occurs during automated testing of a SWT application on Linux/GTK/x86_64 | null | 2009-02-10 13:22:56 | 1,234,290,000 | resolved fixed | d88b15d | 1,235,400,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
1,174 | 265,393 | Bug 265393 View menus open again after dialog is closed | I20090217-2200 Cocoa View menus open again after a dialog opened from the menu is closed. E.g. go to the Progress view and select Preferences from the view menu. Then click Cancel in the dialog. | 2009-02-18 20:03:57 | 1,235,010,000 | resolved fixed | 809fbd3 | 1,235,140,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java | SWT |
1,175 | 265,427 | Bug 265427 Editor/View switcher: 1 key press forwards by 3 items | null | 2009-02-19 04:18:09 | 1,235,040,000 | resolved fixed | a0c8a0e | 1,235,080,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.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/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java | SWT |
1,176 | 265,326 | Bug 265326 next annotation short cut (command+.) broke | build 20090212-2000 I like to change the behaviour of next/previous annotation from the default (error, taks) to occurrences (you can use the arrow down chevron to do that). Then I use command + "." to move to the next occurrences of a variable in a method or class. This used to work and now is broken. For previous ann... | 2009-02-18 11:30:04 | 1,234,970,000 | resolved fixed | e2dc6be | 1,235,000,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java | SWT |
1,177 | 264,425 | Bug 264425 SashForm doesn't display tooltip text on its Sashes | null | 2009-02-10 16:40:35 | 1,234,300,000 | resolved fixed | 0c26579 | 1,234,910,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java | SWT |
1,178 | 252,251 | Bug 252251 Can't create multiple Displays in same application | The following snippet will crash. This prevents our SnippetLaucher code from working on Cocoa. import org.eclipse.swt.widgets.*; public class Snippet1 { public static void main (String [] args) { go(); go(); go(); go(); go(); } public static void go() { Display display = new Display (); Shell shell = new Shell(display)... | 2008-10-27 14:54:33 | 1,225,130,000 | resolved fixed | e4de5e4 | 1,234,910,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java | SWT |
1,179 | 263,518 | Bug 263518 [cocoa] Incorrect colors for eclipse views in 3.5m5 | I'm using the 'blue' theme on macosx (System Preferences>Appearance). The custom tabs in eclipse still show up as gray, which makes eclipse look like the Graphite (Gray) theme. | 2009-02-03 14:12:02 | 1,233,690,000 | resolved fixed | e3927f6 | 1,234,900,000 | bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSColor.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 | SWT |
1,180 | 265,188 | Bug 265188 Refactor rename popup (border is black and bottom is missing) | Select a variable or method in the java editor. Popup menu and select "Refactor ->Rename". Note that the popup has a black border and the bottom line is missing. | 2009-02-17 12:33:37 | 1,234,890,000 | resolved fixed | 1157128 | 1,234,890,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,181 | 263,999 | Bug 263999 [cocoa 64 bits]Key bindings not working well for three combinations | With 3.5M5, I just tried to create a block comment with Cmd+Shift+/ and it didn't work. In the key bindings preference page, typing the combination gives this output: Cmd+Shift+? | 2009-02-06 15:19:58 | 1,233,950,000 | resolved fixed | db44f81 | 1,234,570,000 | bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSEvent.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/Wi... | SWT |
1,182 | 262,968 | Bug 262968 bad scrolling of maximized editor | null | 2009-01-29 16:03:32 | 1,233,260,000 | resolved fixed | 46ea09f | 1,234,560,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GC.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/GCData.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/Composite.java bundles... | SWT |
1,183 | 264,762 | Bug 264762 StackOverflowError with Table.callWindowProc(..) etc. | null | 2009-02-12 14:32:39 | 1,234,470,000 | verified fixed | 66a1a42 | 1,234,480,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java | SWT |
1,184 | 264,703 | Bug 264703 should DND set cursors? | I was running eclipse with the 64 bit port and I notice that the cursor was changing properly during drag and drop. The calls to SetThemeCursor() do not run on 64 bit, so I believe the underline OS is changing the cursor for us, probably using the operation value we return. I removed the calls on 32 bit as well and it ... | 2009-02-12 10:35:41 | 1,234,450,000 | resolved fixed | e36b8bd | 1,234,470,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSCursor.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java | SWT |
1,185 | 264,764 | Bug 264764 Table, Tree, List send DefaultSelection when double-click in header | - run the snippet below and observe that DefaultSelection events are incorrectly received if you double-click in the header or in the Table's whitespace - Tree and List have the same problem - this creates some strange behaviours in eclipse - also note that the DefaultSelection event never has its item field set (it sh... | 2009-02-12 15:01:44 | 1,234,470,000 | resolved fixed | ad85e81 | 1,234,470,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/List.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/T... | SWT |
1,186 | 264,212 | Bug 264212 Link.setForeground() overrides disable color set in Link.enableWidget() | Disable a link and then call setForeground(). The link will not display with the disable color. | 2009-02-09 11:46:15 | 1,234,200,000 | resolved fixed | 18a205e | 1,234,470,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Link.java | SWT |
1,187 | 262,978 | Bug 262978 jumpness in quick outline | steps 1. open a java file somewhat big (many methods) 2. opent the quick outline (command + o) 3. if necessary scroll the tree down vertically, the bug doens't happen if down scroll the tree down 4. move the mouse over treeitems -> the selection jumps up and down like crazy | 2009-01-29 17:22:20 | 1,233,270,000 | resolved fixed | 5a140b4 | 1,234,460,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Scrollable.java | SWT |
1,188 | 264,705 | Bug 264705 ArrayStoreException in TextLayout running 64 bit | java.lang.ArrayStoreException at java.lang.System.arraycopy(Native Method) at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:559) at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:334) at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:311) at org.eclipse.jface.viewers.StyledCellLabelProvid... | 2009-02-12 10:59:55 | 1,234,450,000 | resolved fixed | ef58a86 | 1,234,450,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java | SWT |
1,189 | 263,971 | Bug 263971 code inconsistency in Spinner | in setMinimum, setMaximum, setDigits we have calls to: textFormatter.setMinimum(NSNumber.numberWithInt(value)); textFormatter.setMaximum(NSNumber.numberWithInt(value)); textFormatter.setMaximumFractionDigits(digits); when the values are set with Spinner#setValues() these natives methods are never called. checking histo... | 2009-02-06 11:39:27 | 1,233,940,000 | resolved fixed | d74f2d5 | 1,234,390,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java | SWT |
1,190 | 257,188 | Bug 257188 Regression from 3.3.2 behaviour, no SWT.Activate event is sent when setFocus() is called on child controls | null | 2008-12-02 08:12:28 | 1,228,220,000 | resolved fixed | 71e4fdb | 1,234,390,000 | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java | SWT |
1,191 | 263,563 | Bug 263563 [cocoa] Icon mask problem in dialog help | null | 2009-02-03 19:10:18 | 1,233,710,000 | resolved fixed | 4bd006b | 1,234,390,000 | bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSImageRep.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/Image.java | SWT |
1,192 | 264,553 | Bug 264553 Shell.open() does not make window key if it's already visible | - snippet is below - manifests itself in eclipse by failing to give focus to an already-open Find dialog when Ctrl+F is pressed in a java editor 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())... | 2009-02-11 12:20:37 | 1,234,370,000 | resolved fixed | ccb3f7f | 1,234,370,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java | SWT |
1,193 | 264,255 | Bug 264255 Tree selection may not be preserved when creating/disposing items | - run the snippet below - expand the root item - select "item 1" - press any key --> disposes "item 8" --> note that the selection moved from "item 1" up to "item 0" - to see another case of the same problem, comment out the snippet's "root.getItem(7).dispose();" line and uncomment the line below it --> this causes the... | 2009-02-09 16:02:34 | 1,234,210,000 | resolved fixed | b046986 | 1,234,210,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java | SWT |
1,194 | 264,019 | Bug 264019 Hover not working while the mouse is down. | In Display.java, line 3681: //TODO hover does not happen while tracking because timer are not dispatched This is because the hover timer also needs to be added in NSEventTrackingRunLoopMode. NSTimer.scheduledTimer... only adds it in the default runloop mode. | 2009-02-06 19:08:53 | 1,233,970,000 | resolved fixed | b691e1c | 1,233,970,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java | SWT |
1,195 | 262,922 | Bug 262922 Cursor jumps to top right corner of screen on drag of trim element | Version: 3.5.0 Build id: I20090129-0100 1) Click and hold on drag handle of "views" trim item (i.e. the one with the "new view" icon) 2) Move the cursor (i.e. attempt to drag the item). Notice that the cursor jumps to the top right hand edge of the screen. Verified that this does not happen on WinXP. | 2009-01-29 11:40:34 | 1,233,250,000 | resolved fixed | 3bc9371 | 1,233,960,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tracker.java | SWT |
1,196 | 263,620 | Bug 263620 Listeners added to CTabFolder#addTraverseListener(..) cannot block default traversal | null | 2009-02-04 06:51:05 | 1,233,750,000 | resolved fixed | 8aa9f7c | 1,233,960,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
1,197 | 264,003 | Bug 264003 Exception in Combo.dragDetect() | java.lang.ClassCastException: org.eclipse.swt.internal.cocoa.NSText at org.eclipse.swt.widgets.Combo.dragDetect(Combo.java:525) at org.eclipse.swt.widgets.Control.mouseEvent(Control.java:1909) at org.eclipse.swt.widgets.Control.mouseDown(Control.java:1923) at org.eclipse.swt.widgets.Combo.mouseDown(Combo.java:914) at o... | 2009-02-06 16:04:43 | 1,233,950,000 | resolved fixed | 5ffe332 | 1,233,950,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Combo.java | SWT |
1,198 | 260,514 | Bug 260514 Resizing columns on virtual tables does not always update horizontal scroll bar | null | 2009-01-09 04:27:39 | 1,231,490,000 | resolved fixed | feb0ca3 | 1,233,950,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java | SWT |
1,199 | 262,955 | Bug 262955 URLTransfer is missing @since 3.4 tag | null | 2009-01-29 14:27:19 | 1,233,260,000 | resolved fixed | ba93da8 | 1,233,950,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/URLTransfer.java | SWT |
1,200 | 263,967 | Bug 263967 Spinner is missing getText() method | Spinner is missing getText() method | 2009-02-06 11:09:41 | 1,233,940,000 | resolved fixed | b75663a | 1,233,940,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java | SWT |
1,201 | 234,240 | Bug 234240 Group alpha should not be 0.25 if background color set | This could be a native behaviour, but I don't know why it would be, and don't know of an external case of this to compare with. - run the snippet below and note that setting the background to red results in a pinkish colour - in you change the group to be a Composite then it shows red as expected public static void mai... | 2008-05-27 16:19:35 | 1,211,920,000 | resolved fixed | b35cbf7 | 1,233,930,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Group.java bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Group.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java | SWT |
1,202 | 252,279 | Bug 252279 Group foreground and background color don't work | public static void main(String[] args) { try { Display.setAppName("Kevin"); final Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Parent Shell"); shell.setLayout(new FillLayout()); Group g = new Group(shell, SWT.NONE); g.setForeground(display.getSystemColor(SWT.COLOR_BLUE)); g.se... | 2008-10-27 17:26:00 | 1,225,140,000 | resolved fixed | 504347c | 1,233,870,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Group.java | SWT |
1,203 | 263,529 | Bug 263529 [cocoa] Incorrect file paths when opening .html files in an external browser | I tried running this on carbon, and this is reproducible only on cocoa. Steps: 0. Set default browser to use external browser (safari/webkit in my case) 1. Create a project 2. add a .html file in the project 3. Open the .html file using external browser, the generated URL that I see in the *external* browser is the fil... | 2009-02-03 15:07:36 | 1,233,690,000 | resolved fixed | fc27cd3 | 1,233,860,000 | bundles/org.eclipse.swt/Eclipse SWT Program/cocoa/org/eclipse/swt/program/Program.java | SWT |
1,204 | 263,603 | Bug 263603 Tooltip should not render mnemonic indicator (&) on Cocoa | I20090129-1800 Tooltip should not render mnemonic indicator (&) on Cocoa, see current Javadoc of Control#setToolTipText(String) in SWT/win32. | 2009-02-04 04:10:03 | 1,233,740,000 | resolved fixed | 59fbf69 | 1,233,860,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java | SWT |
1,205 | 263,677 | Bug 263677 Tree does not always fully expand in debugger | - debug any snippet that has a breakpoint that can be hit on demand (eg.- in a MouseDown listener) - hit the breakpoint, Resume - collapse the Tree in the Debug view, select the top item - do whatever's needed in the snippet to make the breakpoint be hit again -> the Tree is partially expanded but not far enough, so th... | 2009-02-04 13:51:28 | 1,233,770,000 | resolved fixed | ea820ea | 1,233,850,000 | bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSOutlineView.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/Tree.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets... | SWT |
1,206 | 247,444 | Bug 247444 [DND] NavigatorDnDService does not update DragSource Transfer if invalid | Build ID: I20080617-2000 Steps To Reproduce: 1. Open the JSP Editor on a JSP File. 2. Drag Security Editor onto the JSP Editor 3. 2 Exceptions will occur. See below More information: The problem was discovered in another context within an IBM product. The steps to recreate above show the problem in an eclipse only sett... | 2008-09-16 08:33:50 | 1,221,570,000 | resolved fixed | 22f1594 | 1,233,840,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java 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/common/org/eclipse/swt/dnd/DragSourceEvent.java bundles/org.eclipse.swt/Eclipse SWT D... | SWT |
1,207 | 263,664 | Bug 263664 Tree.showItem() may not reveal children of non-expanded items | - run the snippet below - expand each of the descendent items in the Tree all the way to the bottom - collapse the top item only - double-click anywhere in the Tree's whitespace -> the bottom item is not successfully revealed but it should be public static void main(String[] args) { final Display display = new Display(... | 2009-02-04 11:59:01 | 1,233,770,000 | resolved fixed | ef75fb2 | 1,233,770,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java | SWT |
1,208 | 256,469 | Bug 256469 Popup Outline Ctrl+O has non-deterministic behavior (chars are lost) | This is lost (degraded) functionality, starting in 3.4.1, the following keystrokes have non-deterministic behavior: In the CU Editor: CTRL+O,g,e,t,F,o,o Sometimes, the popup outline appears and the prefix "getFoo" is recognized, but often, especially the first time invoking, such as when browsing around classes, any nu... | 2008-11-25 12:34:13 | 1,227,630,000 | verified fixed | 59c9551 | 1,233,760,000 | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Display.java | SWT |
1,209 | 248,796 | Bug 248796 [DND] Cannot drag and drop files between the Finder (ie. Cocoa and Carbon apps) | Just entering a bug based on Scott's comments so that it's not lost. Comments from Scott: At this point Im aware of only one known problem. Cocoa apps dont have a way to provide a list of files to the Finder using HFSFlavors like you have in Carbon. Instead, you place an NSArray of file names on the dragging clipboard ... | 2008-09-26 18:13:48 | 1,222,470,000 | resolved fixed | b5d451f | 1,233,730,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java | SWT |
1,210 | 256,940 | Bug 256940 Popup menus: unexpected appearance of application context menus | Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the SWT Controls Example, re the popup menu: Unlike for Carbon, in a number of controls, a right-click on the control opens an application context menu instead of the expected sample popup menu, or when no popup menu ... | 2008-11-28 15:17:47 | 1,227,900,000 | resolved fixed | 985a33e | 1,233,700,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,211 | 263,530 | Bug 263530 NPE disabling multi-line Text | - run the snippet below, wait a few seconds, and the app will close with the NPE at the bottom: public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Text text = new Text(shell, SWT.MULTI); shell.open(); display.timerExec(300... | 2009-02-03 15:10:49 | 1,233,690,000 | resolved fixed | 8971dd6 | 1,233,690,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Control.java | SWT |
1,212 | 262,970 | Bug 262970 Drag is too eager to kick in | I find the drag to kick in to easily. For example if I click and slightly non intentionally move the mouse, I get the drag icon. | 2009-01-29 16:26:37 | 1,233,260,000 | resolved fixed | 0828fa1 | 1,233,600,000 | 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/NSMutableArray.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org... | SWT |
1,213 | 262,700 | Bug 262700 Drag feedback image draws above cursor when dragging a Label | Using I20090127-0100: 1. Run DNDExample 2. Select Label from the left popup 3. Drag to the drop target ----> The feedback image that tells you a drag is underway draws above the cursor about 10 pixels or so. 4. Now, select any other item in the popup 5. Drag to the drop target ----> Image draws centered around the curs... | 2009-01-27 19:49:46 | 1,233,100,000 | resolved fixed | 924accc | 1,233,600,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java | SWT |
1,214 | 256,919 | Bug 256919 Disabling SWT controls has no effect for some controls | Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the SWT Controls Example, re the Link, ProgressBar, Sash, TabFolder and Text controls: Disabling the control (Enabled is not selected) has no effect i.e. there is no loss in functionality (unlike in Carbon). N.B. One ... | 2008-11-28 12:28:37 | 1,227,890,000 | resolved fixed | 4e70e8b | 1,233,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/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Scrollable.java | SWT |
1,215 | 262,866 | Bug 262866 CCombo is too tall (vertical height) | CCombo on Cocoa is very tall. On Carbon CCombos are about 17 pixels high. On Carbon they're about 25 pixels high. The extra height makes forms (such as the Mylyn task editor) look funny and creates much wasted space. | 2009-01-28 23:35:14 | 1,233,200,000 | resolved fixed | 18902fd | 1,233,590,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Button.java | SWT |
1,216 | 250,575 | Bug 250575 File -> Switch Workspace -> Other... does not work the first time. | Build N20081011-2000 The first time you select File -> Switch Workspace -> Other... the dialog does not appear. The second time you select the menu, the dialog will appear. | 2008-10-12 10:58:27 | 1,223,820,000 | resolved fixed | 9927361 | 1,233,430,000 | bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Display.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java 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 bundl... | SWT |
1,217 | 260,761 | Bug 260761 Need a Cocoa runloop observer for async messages | In the Carbon SWT Display has a runloop observer with an observerProc callback that calls runAsyncMessages(false) when the runloop gets kCFRunLoopBeforeWaiting. There's no Cocoa-level abstraction for run loop observers, and since this code is already 64-bit-ready we should carry it forward to the Cocoa SWT. | 2009-01-12 13:45:15 | 1,231,790,000 | resolved fixed | afaf25c | 1,233,360,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 | SWT |
1,218 | 258,727 | Bug 258727 CTabFolder should not select an item unless the first button has been pressed | null | 2008-12-13 02:17:38 | 1,229,150,000 | resolved fixed | c9f8c46 | 1,233,350,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
1,219 | 263,071 | Bug 263071 Sash cursor changes while dragging the sash | 1) Run eclipse. 2) Grab a sash to resize a view. Note that the sash has the resize cursor while grabbing. 3) Now starting a drag operation in the package explorer view and cancel it. 4) Repeat step 2 Note that the cursor changes. | 2009-01-30 12:27:12 | 1,233,340,000 | resolved fixed | 9d45068 | 1,233,350,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/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/D... | SWT |
1,220 | 262,984 | Bug 262984 SetThemeCursor() sometimes checks PTR_SIZEOF, sometimes doesn't | It checks in DropTarget.draggingEntered() and not in other places in the code. The code should be consistent, that's all. if (OS.PTR_SIZEOF == 4) OS.SetThemeCursor(OS.kThemeNotAllowedCursor); | 2009-01-29 17:54:48 | 1,233,270,000 | resolved fixed | 2965318 | 1,233,350,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java | SWT |
1,221 | 262,702 | Bug 262702 Crash on second drag of checkbox | Using I20090127-0100: 1. Run DNDExample 2. Choose Checkbox 3. Drag the box to the drop target 4. Click on the checkbox left behind from the drag. ---> Message dumped to the console: 2009-01-27 17:02:43.052 java[4052:80f] unlockFocus called too many time. 5. Now, switch to the Canvas in the left popup. 6. Switch back to... | 2009-01-27 20:09:30 | 1,233,110,000 | resolved fixed | 8ec0d06 | 1,233,350,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Button.java | SWT |
1,222 | 262,651 | Bug 262651 Crash on Cocoa | Process: eclipse [1012] Path: /Users/chrisaniszczyk/eclipses/eclipse-SDK-3.5M5/eclipse/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86 (Native) Parent Process: launchd [1] Date/Time: 2009-01-27 14:09:34.311 -0600 OS Version: Mac OS X 10.5.6 (9G55) Report Version: 6 E... | 2009-01-27 15:11:58 | 1,233,090,000 | resolved fixed | ab19b35 | 1,233,340,000 | bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSControl.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/Combo.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Sp... | SWT |
1,223 | 262,888 | Bug 262888 GTK-BIDI: Mirrored drawText background has wrong size | Below is a snippet to reproduce. There are 2 Canvases. One mirrored and one not. You should be able to see how the mirrored drawText behaves differently. It draws background far beyond the end of the string. Display display = new Display(); Shell shell = new Shell(display); shell.open(); shell.setLayout(new FillLayout(... | 2009-01-29 06:00:05 | 1,233,230,000 | verified fixed | 9fc675f | 1,233,340,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java | SWT |
1,224 | 263,062 | Bug 263062 Missing @since tag on ACC.ROLE_SPLITBUTTON | HEAD with I20090129-1800 and API baseline set to 3.4: Missing @since tag on ROLE_SPLITBUTTON ACC.java org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility @since tag problem line 54 | 2009-01-30 11:33:56 | 1,233,330,000 | resolved fixed | a3ce480 | 1,233,340,000 | bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/ACC.java | SWT |
1,225 | 262,939 | Bug 262939 Update Snippet195 | Build ID: M20080911-1700 Line 29 of Snippet195 should be changed from import org.lwjgl.opengl.glu.GLU; to import org.lwjgl.util.glu.GLU; since glu was moved in LWJGL 2.0. | 2009-01-29 13:08:10 | 1,233,250,000 | resolved fixed | 7626dd6 | 1,233,260,000 | examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet195.java | SWT |
1,226 | 262,767 | Bug 262767 [perfs] Possible regression for "Draw on a window" perf test | Looking at M20090121-0842 results it seems that a significant regression occurred since last 2 builds on scenario: org.eclipse.swt.test.Draw on a window (Win XP Sun 1.4.2_10 (3 GHz 2 GB)) Here are the numbers for this test since 3.4.1 for this test machine: R3_4_1 M20080911-1700 -0.5% M20081001-0800 -0.7% M20081023-183... | 2009-01-28 10:13:26 | 1,233,160,000 | resolved fixed | 462af9d | 1,233,240,000 | tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/performance/Test_situational.java | SWT |
1,227 | 261,553 | Bug 261553 NPE pasting in combo | I20090114-1322 java.lang.NullPointerException at org.eclipse.swt.widgets.Combo.paste(Combo.java:911) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor... | 2009-01-19 14:44:22 | 1,232,390,000 | resolved fixed | fd3c574 | 1,233,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/Text.java | SWT |
1,228 | 262,573 | Bug 262573 Hover help is dismissed without selection | 1) Put a breakpoint in Composite.setLayout() 2) Run a snippet that opens a shell, sets the shell's layout and creates a button 3) When the debug perspective comes up by hitting the breakpoint, hover the local "layout" variable 4) Click the tree in the hover help to select a field. The hover help window is dismissed. | 2009-01-27 10:48:03 | 1,233,070,000 | resolved fixed | c6bad28 | 1,233,070,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/Control.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Dis... | SWT |
1,229 | 260,585 | Bug 260585 Font and spacing is a little bit off compared to Carbon | null | 2009-01-09 15:09:05 | 1,231,530,000 | resolved fixed | ab7a143 | 1,233,010,000 | bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java 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/NSProgressIndicator.java bundles/org.eclipse.swt/Eclipse SWT PI/coco... | SWT |
1,230 | 256,346 | Bug 256346 Combo Control: Preferred size determined by currently selected item | In the context of the Controls Example, the Cocoa Combo Control when SWT.READ_ONLY is not selected: the "Preferred" size is determined by the currently selected item in the Combo control, not the longest item in the drop down list (as is the case in Carbon). If the currently selected item (when size "Preferred" is chos... | 2008-11-24 17:14:55 | 1,227,560,000 | resolved fixed | 6064bf5 | 1,233,010,000 | bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSComboBoxCell.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/Combo.java | SWT |
1,231 | 253,990 | Bug 253990 implement OpenGL support | A base implementation of this is done and released, but it's not complete and not well tested. | 2008-11-05 16:16:34 | 1,225,920,000 | resolved fixed | 6d6e8bf | 1,233,000,000 | bundles/org.eclipse.swt/Eclipse SWT OpenGL/cocoa/org/eclipse/swt/opengl/GLCanvas.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSOpenGLPixelFormat.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java | SWT |
1,232 | 262,117 | Bug 262117 [Cocoa] problem creating image | Build id: I20090113-0918 This seems to have crept up on my last platform update. 1. Take enclosed image. 2. In new plugin project use it as icon somewhere in UI. For example, in a new Perspective. 3. Launch self-hosting runtime. 4. Image doesn't appear and get following error: java.lang.IllegalArgumentException: Argume... | 2009-01-22 22:02:02 | 1,232,680,000 | resolved fixed | 5df9295 | 1,232,990,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java | SWT |
1,233 | 256,327 | Bug 256327 [Cocoa] Forms layout oddity | Build id: I20081030-1917 1. Create a new plugin project. 2. Go to "Extensions" tab. 3. Extensions list appears at bottom of part, with scroll needed to access. I'm not sure if this is an oddity with the layout for this particular form -- I haven't seen it any other place, but this page looks fine under Carbon. It looks... | 2008-11-24 15:34:53 | 1,227,560,000 | resolved fixed | a2a1691 | 1,232,990,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Canvas.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.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/Sash.java | SWT |
1,234 | 262,346 | Bug 262346 Control Example should use SWT.ICON_CANCEL for Text widget | null | 2009-01-26 05:04:33 | 1,232,960,000 | verified fixed | bb95ce6 | 1,232,980,000 | examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TextTab.java | SWT |
1,235 | 262,230 | Bug 262230 debug hover comes up blank | - create a simple snippet, insert a breakpoint, debug the snippet - when the breakpoint is hit hover over a variable to see its value -> the hover that should display the value comes up blank | 2009-01-23 14:48:38 | 1,232,740,000 | resolved fixed | a6dfe2f | 1,232,740,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java | SWT |
1,236 | 258,675 | Bug 258675 [Viewers] Arithmetic exception when typing show types dialog | Build ID: M20080911-1700 Steps To Reproduce: This bug isn't 100% reproducible, but when running eclipse on AIX via Exceed, when I open the show types dialog (using CTRL+SHIFT+T) and start typing the error dialog informs me of an Arithmetic exception. Sometimes, every letter typed after that causes the same exception to... | 2008-12-12 12:50:10 | 1,229,100,000 | resolved fixed | 266dd80 | 1,232,650,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/graphics/GC.java | SWT |
1,237 | 250,443 | Bug 250443 Content assist shells should not have title bar | . | 2008-10-10 10:44:48 | 1,223,650,000 | resolved fixed | 6c565a5 | 1,232,650,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java | SWT |
1,238 | 261,576 | Bug 261576 [mac] Mylyn notifications create an empty ghost shell under Cocoa port | Testing out Mylyn under Cocoa. Launched into a new workspace and created my first query. Upon synching each notification popup spawned a ghost shell with it. Could be a bug in the Cocoa port, could be something wrong in Mylyn that's exposed in Cocoa - I'm not sure yet. Will try produce a snippet. | 2009-01-19 19:54:39 | 1,232,410,000 | resolved fixed | ea22e75 | 1,232,640,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java | SWT |
1,239 | 258,110 | Bug 258110 wrapping Link is clipped on Help preference page | null | 2008-12-09 10:51:32 | 1,228,840,000 | resolved fixed | d956eef | 1,232,570,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Group.java | SWT |
1,240 | 261,854 | Bug 261854 adding/removing TreeItems can be very slow | - open the Cocoa class in eclipse - in the outline view press the Show/Hide Fields tool button -> this takes ~1 minute to complete on my machine -> eclipse is using setRedraw() here but the Tree implementation is not taking advantage of it | 2009-01-21 11:36:43 | 1,232,560,000 | resolved fixed | 0da1d9e | 1,232,570,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java | SWT |
1,241 | 153,432 | Bug 153432 [KeyBindings] Unicode keyboards on Mac OSX produce wrong keys when used with modifiers | null | 2006-08-10 10:22:12 | 1,155,220,000 | resolved fixed | d83561e | 1,232,500,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/Widget.java | SWT |
1,242 | 261,354 | Bug 261354 Need to implement Text#setMessage() on Motif | Need to implement Text#setMessage() on Motif | 2009-01-16 10:05:00 | 1,232,120,000 | resolved fixed | de6790e | 1,232,380,000 | bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Text.java | SWT |
1,243 | 254,792 | Bug 254792 Move Tab Group does not work on Mac/Cocoa 3.5M3 | Build ID: I20081030-1917 Steps To Reproduce: 1. Right-click a group of views, select Move -> Tab Group 2. The group seems to have focus, but can't be dragged anywhere More information: Mac OS X 10.5.5, Java 1.5.0_16 | 2008-11-10 15:15:05 | 1,226,350,000 | resolved fixed | 94671ff | 1,232,130,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tracker.java | SWT |
1,244 | 252,419 | Bug 252419 Spinner foreground and background color don't work. | null | 2008-10-28 12:30:29 | 1,225,210,000 | resolved fixed | bcf2b36 | 1,232,060,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Spinner.java | SWT |
1,245 | 252,479 | Bug 252479 resizing preference dialog tree with keyboard causes system beep | open preference dialog on the top right there's a little arrow that opens a menu. in that menu, click the "Resize Tree" menu item. resize the tree with the arrow keys. Every key press causes a system beep. | 2008-10-28 15:22:35 | 1,225,220,000 | resolved fixed | 1978495 | 1,232,050,000 | bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/SWTCanvasView.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.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,246 | 261,228 | Bug 261228 fix doc for SWT.SEARCH | SWT.SEARCH allows setMessage to work. setMessage was made to work on all platforms. In some platforms SWT.SEARCH will also change the appearance of the text widget. | 2009-01-15 12:54:19 | 1,232,040,000 | resolved fixed | e36dda8 | 1,232,040,000 | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | SWT |
1,247 | 261,052 | Bug 261052 Possible leak in DragSource.drag() method | It creates a color and does not dispose it. This is not a big problem since colors are not allocated (just a float array), but it shows up as a leak for users of Sleak. It also creates an image "newImageWithAlpha" that does not seem to be disposed. | 2009-01-14 12:36:53 | 1,231,950,000 | resolved fixed | e2c5069 | 1,231,980,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/DragSource.java | SWT |
1,248 | 244,597 | Bug 244597 Cannot activate shell programatically on gtk | - works on win2000, fails on RHEL4 and Ubuntu 8.04 - update the name of the image in the snippet below to any available image file that's a good size to show in the system tray - run the snippet - give focus to some other open shell - click on the tray icon that was added by this snippet and note that it activates the ... | 2008-08-19 14:58:50 | 1,219,170,000 | resolved fixed | da3d449 | 1,231,970,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Menu.java | SWT |
1,249 | 261,099 | Bug 261099 CTabItem curvers are blurry | null | 2009-01-14 16:37:24 | 1,231,970,000 | resolved fixed | 9a6939d | 1,231,970,000 | bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java | SWT |
1,250 | 259,379 | Bug 259379 [64] Text fields in Project Properties dialog have incorrect background | null | 2008-12-19 10:14:23 | 1,229,700,000 | resolved fixed | ef52428 | 1,231,950,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Button.java 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/Label.java bundles/o... | SWT |
1,251 | 259,003 | Bug 259003 Eclipse Cocoa: drag and drop in Package Explorer sometimes incorrectly shows icon indicating illegal drop target | Build ID: I20081211-1908 Steps To Reproduce: 1. Package Explorer: Top Level Elements > Working Sets, and create a working set, e.g. "my working set" 2. New Java project "foo"; it will show up in the "Other Projects" working set 3. Drag project "foo" onto "my working set" Actual result: Sometimes, the cursor will be sho... | 2008-12-16 14:17:28 | 1,229,460,000 | resolved fixed | 83d6a25 | 1,231,890,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 | SWT |
1,252 | 253,786 | Bug 253786 Cannot change tabs in TabFolder using keyboard | Build id: I20081104-0916 On Carbon, give focus to any tab in a tab folder, then you can type the arrow keys to move to another tab, and space to select it. You cannot do this in SWT Cocoa TabFolders. This is a keyboard accessibility issue. | 2008-11-04 16:31:12 | 1,225,830,000 | resolved fixed | 38a4564 | 1,231,880,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.java | SWT |
1,253 | 251,454 | Bug 251454 Table and Tree do not respect style SWT.NO_SCROLL | null | 2008-10-20 15:03:56 | 1,224,530,000 | resolved fixed | 1f489e5 | 1,231,880,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java | SWT |
1,254 | 254,533 | Bug 254533 Can't invoke context menu using keybindings | Build ID: I20081104-0916 Steps To Reproduce: 1. open a file in the navigator 2. ensure focus in the file content 3. move mouse into editor window 4. press cmd-option-w. expected: On Mac OS X swt carbon, this would bring up the "show in..." context menu actual: nothing. More information: same applies for the other conte... | 2008-11-06 18:08:44 | 1,226,010,000 | resolved fixed | ce1f959 | 1,231,870,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.java | SWT |
1,255 | 256,825 | Bug 256825 Eclipse "Problems Tab": dragging column separators causes application to hang | Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the Eclipse SDK Workbench, re the Problems Tab: Reproducible hang: Dragging the column separators until they touch (or cross each other) causes the application to go into an infinite loop requiring a force quit. The p... | 2008-11-27 13:39:43 | 1,227,810,000 | resolved fixed | 3609a69 | 1,231,870,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Table.java bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Tree.java | SWT |
1,256 | 260,870 | Bug 260870 buttons in perspective switcher appear too tight | - the selected button in eclipse's perspective chooser (the right control in its CBanner) does not show any margin between its left edge and its image - this is an issue with ToolItems in general: any time a ToolItem contains text and an image, the image is always shown flush against one of the item's edges | 2009-01-13 11:17:17 | 1,231,860,000 | resolved fixed | 1fb79df | 1,231,860,000 | bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSButtonCell.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/NSControl.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/ec... | SWT |
1,257 | 256,159 | Bug 256159 Certain Images copied from Lotus Notes and pasted using SWT's Clipboard are corrupted | Build ID: I20080617-2000 Steps To Reproduce: I can only reproduce this with a few images that were emailed to me in Lotus Notes. I do not know their format. If I upload the image, this bug is not reproducible, therefore, to reproduce, I'll need to forward an email to a developer who is using Notes. Then copy the image ... | 2008-11-21 14:04:32 | 1,227,290,000 | resolved fixed | 1c68849 | 1,231,860,000 | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/ImageTransfer.java | SWT |
1,258 | 260,598 | Bug 260598 [64] Crash launching N20090108-2000 | Download 64-bit version of N20090108-2000 and run it: Process: eclipse [13278] Path: /Users/ssq/Downloads/eclipse64/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86-64 (Native) Parent Process: launchd [70] Date/Time: 2009-01-09 16:41:59.431 -0500 OS Version: Mac OS X ... | 2009-01-09 16:30:54 | 1,231,540,000 | resolved fixed | 76ab2bf | 1,231,540,000 | bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Image.java | SWT |
1,259 | 182,914 | Bug 182914 Text with SWT.SEARCH doesn't work with east asian language pack | null | 2007-04-18 06:20:31 | 1,176,890,000 | resolved fixed | 6fcbcc5 | 1,231,530,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/Text.java | SWT |
1,260 | 237,517 | Bug 237517 GTK combo doesn't fire selection during arrow up/down | build RC4 3.4 gtk 2.8.20 and 2.12.1 run the snippet, and use arrow down and up to change the selection no events are fired. | 2008-06-17 15:19:17 | 1,213,730,000 | resolved fixed | a3933d2 | 1,231,530,000 | bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java | SWT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.