Opened 12 years ago
Closed 12 years ago
#1752 closed defect (fixed)
The "Save as" dialog doesn't update the path when changing directories
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.2.3 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Use any function that brings up a "Save as" dialog, for example "Export" a table as tab-separated text file. Use the "Browse" button to open the "Save as" dialog. The dialog consists of three parts, a directory tree, a file list and a form field with the current path (+selected file name). When browsing around in the directory tree the path should be updated but it is not. This forces the user to manually enter the complete path in order to save a file.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Seems like this was broken in BASE 3.1 when implementing GUI improvements in #1655
list_directories.jsp
[5953]. There is a single line of code that has been commented out, possible due to debugging. Enabling that line again seems to fix the problem.