https://issues.apache.org/ooo/show_bug.cgi?id=125367

Ariel Constenla-Haile <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Latest|---                         |4.2.0-dev
    Confirmation on|                            |
            Version|4.2.0-dev                   |OOo 3.4 Beta

--- Comment #6 from Ariel Constenla-Haile <[email protected]> ---
The problem is indeed with the system FilePicker implementation in Windows >=
Vista.

void VistaFilePickerImpl::impl_sta_GetControlValue(const RequestRef& rRequest)
in fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx

It does not take into account
css::ui::dialogs::ExtendedFilePickerElementIds::LISTBOX_VERSION

The bug also applies to other listbox controls:

css::ui::dialogs::ExtendedFilePickerElementIds::LISTBOX_VERSION
css::ui::dialogs::ExtendedFilePickerElementIds::LISTBOX_TEMPLATE
css::ui::dialogs::ExtendedFilePickerElementIds::LISTBOX_IMAGE_TEMPLATE

Example:

- make sure you are using the system dialogs in Windows >= Vista (Tools -
Options... - OpenOffice - General - Open/Save dialogs - UNcheck "Use OpenOffice
dialogs")
- new Writer document
- Insert - Picture - From File...
- Select a picture
- In the "Style" listbox, select "Watermark"
- Result: the picture is inserted with the frame style "Graphics" (the default)

- Switch to use OpenOffice dialogs (Tools - Options... - OpenOffice - General -
Open/Save dialogs - check "Use OpenOffice dialogs")
- insert a picture with frame style "Watermark"
- Result: the frame style is the one selected

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to