Modify

Opened 16 years ago

Closed 16 years ago

#2173 closed defect (fixed)

Indent table has broken.

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

Description

When tabel has indent, table has broken. Please refer after examples.

  • Before text mode
    ||AAAA||BBBB||CCCC||
    ||aaaa||bbbb||cccc||
    
     ||AAAA||BBBB||CCCC||
     ||aaaa||bbbb||cccc||
    
AAAABBBBCCCC
aaaabbbbcccc
AAAABBBBCCCC
aaaabbbbcccc
  • After use WYSIWYG mode
    ||AAAA||BBBB||CCCC||
    ||aaaa||bbbb||cccc||
    
      ||AAAA||BBBB||CCCC||||aaaa||bbbb||cccc||
    
AAAABBBBCCCC
aaaabbbbcccc
AAAABBBBCCCCaaaabbbbcccc

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Jun Omae

Resolution: fixed
Status: newclosed

(In [2777]) fixed #2173 - a problem with indent-table.

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.