<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
               xmlns:atom="http://www.w3.org/2005/Atom"
               xmlns:dc="http://purl.org/dc/elements/1.1/"
               xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
               xmlns:admin="http://webns.net/mvcb/"
               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
               xmlns:content="http://purl.org/rss/1.0/modules/content/">
            <channel>
                <title>
					                		Printables - Copy/Paste bug? - General discussion, announcements and releases                                    </title>
                <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/</link>
                <description>Prusa3D Forum Discussion Board</description>
                <language>en-US</language>
                <lastBuildDate>Wed, 20 May 2026 16:05:39 +0000</lastBuildDate>
                <generator>wpForo</generator>
                <ttl>60</ttl>
                					                    <item>
                        <title>RE: Printables - Copy/Paste bug?</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-769134</link>
                        <pubDate>Thu, 06 Nov 2025 16:33:13 +0000</pubDate>
                        <description><![CDATA[Screw AI.I want my website coded by people. Want my models made by people. Actual artists. Who put actual work into it and not lazy bypasses so they can be entertained.]]></description>
                        <content:encoded><![CDATA[<p>Screw AI.</p><p>I want my website coded by people. Want my models made by people. Actual artists. Who put actual work into it and not lazy bypasses so they can be entertained.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>shrap</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-769134</guid>
                    </item>
                                        <item>
                        <title>RE: Printables - Copy/Paste bug?</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-769133</link>
                        <pubDate>Thu, 06 Nov 2025 16:25:08 +0000</pubDate>
                        <description><![CDATA[Maybe connect Claude AI to forum.prusa3d.com and fix it as well... 🧐]]></description>
                        <content:encoded><![CDATA[<p>Maybe connect Claude AI to forum.prusa3d.com and fix it as well... 🧐 </p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>hyiger</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-769133</guid>
                    </item>
                                        <item>
                        <title>RE: Printables - Copy/Paste bug?</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-769126</link>
                        <pubDate>Thu, 06 Nov 2025 14:56:40 +0000</pubDate>
                        <description><![CDATA[Looks like it is indeed fixed (for now)]]></description>
                        <content:encoded><![CDATA[<p>Looks like it is indeed fixed (for now)</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>shrap</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-769126</guid>
                    </item>
                                        <item>
                        <title>RE: Printables - Copy/Paste bug?</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-769093</link>
                        <pubDate>Thu, 06 Nov 2025 08:23:05 +0000</pubDate>
                        <description><![CDATA[Hello. I wrote to Prusa Research support and it looks like the issue is resolved, please try it out. 😀]]></description>
                        <content:encoded><![CDATA[<p>Hello. I wrote to Prusa Research support and it looks like the issue is resolved, please try it out. 😀</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>Zbyněk Král</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-769093</guid>
                    </item>
                                        <item>
                        <title>RE: Printables - Copy/Paste bug?</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765874</link>
                        <pubDate>Tue, 30 Sep 2025 11:08:08 +0000</pubDate>
                        <description><![CDATA[Following Tampermonkey script works for me:// ==UserScript==
// @name         Fix Printables double paste
// @namespace   
// @version      2025-09-30
// @description  Fixes the bug where...]]></description>
                        <content:encoded><![CDATA[<p>Following Tampermonkey script works for me:</p><pre contenteditable="false">// ==UserScript==
// @name         Fix Printables double paste
// @namespace    http://tampermonkey.net/
// @version      2025-09-30
// @description  Fixes the bug where pasting text in CKEditor enters it twice in Firefox
// @author       You
// @match        https://www.printables.com/*
// @match        https://printables.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&amp;domain=printables.com
// @grant        none
// @run-at       document-idle
// ==/UserScript==

// Firefox Double-Paste Fix for CKEditor on Printables.com
// This fixes the bug where pasting text enters it twice in Firefox

(function() {
    'use strict';

    // Only apply fix in Firefox
    if (navigator.userAgent.toLowerCase().indexOf('firefox') === -1) {
        return;
    }

    // Wait for CKEditor to be ready
    function applyFix() {
        const ckEditor = document.querySelector('.ck-editor__editable');

        if (!ckEditor) {
            // CKEditor not loaded yet, try again
            setTimeout(applyFix, 500);
            return;
        }

        // Track if we've already processed this paste event
        let isProcessing = false;

        ckEditor.addEventListener('paste', function(e) {
            if (isProcessing) {
                // Already handling this paste, prevent duplicate
                e.stopImmediatePropagation();
                e.preventDefault();
                return;
            }

            // Mark as processing
            isProcessing = true;

            // Stop the event from propagating to other handlers
            e.stopImmediatePropagation();

            // Allow CKEditor's paste handler to process once
            const pasteEvent = new ClipboardEvent('paste', {
                clipboardData: e.clipboardData,
                bubbles: true,
                cancelable: true
            });

            // Dispatch the cleaned event
            setTimeout(() =&gt; {
                e.target.dispatchEvent(pasteEvent);
                // Reset flag after a short delay
                setTimeout(() =&gt; {
                    isProcessing = false;
                }, 100);
            }, 0);

        }, true); // Capture phase - intercepts before CKEditor

        console.log('Firefox CKEditor paste fix applied');
    }

    // Start applying the fix
    if (document.readyState === 'loading') {
        document.addEventListener('DOMContentLoaded', applyFix);
    } else {
        applyFix();
    }
})();</pre>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>cwohltat</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765874</guid>
                    </item>
                                        <item>
                        <title>RE:</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765867</link>
                        <pubDate>Tue, 30 Sep 2025 10:46:49 +0000</pubDate>
                        <description><![CDATA[I can confirm this happens for me as well on firefox.
Here is a solution / workaround from Claude AI that works on my computer when pasting to the JS console. Userscripts/Greasemonkey shoul...]]></description>
                        <content:encoded><![CDATA[<p>I can confirm this happens for me as well on firefox.</p>
<p>Here is a solution / workaround from Claude AI that works on my computer when pasting to the JS console. Userscripts/Greasemonkey should work as well to make it permanent:</p>
<pre contenteditable="false">// Firefox Double-Paste Fix for CKEditor on Printables.com
// This fixes the bug where pasting text enters it twice in Firefox

(function() {
    'use strict';
    
    // Only apply fix in Firefox
    if (navigator.userAgent.toLowerCase().indexOf('firefox') === -1) {
        return;
    }
    
    // Wait for CKEditor to be ready
    function applyFix() {
        const ckEditor = document.querySelector('.ck-editor__editable');
        
        if (!ckEditor) {
            // CKEditor not loaded yet, try again
            setTimeout(applyFix, 500);
            return;
        }
        
        // Track if we've already processed this paste event
        let isProcessing = false;
        
        ckEditor.addEventListener('paste', function(e) {
            if (isProcessing) {
                // Already handling this paste, prevent duplicate
                e.stopImmediatePropagation();
                e.preventDefault();
                return;
            }
            
            // Mark as processing
            isProcessing = true;
            
            // Stop the event from propagating to other handlers
            e.stopImmediatePropagation();
            
            // Allow CKEditor's paste handler to process once
            const pasteEvent = new ClipboardEvent('paste', {
                clipboardData: e.clipboardData,
                bubbles: true,
                cancelable: true
            });
            
            // Dispatch the cleaned event
            setTimeout(() =&gt; {
                e.target.dispatchEvent(pasteEvent);
                // Reset flag after a short delay
                setTimeout(() =&gt; {
                    isProcessing = false;
                }, 100);
            }, 0);
            
        }, true); // Capture phase - intercepts before CKEditor
        
        console.log('Firefox CKEditor paste fix applied');
    }
    
    // Start applying the fix
    if (document.readyState === 'loading') {
        document.addEventListener('DOMContentLoaded', applyFix);
    } else {
        applyFix();
    }
})();</pre>
<p>It also says it's possible to fix it in the source as follows:</p>
<pre contenteditable="false">ClassicEditor.create(element, {
    // ... other config
    typing: {
        // This helps prevent double paste in Firefox
        undoStep: 20
    }
})
.then(editor =&gt; {
    // Firefox-specific paste fix
    const editable = editor.editing.view.document;
    
    editable.on('paste', (evt, data) =&gt; {
        // Ensure preventDefault is called
        data.preventDefault();
    }, { priority: 'highest' });
})
.catch(error =&gt; {
    console.error(error);
});</pre>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>cwohltat</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765867</guid>
                    </item>
                                        <item>
                        <title>RE: Printables - Copy/Paste bug?</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765560</link>
                        <pubDate>Fri, 26 Sep 2025 00:54:02 +0000</pubDate>
                        <description><![CDATA[that checks out as to why I probably wasn&#039;t seeing it - I was on chrome]]></description>
                        <content:encoded><![CDATA[<p>that checks out as to why I probably wasn't seeing it - I was on chrome</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>Geoff Steele</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765560</guid>
                    </item>
                                        <item>
                        <title>RE: Printables - Copy/Paste bug?</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765547</link>
                        <pubDate>Thu, 25 Sep 2025 18:35:43 +0000</pubDate>
                        <description><![CDATA[I tried it on two computers. It happens on both. 2x paste.If it matters, I am using Firefox.I just did an additional test in Edge, and that works just fine.]]></description>
                        <content:encoded><![CDATA[<p>I tried it on two computers. It happens on both. 2x paste.</p><p>If it matters, I am using Firefox.</p><p>I just did an additional test in Edge, and that works just fine.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>shrap</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765547</guid>
                    </item>
                                        <item>
                        <title>RE: Printables - Copy/Paste bug?</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765522</link>
                        <pubDate>Thu, 25 Sep 2025 08:41:42 +0000</pubDate>
                        <description><![CDATA[Hi, I just tried this and I&#039;m not seeing the same issue. Both methods worked as expected for me.]]></description>
                        <content:encoded><![CDATA[<p>Hi, I just tried this and I'm not seeing the same issue. Both methods worked as expected for me.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>Geoff Steele</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765522</guid>
                    </item>
                                        <item>
                        <title>RE: Printables - Copy/Paste bug?</title>
                        <link>https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765471</link>
                        <pubDate>Wed, 24 Sep 2025 18:23:11 +0000</pubDate>
                        <description><![CDATA[This also happens when you right click and use paste. It pastes twice instead of once.]]></description>
                        <content:encoded><![CDATA[<p>This also happens when you right click and use paste. It pastes twice instead of once.</p>]]></content:encoded>
                        <category domain="https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/">General discussion, announcements and releases</category>                        <dc:creator>shrap</dc:creator>
                        <guid isPermaLink="true">https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/printables-copy-paste-bug/#post-765471</guid>
                    </item>
                                                </channel>
        </rss>
        