Modify

Opened 16 years ago

Closed 16 years ago

#2198 closed defect (fixed)

Converting pasted text to code block does not delete [[BR]]

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

Description

Paste some multiline text, select it, assign "code block" style to it and it looks like

function test(&$i) {[[BR]]    $i++;[[BR]]}

instead of

function test(&$i) {
    $i++;
}

Tested in ie7 and opera 9

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Jun Omae

Resolution: fixed
Status: newclosed

(In [2819]) fixed #2119, #2198 - a problem with assigning "code block" style.

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.