Modify ↓
Opened 13 years ago
Closed 13 years ago
#2353 closed Bug (No Bug)
FileSelectFolder doesn't refresh after creating new folder with individual name
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | Cc: |
Description
How to reproduce:
- assign a network drive (net use z: \\server\share)
- open a FileSelectFolder dialog via
$bla = FileSelectFolder("test","Z:\",3)
- create new folder with corresponding button and change the folder name immediately (i. e. "test"), then press ENTER
-> the folder is created with the new name in the background (check with windows explorer), but the dialog doesn't refresh (still shows "New folder") and $bla returns "New folder" also
Problem exists under Win7 and Win8 (32bit and 64bit). Win XP works as expected.
Tested under: Win8 64bit / Win7 32bit, AutoIt latest stable and beta, against Samba 3, Win Srv 2003, Win Srv 2008 R2 64bit
Attachments (1)
Change History (2)
comment:1 by , 13 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
by , 12 years ago
| Attachment: | license.html added |
|---|
Note:
See TracTickets
for help on using tickets.

This looks to be a bug in the windows control rather than AutoIt.