Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3966 closed defect (fixed)

Invalid diff viewer.

Reported by: tdkim@… Owned by: Christian Boos
Priority: normal Milestone: 0.10.1
Component: wiki system Version: 0.10
Severity: normal Keywords: diff viewer
Cc: Branch:
Release Notes:
API Changes:
Internal 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 (0)

Change History (4)

comment:1 by Christian Boos, 17 years ago

Owner: changed from Jonas Borgström to Christian Boos
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 by Christian Boos, 17 years ago

Resolution: fixed
Status: newclosed

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

comment:3 by Christian Boos, 17 years ago

See also r4156.

comment:4 by Matthew Good, 17 years ago

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.