Unable to copy out of CodeMirror editor #424
Labels
No labels
Focus: A11y
Focus: Admin/Meta
Focus: Authentication
Focus: Back-End
Focus: Database
Focus: Design & UX
Focus: Editor - Markdown
Focus: Editor - WYSIWYG
Focus: Export System
Focus: Front-End
Focus: Translations
Focus: View Customization
Is: Docs Update
Is: Enhancement
Is: Priority
Is: Security
Is: Upstream
Status
Blocked
Status
Open to discussion
Status
Out of scope
Status
Pending Validation
Type
API Request
Type
Bug Report
Type
Feature Request
Type
Happy feedback
Type
Maintenance
Type
Question
Type
Support
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
bookstack/bookstack#424
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For Bug Reports
Expected Behavior
Able to copy out of the Codemirror editor and paste elsewhere.
Actual Behavior
Issue exists only in Chrome from what I have seen. I'm running Chrome Version 59.0.3071.115 (Official Build) (64-bit). This problem does not exist in Firefox 54.0.1. It also doesn't exist in Chromium Version 58.0.3029.110 (64-bit).
Unable to copy from the Codemirror editor and paste elsewhere. Note that I can paste into the Codemirror editor. Using Ctrl+C or using right click + copy yields same results.
@domainzero Thanks for reporting. I'm seeing the same results. From my testing it only seems to be an issue for the markdown input? I can seem to copy fine within the WYSIWYG editor and from code blocks when viewing pages.
Very strange issue...
For any devs in the future experience issues with copying from codemirror and come across this issue, The issue was custom styling on textareas in codemirror. Remove any custom CSS rules for textareas inside codemirror and that should fix things.
The fix for this will be in the next bugfix release.
Update now out to cover this.