Modify

Opened 16 years ago

Closed 16 years ago

#2128 closed defect (fixed)

wysiwyg editor doesn't handle [[br]] tags

Reported by: jasonsalge-trachacks@… Owned by: Jun Omae
Priority: normal Component: TracWysiwygPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

It appears that the "br" tag is not handled by the Wysiwyg editor. If I type this into the "normal" editor:

Testing 1 2 3[[br]]
This is the second line[[br]]
This is the third line[[br]]

But when I bring it up in the wysiwyg editor I get:

Testing 1 2 3[[br]] This is the second line[[br]] This is the third line[[br]]

At least both cases result in properly formatted code:

Testing 1 2 3
This is the second line
This is the third line

I guess I would expect two things:

  1. Newlines would be shown properly when editing a document with [[br]].
  2. There would be an easy way to enter a newline through the editor.

It's entirely possible that either my expectations are off base or this is difficult/impossible to do. If so, accept my apologies. Either way, this component is going to make it easier for my non-technical users. Thanks!

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Jun Omae

Resolution: fixed
Status: newclosed

(In [2732]) fixed #2128 - fix a bug when [[BR]] macro is lower-case.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.