DescriptionFixing bug in updating file list in save-as dialog.
Problem occuired because file manager code uses the selectedIndexes property of selectionModel. But setter for this methos is implemented only for multi-selection list, but not fo single selection (which is used in the save-as dialog). It fails to restore selection and consequently fails to restore lead item. Resetting lead item stops renaming.
BUG=138975
TEST=Manual test
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151200
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Messages
Total messages: 10 (0 generated)
|