https://bz.apache.org/ooo/show_bug.cgi?id=126377
Issue ID: 126377
Issue Type: DEFECT
Summary: Default SystemFilePicker setMultiSelectionMode is
broken
Product: App Dev
Version: 4.1.1
Hardware: PC
OS: Windows 7
Status: CONFIRMED
Severity: normal
Priority: P5
Component: api
Assignee: [email protected]
Reporter: [email protected]
Described default already exists on AOO 3.4.1.
Tools > Options > OpenOffice > General : uncheck Use OpenOffice dialogs
Run Macro1 of attached document: it is impossible to select more than one file.
Tools > Options > OpenOffice > General : check Use OpenOffice dialogs
Run Macro1 of attached document : selection of several files is possible.
Interface XInitialization available from FilePicker provides the ability to
choose between different custom templates. But it is optional and by default
FilePicker uses only the common controls.
Macro2 of attached document uses template FILEOPEN_SIMPLE, which should be the
default template.
Tools > Options > OpenOffice > General : uncheck Use OpenOffice dialogs
Run Macro2 : selection of several files is possible.
Note : method getFiles() returns an incorrect list of files. This is Bug
126376.
--
You are receiving this mail because:
You are the assignee for the issue.