Issue 15296

Summary: System Folder Picker does not handle HTTP URLs correctly
Product: gsl Reporter: kai.sommerfeld
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P4 CC: issues
Version: OOo 1.1 Beta2   
Target Milestone: AOO PleaseHelp   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description kai.sommerfeld 2003-06-04 17:15:43 UTC
0) Ensure you use sysetem file/folder picker [Tools->Options->General]
1) Execute following Basic script, in the folder picker dialog enter an HTTP URL
(e.g. http://www.blahblah.com) and hit Enter

  oFolderPicker = createUnoService( "com.sun.star.ui.dialogs.FolderPicker" )
  oFolderPicker.DisplayDirectory = "file:///d:/source"
  if ( oFolderPicker.execute = 1 ) then
    msgBox oFolderPicker.DisplayDirectory
  else
    msgbox "FolderPicker cancelled!"
  endif

=> Dialog disappears, oFolderPicker.DisplayDirectory contains
'file:///d:/source' and not the URL just entered!

===> The dialog should refuese to accept things it cannot handle.
Comment 1 tino.rachui 2003-06-05 06:40:54 UTC
accepted
Comment 2 tino.rachui 2003-06-10 13:55:30 UTC
Changed target milestone
Comment 3 stefan.baltzer 2004-05-18 14:13:27 UTC
SBA: Target set to "OOo later"
Comment 4 tino.rachui 2005-06-13 12:38:09 UTC
Reassigned for change of responsibilities sake.
Comment 5 kai.sommerfeld 2009-06-16 10:59:55 UTC
cd: Please take over.