Edgewall Software

Ticket #3966 (closed defect: fixed)

Opened 2 years ago

Last modified 2 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:

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

Changed 2 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.

Changed 2 years ago by cboos

  • status changed from new to closed
  • resolution set to fixed

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

Changed 2 years ago by cboos

See also r4156.

Changed 2 years ago by mgood

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

Add/Change #3966 (Invalid diff viewer.)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.