https://bugs.documentfoundation.org/show_bug.cgi?id=142752
Sunil <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INSUFFICIENTDATA |--- Status|RESOLVED |UNCONFIRMED Ever confirmed|1 |0 --- Comment #8 from Sunil <[email protected]> --- Retested on latest version 7.4.0.3. Still the issue is there. Steps to reproduce (Assuming soffice is in path): 1. Execute the following script: > #!/bin/bash >for i in {1..10000} >do > echo "Hello World" >> temp_lo_file_$i.txt >done >soffice temp_lo_file_1.txt 2. Click File -> Save As: 3. Remove the filename and start typing. It takes a lot of time to show the save as dialog box and the typing is not responsive. Cleanup temp files: > rm temp_lo_file_* Please have a look at the attached gif/video. -- You are receiving this mail because: You are the assignee for the bug.
