Modify ↓
Opened 11 years ago
Closed 11 years ago
#2353 closed Bug (No Bug)
FileSelectFolder doesn't refresh after creating new folder with individual name
Reported by: | holger.pandel@… | 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 Changed 11 years ago by Jon
- Resolution set to No Bug
- Status changed from new to closed
Changed 10 years ago by anonymous
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
This looks to be a bug in the windows control rather than AutoIt.