Ticket #914 (closed New Feature: invalid)

Opened 3 years ago

Last modified 2 years ago

Enable Buttons In Source Mode

Reported by: sigoths Owned by:
Priority: Normal Milestone:
Component: UI : Source View Version: FCKeditor 2.4.3
Keywords: Cc:

Description

Would there be a way to enable the buttons during source mode so that you can press bold and see the <strong> tag appear?

If this is too complicated, would there be a simple way of making it so that when a button is pressed, the editor switches from source to wysiwyg mode, executes the command associated with that button, and then switches back to source mode?

Change History

Changed 2 years ago by alfonsoml

  • keywords source removed

While the user is in source mode the caret can be in any place: the middle of a tag, an attribute. I think that it wouldn't be easy because then it should also check that the new tag is valid in that nesting (don't put a <p> inside another one...)

keeping the insertion point when switching back and forth is #385

Changed 2 years ago by w.olchawa

  • status changed from new to closed
  • resolution set to invalid

As said before this function would involve more features to be implemented so I think for now it would be hard to do.

Note: See TracTickets for help on using tickets.