Ticket #2019 (closed bug: duplicate)
Trying to insert a not pdf file as a pdf throws an exception
Reported by: | milen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | M12_RELEASE |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | milen | Design_owners: | meddle |
Imp._owners: | meddle | Test_owners: | |
Analysis_reviewers: | meddle | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle |
Test_reviewers: | vanya | Analysis_score: | 0 |
Design_score: | 0 | Imp._score: | 0 |
Test_score: | 0 |
Description (last modified by vanya) (diff)
- Create a book.
- Click on Insert->PDF...
- Select "All files" for files' types.
- Select a file which is not a pdf one and press "Open". Notice an exception is thrown instead of dialog for unsupported file.
Attachments
Change History
comment:2 Changed 16 years ago by meddle
- Design_owners set to meddle
- Status changed from s1b_analysis_finished to s3c_implementation_ok
- Imp._owners set to meddle
- Analysis_reviewers set to meddle
- Imp._reviewers set to meddle
- Design_reviewers set to meddle
See [6803], fixed by the integrators.
The problem was that if the file is in wrong format a RuntimeException was thrown. The exception will be not thrown anymore and a error dialog will pop up if the file format is wrong...
Note: See
TracTickets for help on using
tickets.