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

WYSIWYG Editor #20

Closed
22 tasks done
jordanddunn opened this issue Mar 8, 2014 · 1 comment
Closed
22 tasks done

WYSIWYG Editor #20

jordanddunn opened this issue Mar 8, 2014 · 1 comment

Comments

@jordanddunn
Copy link

  • PDF/File Uploader for cosmo gallery to be set up to be able to insert into links etc..
  • PDF's aren't directing to an actual page how they should be, they're thinking it's within the actual template
  • Need the date ability when clicking "edit page" to be able to back date the post, because every time I do an edit, it re-saves with today's date
  • When inserting a table use the table modal, and add functionality from Tables #5
  • WYSIWYG needs to strip formatting from copy/paste and only allow standard paragraph and link tags to be used. Currently it's inserting span and div tags.
  • Inserting span and div classes randomly into the code, making links break, headers break etc..
  • In blocks editor it is jutting past the space for the textarea
  • In code view in the website and blocks editor, the code is inserting many random divs, labels, and when inputting code it messes up if it isn't pasted in as compressed html
  • When you select text to edit the text that already has a link, have the link inserter pull the link that was already inserted.
  • When typing in a URL if they don't add the http:// it doesn't direct it to the correct site.
  • Isn't loading wysiwyg on new page after the page has been saved
  • Allow copy/paste in the link inserter, it makes it unusable for long links.
  • Gallery is acting weird when uploading images, not adjusting to be the -320.jpg dimension. Even when it does compress it to that size, it's still not actually that size, it's just adding the -320.jpg to the end.
  • When inserting media (files, photos, audio, video) open the modal manager.
  • links are jumping from where initially inserted
  • When inserting links user the link modal window (Style link should be shown, just the actual text area should be hidden until you click)
  • Allow the ability for classes to be added to links (currently not working).
  • when inserting a link it does it as an extension of the root (e.g. rootdomain.com/www.domainitshouldpointto.com)
  • Inserting bold text instead of regular
  • Make sure when updating text from paragraph to any other type it doesn't do inline styling, but to just apply a standard header tag
  • Load for initial WYSIWYG is really slow, delays about 5-10 seconds after you make a selection
  • Implement updated wysiwyg editor
@jordanddunn jordanddunn added this to the 1.0.0.alpha1 milestone Mar 8, 2014
@James-Dunn
Copy link
Contributor

For the block displaying past the div, apply "overflow: scroll;"

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

No branches or pull requests

2 participants