Alyssa Gulledge (Inactive)
added a comment - Also - export MUST check to see if a file already exists and warn the user if they are going to over write the file!
The style I would like is as follows:
The name of the bookmark or folder, left aligned
1 row of space
comment left aligned.
2 rows of space before the next entry
Do NOT output the actual bookmark html into the text file. Just the name and the comment. if the user wants the link, they can just use the HTML export... that is the point.
Alyssa Gulledge (Inactive)
added a comment - The style I would like is as follows:
The name of the bookmark or folder, left aligned
1 row of space
comment left aligned.
2 rows of space before the next entry
Do NOT output the actual bookmark html into the text file. Just the name and the comment. if the user wants the link, they can just use the HTML export... that is the point.
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