View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038399 | Lazarus | LCL | public | 2021-01-26 09:17 | 2021-02-01 12:26 |
Reporter | Andrea Mauri | Assigned To | Dmitry Boyarintsev | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | x86_64 | OS | macOS | ||
Product Version | 2.1 (SVN) | ||||
Summary | 0038399: opendialog does not select all files | ||||
Description | If I have a folder including thousands of files, having an opendialog allowing multiple selection. I try to load all files (selecting the first one and scrolling till the last one), after selecting the first one I scroll till the last one and "Shift-Click" to select the entire list. Only a limited number of files is selected by the opendialog (you can check the number shown on the dialog). It is partially fixed by skalogryz, since now if the opendialog has no filter the opendialog works properly, if I set the opendialog filter property the opendialog fails. | ||||
Steps To Reproduce | A sample project is attached. | ||||
Additional Information | Additional info can be found on lazarus forum at: https://forum.lazarus.freepascal.org/index.php/topic,52989.msg391487.html | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 64442 | ||||
LazTarget | - | ||||
Widgetset | Cocoa | ||||
Attached Files |
|
|
|
|
the new changes are available in trunk. you might need to set CocoaUseUTIFilter to true, as shown at: https://wiki.freepascal.org/Cocoa_Internals/Dialogs#File_Type_Filters please test and close if ok |
|
Tested on trunk. It works |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-26 09:17 | Andrea Mauri | New Issue | |
2021-01-26 09:17 | Andrea Mauri | File Added: open_dialog_multiple.zip | |
2021-01-30 18:58 | Dmitry Boyarintsev | Assigned To | => Dmitry Boyarintsev |
2021-01-30 18:58 | Dmitry Boyarintsev | Status | new => resolved |
2021-01-30 18:58 | Dmitry Boyarintsev | Resolution | open => fixed |
2021-01-30 18:58 | Dmitry Boyarintsev | Fixed in Revision | => 64442 |
2021-01-30 18:58 | Dmitry Boyarintsev | LazTarget | => - |
2021-01-30 18:58 | Dmitry Boyarintsev | Widgetset | Cocoa => Cocoa |
2021-01-30 19:09 | Dmitry Boyarintsev | Note Added: 0128682 | |
2021-02-01 12:26 | Andrea Mauri | Status | resolved => closed |
2021-02-01 12:26 | Andrea Mauri | Note Added: 0128722 |