Modify ↓
      
        Opened 18 years ago
Closed 18 years ago
#2128 closed defect (fixed)
wysiwyg editor doesn't handle [[br]] tags
| Reported by: | 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:
- Newlines would be shown properly when editing a document with 
[[br]]. - 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)
Note: See
        TracTickets for help on using
        tickets.
    


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