amr_now
Gold Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Прошу повторить баг-репорт на http://bugs.opera.com/wizard (Opera 11.10 2076, а в финальной Opera 11.01 ещё хуже ini-переменные поломаны) Bug description What kind of problem is this? Other problem Where is the problem? Not sure/Other Brief summary of the problem encountered * Broken ini-variables in command "Execute Program" What URL triggers this bug, if any? Describe in 3 steps or more how to reproduce this bug * In Windows OS: 1. Install any program that can receive command-line parameters, for example download managers. A test program written in Microsoft Visual Basic, receiving command-line parameters: Module Arguments Sub Main (ByVal Args () As String) Console.WriteLine ("Count of parameters - "& args.Length (). ToString () &". ") Console.WriteLine (Environment.CommandLine) Dim Arg As String For Each Arg In Args Console.WriteLine (Arg) Next Console.Readline End Sub End Module 2. Insert into menu configuration file standard_meni.ini line running any executable file with the following parameters: %L, %U, %S, %T, %C, for example into section [Link Popup Menu], for example, Item, "Download with Download Master"=Execute program, "C:\Program Files (x86)\Download Master\dmaster.exe","%l %u description=%T" or Item, "Get Parameters"=Execute program, "c:\4\b\GetParam.exe","%l %u description=%T" 3. Right click on link, choose this new menu item "Get Parameters". When following the steps described above: 1. What do you expect to happen? * Count of parameters - 3. "C:\4\b\GetParam.exe" http://www.opera.com/support/ https://bugs.opera.com/wizarddesktop/ description="Bug Report Wizard" http://www.opera.com/support/ https://bugs.opera.com/wizarddesktop/ description="Bug Report Wizard" 2. What actually happens? * Count of parameters - 3. "C:\4\b\GetParam.exe" http://www.opera.com/support/ https://bugs.opera.com/wizarddesktop/ "description=\"Bug Report Wizard\"" http://www.opera.com/support/ https://bugs.opera.com/wizarddesktop/ description="Bug Report Wizard" In command line - unexpected extra slashes and extra framing quotes around the last parameter. This slashes distort the command line parameters, and the program does not know what parameters was transferred. For example, program "Download Master" received parameter description=%T: \test We see unexpected slash \ | Всего записей: 8604 | Зарегистр. 30-06-2006 | Отправлено: 23:15 02-04-2011 | Исправлено: amr_now, 23:19 02-04-2011 |
|