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

            fwang4 Fuquan Wang (Inactive) created issue -
            Hide
            fwang4 Fuquan Wang (Inactive) added a comment -

            Done in 14299

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - Done in 14299
            fwang4 Fuquan Wang (Inactive) made changes -
            Field Original Value New Value
            Assignee Fuquan Wang [ fwang4 ] Alyssa Gulledge [ alyssa ]
            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
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] Hiral Vora [ hiralv ]
            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
            hiralv Hiral Vora (Inactive) made changes -
            Assignee Hiral Vora [ hiralv ] Alyssa Gulledge [ alyssa ]
            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...
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] Hiral Vora [ hiralv ]
            hiralv Hiral Vora (Inactive) made changes -
            Assignee Hiral Vora [ hiralv ] Fuquan Wang [ fwang4 ]
            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
            fwang4 Fuquan Wang (Inactive) made changes -
            Assignee Fuquan Wang [ fwang4 ] Alyssa Gulledge [ alyssa ]
            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.
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Open [ 1 ] Resolved [ 5 ]
            Assignee Alyssa Gulledge [ alyssa ]
            Resolution Fixed [ 1 ]
            hiralv Hiral Vora (Inactive) made changes -
            Status Resolved [ 5 ] Closed [ 6 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Project IGB 7.1 [ 10240 ] Bug Repository [ 10030 ]
            Key IGBD-224 BUG-815
            Reporter Fuquan Wang [ fwang4 ] Alyssa Gulledge [ alyssa ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Link This issue is blocked by BUG-641 [ BUG-641 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Reopened [ 4 ]
            Assignee Tarun Santosh [ tkanapar ]
            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)
            tkanapar Tarun Santosh (Inactive) made changes -
            Status Reopened [ 4 ] Closed [ 6 ]
            Resolution Fixed [ 1 ]
            hiralv Hiral Vora (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Reopened [ 4 ]
            Assignee Tarun Santosh [ tkanapar ]
            hiralv Hiral Vora (Inactive) made changes -
            Status Reopened [ 4 ] Closed [ 6 ]
            Resolution Fixed [ 1 ]
            tkanapar Tarun Santosh (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Reopened [ 4 ]
            Assignee Tarun Santosh [ tkanapar ]
            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
            tkanapar Tarun Santosh (Inactive) made changes -
            Assignee Tarun Santosh [ tkanapar ] Kyle Suttlemyre [ kyle ]
            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.
            kyle Kyle Suttlemyre (Inactive) made changes -
            Status Reopened [ 4 ] Resolved [ 5 ]
            Resolution Fixed [ 1 ]
            kyle Kyle Suttlemyre (Inactive) made changes -
            Link This issue is blocked by IGBF-47 [ IGBF-47 ]

              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: