The New Cornerstone Full Screen Mode!

Well, X folks … once again, it seems that you’ve rushed a product/feature to market.

  1. Thanks for restoring the full screen edit feature for text controls. As many remarked, it was liked editing on a flip fon.

  2. That being said, have you seen the HTML that your Rich Text Editor is creating? It’s all rushed together… Are you trying to save on line breaks? Switching from RTE to HTML is painful, unusable, and really what’s going on over there?

For instance, why are you rendering all text in

's? Why did you decide to add all that HTML chrome?

Some on us are capable of using both RTE and HTML … so it would be helpful if your tool produced human consumable HTML.

I really hope this imbroglio was a one-off and not a portend of bad things to come. I’ve been onboard with X since day one.

1 Like

Also this whole idea of disabling plugins … wasnt this way before … and truly, how am i supposed to develop a site locally if I need to work with just the Hello World plugin?

Hi there,

Thanks for posting in.

  1. The cornerstone editor behaves differently than Wordpress default editor. Wordpress editor has its own way of handling line breaks (and it uses <p></p> when rendered) and it’s done when it render the whole content. While cornerstone has many elements and it needed to be handled part by part so we’re avoiding to apply AUTOP entirely in the whole content (it uses <p></p> directly within the cornerstone editor ONLY). Or else, all elements will automatically render the line breaks since it’s parsed and executed as a whole. Though, I already added this to our issue tracker days ago, maybe there is something we can improve further. But please understand that we can’t stop releasing other fixes while waiting for other features that have lower priorities or with complex implementation.

  2. We’re not saving line breaks, not having <p></p> is more efficient than generating <p></p> but there is always a limitation, and we’re always open to future improvement.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.