Edgewall Software
Modify

Ticket #3966 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Invalid diff viewer.

Reported by: tdkim@… Owned by: cboos
Priority: normal Milestone: 0.10.1
Component: wiki system Version: 0.10
Severity: normal Keywords: diff viewer
Cc:
Release Notes:
API Changes:

Description

All three lines are changed by appending one space character.

But Diff Viewer shows only last line.

  • initMenuParam.c

     
    263    "HDD ^  ", 
    264    "USB ^  ", 
    265    "CD-RW ^" 
     263   "HDD ^   ", 
     264   "USB ^   ", 
     265   "CD-RW ^ " 

Attachments

Change History

comment:1 Changed 5 years ago by cboos

  • Owner changed from jonas to cboos
  • Reporter changed from tdkim@… to tdkim@…

The generated XHTML looks OK:

<tr>
<th> </th><th>263</th><td class="r"><span>&nbsp; &nbsp;&#34;HDD ^&nbsp; <ins> </ins>&#34;,</span> </td>
</tr><tr>
<th> </th><th>264</th><td class="r"><span>&nbsp; &nbsp;&#34;USB ^&nbsp; <ins> </ins>&#34;,</span> </td>
</tr><tr class="last">
<th> </th><th>265</th><td class="r"><span>&nbsp; &nbsp;&#34;CD-RW ^<ins> </ins>&#34;</span> </td>
</tr>

so this must be a CSS issue.

comment:2 Changed 5 years ago by cboos

  • Resolution set to fixed
  • Status changed from new to closed

Bingo, fixed by r4019, ported to 0.10-stable in 4020.

comment:3 Changed 5 years ago by cboos

See also r4156.

comment:4 Changed 5 years ago by mgood

r4622 and r4623 have fixed this without removing the line wrapping.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from cboos. Next status will be 'closed'
Author


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

 
Note: See TracTickets for help on using tickets.