• 0
    • 2
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      I often use 'middle click paste' in linux to copy text from the terminal or Emacs into the confluence page. However, in the version we're using, this method just fails. I'm not sure what is happening to the middle click.

            [CONFSERVER-28222] Middle mouse button paste (linux) fails

            Thank you for raising this suggestion.
            We regret to inform you that due to limited demand, we have no plans to implement it in the foreseeable future. In order to set expectations, we're closing this request now. Sometimes potentially valuable tickets do get closed where the Summary or Description has not caught the attention of the community. If you feel that this suggestion is valuable, consider describing in more detail or outlining how this request will help you achieve your goals. We may then be able to provide better guidance.
            For more context, check out our Community blog on our updated workflow for Suggestions
            Cheers,

            Confluence Product Management

            Adam Barnes (Inactive) added a comment - Thank you for raising this suggestion. We regret to inform you that due to limited demand, we have no plans to implement it in the foreseeable future. In order to set expectations, we're closing this request now. Sometimes potentially valuable tickets do get closed where the Summary or Description has not caught the attention of the community. If you feel that this suggestion is valuable, consider describing in more detail or outlining how this request will help you achieve your goals. We may then be able to provide better guidance. For more context, check out our Community blog on our updated workflow for Suggestions Cheers, Confluence Product Management

            Joe Doss added a comment -

            Please fix this issue. It makes editing documents with a Linux based workstation very frustrating. 

            Joe Doss added a comment - Please fix this issue. It makes editing documents with a Linux based workstation very frustrating. 

            Please fix this. This hurts Confluence adoption at a linux-heavy shop. It cannot be that hard.

            Steven Behnke added a comment - Please fix this. This hurts Confluence adoption at a linux-heavy shop. It  cannot be that hard.

            This bug is very annoying. It started catching me when we upgraded Confluence from 5.9.6 to 6.5.2. Worked fine before.

            I'm very interested in seeing a fix as it's made using Confluence a pain!

            Let me know if I can provide any additional information or do any testing.

            Andrew Culver added a comment - This bug is very annoying. It started catching me when we upgraded Confluence from 5.9.6 to 6.5.2. Worked fine before. I'm very interested in seeing a fix as it's made using Confluence a pain! Let me know if I can provide any additional information or do any testing.

            A possible workaround may be to first capture the contents of the paste buffer before overwriting it, then restoring that content after hijacking it.

            James Fleming (Inactive) added a comment - A possible workaround may be to first capture the contents of the paste buffer before overwriting it, then restoring that content after hijacking it.

            This is still causing me to scream at Confluence in surprise and frustration every time it catches me out, which is not pleasant for my co-workers.
            Why is the editor hijacking the paste buffer like this?

            James Fleming (Inactive) added a comment - This is still causing me to scream at Confluence in surprise and frustration every time it catches me out, which is not pleasant for my co-workers. Why is the editor hijacking the paste buffer like this?

            This seems to be related to Confluence (ab)using the middle-click paste buffer as an edit buffer when manipulating page contents.
            Many actions, but particularly undo and switching from view to edit, cause the entire contents of the page to be inserted into that buffer, providing a nasty surprise when you paste what you thought was the text that you swipe-copied from somewhere else. The larger the page, the nastier the surprise when the entire page is unexpectedly inserted into itself, leaving the user to cancel the edit, re-click on Edit, then make the same edits again and try to remember to swipe-copy just before pasting, and not a single action earlier.

            This isn't specific to Chrome; it's been causing havoc for me in Firefox.

            James Fleming (Inactive) added a comment - This seems to be related to Confluence (ab)using the middle-click paste buffer as an edit buffer when manipulating page contents. Many actions, but particularly undo and switching from view to edit, cause the entire contents of the page to be inserted into that buffer, providing a nasty surprise when you paste what you thought was the text that you swipe-copied from somewhere else. The larger the page, the nastier the surprise when the entire page is unexpectedly inserted into itself, leaving the user to cancel the edit, re-click on Edit, then make the same edits again and try to remember to swipe-copy just before pasting, and not a single action earlier. This isn't specific to Chrome; it's been causing havoc for me in Firefox.

            Mike Croft added a comment -

            Any word on a fix for this? As Mike Hudson said in January, this is fixed in TinyMCE. If this is the editor that Confluence uses, will it be included in future versions soon?

            I'm on Confluence 5.6.6 and still seeing the bug.

            Mike Croft added a comment - Any word on a fix for this? As Mike Hudson said in January, this is fixed in TinyMCE. If this is the editor that Confluence uses, will it be included in future versions soon? I'm on Confluence 5.6.6 and still seeing the bug.

            This also annoyed me enough to look up a fix. After reading the above I tracked what happens to my clipboards through the sequence of operations with a little utility I wrote:

            --- CHANGED: PRIMARY (action taken: double-click word to copy)
            Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain
            'userPrincipalName'
            
            --- CHANGED: PRIMARY (action taken: middle-click Confluence )
            Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain
            '\xef\xbb\xbf\xef\xbb\xbf'
            
            --- CHANGED: PRIMARY (action taken: double-click word to copy)
            Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain
            'sAMAccountType'
            
            --- CHANGED: CLIPBOARD  (action taken: Ctrl-Shift-C to copy to clipboard)
            Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain
            'sAMAccountType'
            
            --- CHANGED: PRIMARY (action taken: Ctrl-V to paste into Confluence)
            Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain
            '\xef\xbb\xbf\xef\xbb\xbf'
            

            Michael Brown added a comment - This also annoyed me enough to look up a fix. After reading the above I tracked what happens to my clipboards through the sequence of operations with a little utility I wrote: --- CHANGED: PRIMARY (action taken: double -click word to copy) Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain 'userPrincipalName' --- CHANGED: PRIMARY (action taken: middle-click Confluence ) Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain '\xef\xbb\xbf\xef\xbb\xbf' --- CHANGED: PRIMARY (action taken: double -click word to copy) Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain 'sAMAccountType' --- CHANGED: CLIPBOARD (action taken: Ctrl-Shift-C to copy to clipboard) Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain 'sAMAccountType' --- CHANGED: PRIMARY (action taken: Ctrl-V to paste into Confluence) Formats: TIMESTAMP,TARGETS,MULTIPLE,SAVE_TARGETS,UTF8_STRING,COMPOUND_TEXT,TEXT,STRING,text/plain;charset=utf-8,text/plain '\xef\xbb\xbf\xef\xbb\xbf'

            To be certain, it today, affects our version Confluence 5.6.1

            Mike Hodson added a comment - To be certain, it today, affects our version Confluence 5.6.1

              Unassigned Unassigned
              5ebec3252c86 Dan B
              Votes:
              13 Vote for this issue
              Watchers:
              15 Start watching this issue

                Created:
                Updated:
                Resolved: