Issue 15296 - System Folder Picker does not handle HTTP URLs correctly
Summary: System Folder Picker does not handle HTTP URLs correctly
Status: CONFIRMED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows XP
: P4 Trivial (vote)
Target Milestone: AOO PleaseHelp
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-04 17:15 UTC by kai.sommerfeld
Modified: 2013-02-07 22:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.