Uploaded image for project: 'Bug Repository'
  1. Bug Repository
  2. BUG-815

Copy Bookmark to Clipboard does not contain data information

    Details

    • Type: Bug
    • Status: Resolved (View Workflow)
    • Priority: Major
    • Resolution: Fixed
    • Labels:
      None

      Description

      Currently the 'Copy Bookmark to Clipboard' does only create a bookmark URL with position but not data, similar to the case when you check 'Position Only' during adding a bookmark.

      It should be 'position + data' for this action.

        Attachments

          Issue Links

            Activity

            Hide
            fwang4 Fuquan Wang (Inactive) added a comment -

            Done in 14299

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - Done in 14299
            Hide
            hiralv Hiral Vora (Inactive) added a comment -

            Fixed for v7.0 in r14313.

            Show
            hiralv Hiral Vora (Inactive) added a comment - Fixed for v7.0 in r14313.
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            The data is present, but it is in an unusable format. All of the information is run together in a continuous single line. The 'separator symbol' is & sign. This is annoying, but far worse is that "/" marks are replaced with"%2F" and ":" is replaced with "%3A", which is very bad when intermingled with dates or in URL addresses. Can we get this copied as pure text, with returns? The current output is close to useless... example :

            http://localhost:7085/UnibrowControl?version=D_melanogaster_Apr_2006&seqid=chr2L&start=5678619&end=5679245&loadresidues=false&feature_url_0=http%3A%2 %2Figbquickload.org%2Fquickload%2FD_melanogaster_Apr_2006%2FD_melanogaster_Apr_2006_refGene.bed.gz&sym_method_0=http%3A%2F%2Figbquickload.org%2Fquickload%2FD_melanogaster_Apr_2006%2FD_melanogaster_Apr_2006_refGene.bed.gz&sym_ypos_0=0&sym_yheight_0=50&sym_col_0=0x333399&sym_bg_0=0xDEE0E0&sym_name_0=RefGene&query_url=http%3A%2F%2Figbquickload.org%2Fquickload%2FD_melanogaster_Apr_2006%2FD_melanogaster_Apr_2006_refGene.bed.gz&server_url=http%3A%2F%2Figbquickload.org%2Fquickload%2F&create=2013%2F04%2F22+14%3A28%3A51&modified=2013%2F04%2F22+14%3A28%3A51

            Show
            alyssa Alyssa Gulledge (Inactive) added a comment - The data is present, but it is in an unusable format. All of the information is run together in a continuous single line. The 'separator symbol' is & sign. This is annoying, but far worse is that "/" marks are replaced with"%2F" and ":" is replaced with "%3A", which is very bad when intermingled with dates or in URL addresses. Can we get this copied as pure text, with returns? The current output is close to useless... example : http://localhost:7085/UnibrowControl?version=D_melanogaster_Apr_2006&seqid=chr2L&start=5678619&end=5679245&loadresidues=false&feature_url_0=http%3A%2 %2Figbquickload.org%2Fquickload%2FD_melanogaster_Apr_2006%2FD_melanogaster_Apr_2006_refGene.bed.gz&sym_method_0=http%3A%2F%2Figbquickload.org%2Fquickload%2FD_melanogaster_Apr_2006%2FD_melanogaster_Apr_2006_refGene.bed.gz&sym_ypos_0=0&sym_yheight_0=50&sym_col_0=0x333399&sym_bg_0=0xDEE0E0&sym_name_0=RefGene&query_url=http%3A%2F%2Figbquickload.org%2Fquickload%2FD_melanogaster_Apr_2006%2FD_melanogaster_Apr_2006_refGene.bed.gz&server_url=http%3A%2F%2Figbquickload.org%2Fquickload%2F&create=2013%2F04%2F22+14%3A28%3A51&modified=2013%2F04%2F22+14%3A28%3A51
            Hide
            fwang4 Fuquan Wang (Inactive) added a comment -

            It is missing a 'F' for %2F at the end of the first line of the URL given above.

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - It is missing a 'F' for %2F at the end of the first line of the URL given above.
            Hide
            hiralv Hiral Vora (Inactive) added a comment -

            Pure text won't works as a url

            Show
            hiralv Hiral Vora (Inactive) added a comment - Pure text won't works as a url
            Hide
            fwang4 Fuquan Wang (Inactive) added a comment -

            I tried this:

            Adding 'F' back to above URL, paste to Chrome and hit Enter (with IGB open) then IGB shows data.

            Then I click 'Copy bookmark to clipboard', close the IGB tracks, paste & hit again. IGB still shows the data.

            So seems like it is not losing 'F' during the copy. Did you have any other steps between copying and pasting here in Jira?

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - I tried this: Adding 'F' back to above URL, paste to Chrome and hit Enter (with IGB open) then IGB shows data. Then I click 'Copy bookmark to clipboard', close the IGB tracks, paste & hit again. IGB still shows the data. So seems like it is not losing 'F' during the copy. Did you have any other steps between copying and pasting here in Jira?
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            The function NAME is misleading... the problem is that "Copy bookmark to clipboard" sounds like a function where you would copy all of the information in a formatted text way, to then paste into a paper, etc. What this function is doing is making a URL out of the bookmark, correct? Can we then call this function "Copy Bookmark as URL" which makes more sense. In which case, it is working fine...

            Show
            alyssa Alyssa Gulledge (Inactive) added a comment - The function NAME is misleading... the problem is that "Copy bookmark to clipboard" sounds like a function where you would copy all of the information in a formatted text way, to then paste into a paper, etc. What this function is doing is making a URL out of the bookmark, correct? Can we then call this function "Copy Bookmark as URL" which makes more sense. In which case, it is working fine...
            Hide
            fwang4 Fuquan Wang (Inactive) added a comment -

            Menu title updated in trunk 14366

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - Menu title updated in trunk 14366
            Hide
            fwang4 Fuquan Wang (Inactive) added a comment -

            Done for v7.0 in 14367

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - Done for v7.0 in 14367
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            Good. Seems to work fine.

            Show
            alyssa Alyssa Gulledge (Inactive) added a comment - Good. Seems to work fine.
            Hide
            tkanapar Tarun Santosh (Inactive) added a comment -

            Passed in Mac IGB 7.0.4 (15396)

            Show
            tkanapar Tarun Santosh (Inactive) added a comment - Passed in Mac IGB 7.0.4 (15396)
            Hide
            tkanapar Tarun Santosh (Inactive) added a comment -

            Testing development branch IGB_8_1
            Passed in MAC OS X 10.9.2
            JAVA 1.7

            Show
            tkanapar Tarun Santosh (Inactive) added a comment - Testing development branch IGB_8_1 Passed in MAC OS X 10.9.2 JAVA 1.7
            Hide
            kyle Kyle Suttlemyre (Inactive) added a comment -

            Passed IGB 8.1.1

            Adding bookmarks action to a right click context menu would be nice though.

            Show
            kyle Kyle Suttlemyre (Inactive) added a comment - Passed IGB 8.1.1 Adding bookmarks action to a right click context menu would be nice though.

              People

              • Assignee:
                kyle Kyle Suttlemyre (Inactive)
                Reporter:
                alyssa Alyssa Gulledge (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: