Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Nebula/Releases/2.0.0/NaN"

(Change New and Noteworthy to show positive words in the summary of each issue.)
Line 6: Line 6:
 
{| style="width: 100%;"
 
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=525836 525836 - Highlighting of days in CDateTime is broken]
+
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=525836 525836 - Highlighting restored to CDateTime]
 
| Due to a retired internal SWT project, selection highlighting was broken on CDateTime.<br/>
 
| Due to a retired internal SWT project, selection highlighting was broken on CDateTime.<br/>
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=525836 Glenn Burkhardt]
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=525836 Glenn Burkhardt]
Line 18: Line 18:
 
{| style="width: 100%;"
 
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529842 529842 - SWTException when disposing Gallery immediately after scrolling]
+
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529842 529842 - Fixed SWTException when disposing Gallery immediately after scrolling]
 
| Fixed a source of a &quot;Widget is disposed&quot; exception, which was particularly easy to trigger when using ScrollingSmoother.<br/>
 
| Fixed a source of a &quot;Widget is disposed&quot; exception, which was particularly easy to trigger when using ScrollingSmoother.<br/>
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529842 Justin Dolezy]
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529842 Justin Dolezy]
Line 25: Line 25:
 
{| style="width: 100%;"
 
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529912 529912 - NullPointerExceptions when traversing across empty groups in Gallery]
+
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529912 529912 - Fixed NullPointerExceptions when traversing across empty groups in Gallery]
 
| When navigating using the keyboard across an expanded empty group, NullPointerExceptions would occur. Specifically, when  traversing down from one group through the empty group into the next group below, and aslo left from the first element of a group through the empty group to the last element of the previous group.<br/>
 
| When navigating using the keyboard across an expanded empty group, NullPointerExceptions would occur. Specifically, when  traversing down from one group through the empty group into the next group below, and aslo left from the first element of a group through the empty group to the last element of the previous group.<br/>
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529912 Justin Dolezy]
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529912 Justin Dolezy]

Revision as of 06:56, 26 February 2018

Release 1.5.0 New and Noteworthy


CDateTime


525836 - Highlighting restored to CDateTime Due to a retired internal SWT project, selection highlighting was broken on CDateTime.

Contributor: Glenn Burkhardt

Nebula N&N 1.5 - hghlight.gif


Gallery


529842 - Fixed SWTException when disposing Gallery immediately after scrolling Fixed a source of a "Widget is disposed" exception, which was particularly easy to trigger when using ScrollingSmoother.

Contributor: Justin Dolezy

529912 - Fixed NullPointerExceptions when traversing across empty groups in Gallery When navigating using the keyboard across an expanded empty group, NullPointerExceptions would occur. Specifically, when traversing down from one group through the empty group into the next group below, and aslo left from the first element of a group through the empty group to the last element of the previous group.

Contributor: Justin Dolezy


Bugs Fixed in this Release

See 1.5.0 project bugs page or the Bugzilla report Bugs Fixed in Nebula 1.5.0

Back to the top