Modify

Opened 16 years ago

Closed 16 years ago

#2187 closed defect (fixed)

Non wiki Names like setTextColor are transformed to wiki names

Reported by: anton Owned by: Jun Omae
Priority: high Component: TracWysiwygPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.10

Description

I write some typical C++ or Java function in the wiki like:

I created a new function setTextColor

What I do now:

  • I do this in the normal textarea (wysiwyg is off)
  • In the preview setTextColor is normal text
  • now I switch to wysiwyg and I see that the TextColor part is treated as wiki link
  • If I click preview again setTextColor is still a normal text
  • If I switch bach to textarea (wysiwyg off) now I can see that setTextColor was transformed to set[wiki:TextColor]

For me this is critical because I am not the only one to use this wiki, and other people like the wysiwyg mode.

So there is a great danger that somebody destroys (ok sounds hard) the whole page formating.

Otherwise its a wonderfull plugin :-)

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Jun Omae

Resolution: fixed
Status: newclosed

(In [2790]) fixed #2187 - a problem that is non wiki names are transformed to wiki names.

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.