Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox - Clipboard has broken #438

Open
eddie-englund opened this issue Feb 12, 2024 · 1 comment
Open

Firefox - Clipboard has broken #438

eddie-englund opened this issue Feb 12, 2024 · 1 comment

Comments

@eddie-englund
Copy link

Recently copying cells has broken in Firefox. I'm not certain if it's a revogrid issue or a Firefox issue but nontheless I've started this issue to see if I can get some attention from other users if they're seeing the same problem.

If you select multiple rows or even a single row and press cmd + C (on mac) or ctrl + c to copy you will see this error::

Uncaught (in promise) DOMException: Modifications are not allowed for this document
    Clipboard revogr-clipboard.entry.js:4
    c revogr-clipboard.entry.js:1
    u revogr-clipboard.entry.js:1
    __awaiter revogr-clipboard.entry.js:1
    __awaiter revogr-clipboard.entry.js:1
    doCopy revogr-clipboard.entry.js:4
    value index-6f753b3c.js:4
    promise callback*value index-6f753b3c.js:4
    onCopy revo-grid_11.entry.js:4
    onCopyRegion revo-grid_11.entry.js:4
    emitEvent index-6f753b3c.js:4
    emit index-6f753b3c.js:4
    copyStarted revogr-clipboard.entry.js:4
    hostListenerProxy index-6f753b3c.js:4
    ael index-6f753b3c.js:4
    addHostEventListeners index-6f753b3c.js:4
    addHostEventListeners index-6f753b3c.js:4
    registerHost index-6f753b3c.js:4
    t3 index-6f753b3c.js:4
    createElm index-6f753b3c.js:4
    addVnodes index-6f753b3c.js:4
    updateChildren index-6f753b3c.js:4
    patch index-6f753b3c.js:4
    renderVdom index-6f753b3c.js:4
    callRender index-6f753b3c.js:4
    updateComponent index-6f753b3c.js:4
    l index-6f753b3c.js:1
    i index-6f753b3c.js:1
    __awaiter index-6f753b3c.js:1
    __awaiter index-6f753b3c.js:1
    updateComponent index-6f753b3c.js:4
    dispatchHooks index-6f753b3c.js:4
    then index-6f753b3c.js:4
    dispatchHooks index-6f753b3c.js:4
    r index-6f753b3c.js:4
    consume index-6f753b3c.js:4
    flush index-6f753b3c.js:4
    raf index-6f753b3c.js:4
    queueTask index-6f753b3c.js:4
    scheduleUpdate index-6f753b3c.js:4
    forceUpdate index-6f753b3c.js:4
    stencilSubscription revo-grid_11.entry.js:4
    s revo-grid_11.entry.js:4
    s revo-grid_11.entry.js:4
    setStore revo-grid_11.entry.js:4
    setFocus revo-grid_11.entry.js:4
    focus revo-grid_11.entry.js:4
    onFocusCell revo-grid_11.entry.js:4
    emitEvent index-6f753b3c.js:4
    emit index-6f753b3c.js:4
    focus revo-grid_11.entry.js:4
    focus revo-grid_11.entry.js:4
    onElementMouseDown revo-grid_11.entry.js:4
    onMouseDown revo-grid_11.entry.js:4
    ael index-6f753b3c.js:4
    setAccessor index-6f753b3c.js:4
    updateElement index-6f753b3c.js:4
    patch index-6f753b3c.js:4
    renderVdom index-6f753b3c.js:4
    callRender index-6f753b3c.js:4
    updateComponent index-6f753b3c.js:4
    l index-6f753b3c.js:1
    i index-6f753b3c.js:1
    __awaiter index-6f753b3c.js:1
    __awaiter index-6f753b3c.js:1

image

Reproducible issue here: https://codesandbox.io/p/sandbox/revo-infinity-list-select-all-forked-mhwz9j?file=%2Fsrc%2FApp.vue%3A15%2C1

@eddie-englund
Copy link
Author

This might relate to #399 but I'm not certain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant