Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix bug 160261-[Regression]An unexpected internal exception occurs when clicking the Margin item in Master Page

Summary Fix Bugzilla bug 160261-[Regression]An unexpected internal exception occurs when clicking the Margin item in Master Page

Bugzilla Bug (s) Resolved 160261

Description
This regerssion bug is caused by missing the "spinnerPropertyDescriptor" which is removed on replacing the BIRT spinner with SWT spinner. Fixed it by adding the new "spinnerPropertyDescriptor" using SWT spinner.

Tests Description Manual test and code review.

Notes to Build Team

Notes to Developers

Notes to QA

Notes to Documentation

Files Added

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/SpinnerPropertyDescriptor.java



Files Edited

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/PropertyDescriptorFactory.java

 

Hongchang Lin


Back to the top