To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104125


User hennerdrewes changed the following:

                What    |Old value                 |New value
================================================================================
              Issue type|DEFECT                    |PATCH
--------------------------------------------------------------------------------




------- Additional comments from hennerdre...@openoffice.org Mon Sep 14 
19:34:55 +0000 2009 -------
@cd: Please have a look at the attached patch.

In FileDialogHelper_Impl::loadConfig() the link checkbox is only set, if the
filepicker's getValue( ... ).hasValue() returns false. However, the current
Vista file picker implementation for getValue() always returns a value, so the
check box is never set.

The patch lets getValue() return an empty value, if the file picker has not been
displayed yet. Therefore, it doesn't cover the case, if a check box is set, and
the value is queried before the dialog is shown.

The patch fixes the behavior of the link check box (Insert, Picture, From 
File...).

The cause for the selection check box behavior in the export file picker is
different: In FileDialogHelper_Impl::updateSelectionBox() the existence of the
selection is determined through the XControlInformation interface. This
interface, however, is only implemented by the office file picker. Is this
intentional?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to