[Rt-devel] Last Transaction anchor placed wrong

Ruediger Riediger ruediger.riediger at Sun.COM
Wed Dec 15 13:40:32 EST 2004


Bug in /opt/rt3/share/html/Ticket/Elements/ShowHistory:

    <a name="lasttrans"></a>

Is placed outside the table elements:

<table>
  <tr>
   <td>
   ..
   </td>
  <tr>
  <a name="lasttrans"></a>     <--
  <tr>
   <td>
   ..
   </td>
  <tr>
</table>

..and thus drops you to the TOP of the history table, instead of the 
last transaction. Not sure how you want to fix this as the transaction 
table data is printed through 'ShowTransaction'. A possible workaround 
would be placing this in a separate <tr><td><a /></td></tr>, but this is 
ugly. Or add a parameter to hand over to 'ShowTransaction', which 
generates the line inside the table data element.

Best regards,

	Ruediger Riediger

-- 
Dr. Ruediger Riediger                              Sun Microsystems GmbH
NSG - SunCERT                                             Komturstr. 18a
mailto:Ruediger.Riediger at Sun.com                          D-12099 Berlin
------------------------------------------------------------------------
NOTICE:  This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
------------------------------------------------------------------------
PGP 2048RSA/0x2C5020E9          964C E189 0FF0 8882  2BAB 65E2 6912 1FF2
------------------------------------------------------------------------


More information about the Rt-devel mailing list