This particular bug passes BUT there are other issues associated with the Import/Export functions used to test this bug. They are as follows and the Export issue must be addressed.
Import Button
Header of window says "Open", perhaps it would be more concurrent to have it say "Import"
Only allows HTML files
.html, .htm, .xhtml
Export Button
Header of window says "Save", perhaps it would be more concurrent to have it say "Export"
Allows saving in HTML and text formats
.html, .htm, .xhtml
.txt
Saves ENTIRE Bookmarks folder when only one bookmark is selected
This is not proper behavior, only the selected bookmark or folder should be saved, not the entire Bookmarks section
As a .txt file it saves the entire Tree of folders and bookmarks as well, including the unique comments for each
Richard Linchangco (Inactive)
added a comment - Passed V.13751, Mac, Java 1.7.0_09
This particular bug passes BUT there are other issues associated with the Import/Export functions used to test this bug. They are as follows and the Export issue must be addressed.
Import Button
Header of window says "Open", perhaps it would be more concurrent to have it say "Import"
Only allows HTML files
.html, .htm, .xhtml
Export Button
Header of window says "Save", perhaps it would be more concurrent to have it say "Export"
Allows saving in HTML and text formats
.html, .htm, .xhtml
.txt
Saves ENTIRE Bookmarks folder when only one bookmark is selected
This is not proper behavior, only the selected bookmark or folder should be saved, not the entire Bookmarks section
As a .txt file it saves the entire Tree of folders and bookmarks as well, including the unique comments for each
Fuquan Wang (Inactive)
added a comment - Fixed in 13767:
1. Title the file selection dialogs as 'Export' or 'Import'
2. Now the 'export' will export from the tree node you selected, rather than always export the whole bookmark tree.
Empty content for separator.
3. If nothing selected (before any selection or when a node deleted), whole tree will be exported
Richard Linchangco (Inactive)
added a comment - Passed V.13772, Mac, Java 1.7.0_09
Export works properly as described by Fuquan
Import continues to function properly.
Added in r10485