https://bugs.winehq.org/show_bug.cgi?id=42458
Bug ID: 42458 Summary: Preserve the sort order and column with in Office file open dialogs after deleting a file Product: Wine Version: 2.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ddascalescu+wine@gmail.com Distribution: ---
1. Open Excel 2. Open a file in Excel, in a directory with some files you can delete 3. Resize the columns in the file open dialog, and change the sort order. Typically, I widen the Name column so I can see longer filenames, and sort descending by Modified date. 4. Click on a file then press Delete then Yes.
Notice how the columns reset to the default widths and sort order. This becomes very annoying when opening one file after another, checking/pasting data, then deleting the file.
https://bugs.winehq.org/show_bug.cgi?id=42458
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Hi, Dan.
Is this reproducible with File -> Open from 'wine notepad' ?
https://bugs.winehq.org/show_bug.cgi?id=42458
Omega Software development@winomega.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |development@winomega.com
--- Comment #2 from Omega Software development@winomega.com --- Could this be related to bug 44596?
https://bugs.winehq.org/show_bug.cgi?id=42458
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Omega Software from comment #2)
Could this be related to bug 44596?
Why?
https://bugs.winehq.org/show_bug.cgi?id=42458
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Regression SHA1| |44596
https://bugs.winehq.org/show_bug.cgi?id=42458
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|44596 |
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- value = 123;
https://bugs.winehq.org/show_bug.cgi?id=42458
--- Comment #5 from Omega Software development@winomega.com --- (In reply to Nikolay Sivov from comment #3)
(In reply to Omega Software from comment #2)
Could this be related to bug 44596?
Why?
Exhibits very similar behavior. It could be caused by the same code pattern (relying on registry order). Just maybe. I guess a +reg trace would tell.