Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix bug 149105:cancel operation in hyperlink options (select a target report) is not user friendly

Summary
cancel operation in hyperlink options (select a target report) is not user friendly


Bugzilla Bug (s) Resolved
149105


Description
Now, if user clicks Cancel button, the content in Text control will keep the same as before.

Fix another bug(without bug number in bugzilla)
In linux envionment, when user open a FileDialog to select a file, the extension filter may be useless. So I check the file extension after the file is selected.
The update including BgImageFieldEditor, WizardSelectCssStylePage and HyperlinkBuilder.

Tests Description Manual test

Files Edited

/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/nls/messages.properties
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BgImageFieldEditor.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/WizardSelectCssStylePage.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java


Files Added



Files Deleted



Notes to Build Team



Notes to Developers



Notes to QA



Notes to Documentation



Back to the top