Timeline
Aug 10, 2016:
- 8:55 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) closed by
- No Bug
- 8:36 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) updated by
- I take that back...it is an IE-specific issue. It works from Chrome, but IE cannot handle the URL, either. Given that, it's not exactly _IECreate at fault, and this ticket can be closed. Sorry for the false alarm! Replying to anonymous: > My apologies. I can submit in the forum, also. But to answer your question, yes, it works correctly from IE directly. > > Replying to Jos: > > Does the url you use in the script actually work when used in your IE browser? > > Please come to the forum and open a new topic for this before posting it as a bugreport. > > It is much easier to have a dialog and confirm it is a bug. > > Jos
- 8:33 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) updated by
- My apologies. I can submit in the forum, also. But to answer your question, yes, it works correctly from IE directly. Replying to Jos: > Does the url you use in the script actually work when used in your IE browser? > Please come to the forum and open a new topic for this before posting it as a bugreport. > It is much easier to have a dialog and confirm it is a bug. > Jos
- 5:51 PM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) updated by
- 2 files from different paths are not the same file, so #include-once is working as intended. Just because they have the same name does NOT make them the same file, so the logic failure is coming from your end and not the directive.
- 4:19 AM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) updated by
- the bug is #include-once is allowing multiple includes of the same file as long as they come form different paths.
- 4:17 AM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) updated by
- Isn't the sole purpose of the "#include-once" keyword to stop multiple includes of the same file. This seems like a logical way to test a modification, use an #include "abc.au3" instead of #include <abc.au3> . However if you have imbedded #include <abc.au3> in other copy books, this wont work as you now get two copies loaded. It seems illogical to allow multiple includes of the same name regardless of the path they came from. They would have to have completely different content in order to use them in any way. Is there any reason to load two dissimilar files with the same name.
Aug 8, 2016:
- 9:42 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) updated by
- I would also to know if this MSDN article: https://support.microsoft.com/en-us/kb/834489 was readed before this thicket was posted by OP. And whether this is the case. btw. You can also read this: https://www.autoitscript.com/forum/topic/111411-basic-authentication-_iecreateinetget/
- 5:37 PM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) closed by
- Rejected: That works as designed and don't see a bug reported in this post. Please use the forum when you are looking for support. Jos
- 10:42 AM Ticket #3262 (_arraysearch row search on index fails) closed by
- Fixed: Fixed by revision [11756] in version: 3.3.15.1
Aug 7, 2016:
- 10:26 PM Ticket #3262 (_arraysearch row search on index fails) created by
- almost a typo error line 1545 array.au3 two $j should be onr $j and …
- 9:42 PM Ticket #3261 (the #include-once at the top does not seem to stop the include when it ...) created by
- while I was debugging a udf from progranx86 inlude directry, I was …
Aug 4, 2016:
- 8:11 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) updated by
- Does the url you use in the script actually work when used in your IE browser? Please come to the forum and open a new topic for this before posting it as a bugreport. It is much easier to have a dialog and confirm it is a bug. Jos
- 7:28 PM Ticket #3260 (_IECreate cannot handle basic auth with domain included in username) created by
- When using _IECreate to open a website that requires basic auth, the …
Aug 3, 2016:
- 7:24 AM Ticket #3259 (root) closed by
- No Bug
- 4:24 AM Ticket #3259 (root) updated by
- Please elaborate.
Aug 2, 2016:
- 8:51 PM Ticket #3259 (root) created by
- web anda akan terancam bahaya
Jul 30, 2016:
- 1:17 PM Ticket #3258 (RegDelete bug ? Deleting values from keys without write access rights) closed by
- No Bug: The special return is when you have access successfuly to the key which is not the case as you don't run i admin mode For me AutoIT behavior is OK
Jul 29, 2016:
- 2:04 AM Ticket #3258 (RegDelete bug ? Deleting values from keys without write access rights) updated by
- I've already started forum topic one week agou but there was no replies, so I've decided to post it here. The script can not be made because of write access. If a can write to key with a script the error will not be reproduced. To reproduce it you can manually create 'HKEY_LOCAL_MACHINE\SYSTEM\Test' key with elevated program like regedit.exe. The key must be empty, without any values. And after that just try to execute that code with autoit without elevation: ---- $i_regdelete_result = RegDelete( 'HKEY_LOCAL_MACHINE\SYSTEM\Test' , 'value' ) ---- $i_regdelete_result will have value = 2 , but according to documentation return value must be 0 because there is no 'value' it this key. Scenario assumes that UAC is on. The topic I've started before is here: https://www.autoitscript.com/forum/topic/183671-regdelete-bug-deleting-values-from-keys-without-write-access-rights/
Jul 28, 2016:
- 6:02 PM Ticket #3258 (RegDelete bug ? Deleting values from keys without write access rights) updated by
- Please create a replicator script that creates the registry entry and then the statements you are talking about which are not working according to you. I actually would advice you to come to our forums and post this as a questions to get it confirmed this is a bug before posting it here as this is much harder to have the dialog. Jos
- 3:14 AM Ticket #3258 (RegDelete bug ? Deleting values from keys without write access rights) created by
- Hello! I've found some not obvious behaivor of RegDelete() function. …
Jul 26, 2016:
- 5:50 PM Ticket #3257 (Incorrect format in AutoIt Help File) updated by
- Fixed - thanks for the report. M23
- 5:49 PM Ticket #3257 (Incorrect format in AutoIt Help File) closed by
- Fixed: Fixed by revision [11725] in version: 3.3.15.1
Jul 24, 2016:
Jul 23, 2016:
- 7:56 PM Ticket #3249 (AutoIt library for Robot Framework launches the incorrect file if ...) closed by
- Rejected: No example script posted showing the issue, seems more like a question than a bug report.
Jul 22, 2016:
- 3:33 PM Ticket #3256 (Error in Au3Stripper) updated by
- Please try the current beta version 16.612.1119.1 to see if that fixes it and doesn't brake anything else. Jos
- 2:47 PM Ticket #3256 (Error in Au3Stripper) updated by
- Will have a look. Thanks Jos
- 2:47 PM Ticket #3256 (Error in Au3Stripper) updated by
-
Status changed
- 5:22 AM Ticket #3256 (Error in Au3Stripper) updated by
- Replying to omash@…: > > Replying to Jos: > > Please post a clear bug report to avoid me having to guess, which includes a code snippet and the error made in the output script after running au3stripper. > > > > Thanks > > Jos > > {{{ > Global Const $a[3] = [0, 1, 2] > _Test() > Func _Test () > Local $str = "tst1" & $a[1] & "tst2" > MsgBox(0, , $str) > EndFunc > }}} After starting the au3stripper: […]
- 5:13 AM Ticket #3256 (Error in Au3Stripper) updated by
- Replying to Jos: > Please post a clear bug report to avoid me having to guess, which includes a code snippet and the error made in the output script after running au3stripper. > > Thanks > Jos […]
Jul 21, 2016:
- 8:14 PM Ticket #3257 (Incorrect format in AutoIt Help File) created by
- _Date_Time_DOSDateToArray Function In Help Return Value Returns an …
- 7:45 PM Ticket #3256 (Error in Au3Stripper) updated by
- Please post a clear bug report to avoid me having to guess, which includes a code snippet and the error made in the output script after running au3stripper. Thanks Jos
- 10:11 AM Ticket #3256 (Error in Au3Stripper) created by
- Au3Stripper does not handle the type of line: Global Const …
Jul 20, 2016:
- 10:13 AM Ticket #3255 (Drag & Drop not working when Windows DPI setting is above 100%) created by
- I've noticed that drag & drop in AutoIt GUI doesn't work when Windows …
Jul 17, 2016:
- 9:44 AM Ticket #3254 (_GetIP() - The overload protection of the IP discovery sites dont work!) closed by
- Duplicate: This has been solved with #3120
- 9:42 AM Ticket #3253 (_GetIP() never get called in the first 5 minutes after pc restart) closed by
- Duplicate: This has been solved with #3120
Jul 16, 2016:
- 11:52 PM Ticket #3254 (_GetIP() - The overload protection of the IP discovery sites dont work!) updated by
- With overload protection i meant that the 5 minutes cooldown.
- 11:43 PM Ticket #3254 (_GetIP() - The overload protection of the IP discovery sites dont work!) created by
- The IP discovery site overload protection dont work. The bug is …
- 11:37 PM Ticket #3253 (_GetIP() never get called in the first 5 minutes after pc restart) updated by
- Sry. Better title would be "_GetIP() always returns 0 in the first 5 minutes after pc start"
- 11:23 PM Ticket #3253 (_GetIP() never get called in the first 5 minutes after pc restart) created by
- In _GetIP() there is a TimerDiff() called without a previous …
Jul 13, 2016:
- 3:54 PM Ticket #3252 ($GUI_DROPACCEPTED with #RequireAdmin - Windows 10) updated by
- Ok you were right Jpm. Thanks
- 3:19 PM Ticket #605 (_InetSmtpMail sets wrong Date) updated by
- Same problem with Exchange 2013.
Jul 12, 2016:
- 7:53 AM Ticket #3252 ($GUI_DROPACCEPTED with #RequireAdmin - Windows 10) updated by
- For me the behavior of Windows 10 is normal as when you run in Admin mode you have different access rights. The question is the access rights in Windows 7 are certainly identical as the one in requireadmin . You can verify that the confirmation of the switch to admin mode is not done, so the drop is OK
Note:
See TracTimeline
for information about the timeline view.
