Message4158

Author Edward
Recipients ThomasAH, ohachige, tonfa
Date 2007-10-20.01:44:42
Content
For a workaround for now, you can just make a span with onclick, etc.

bugzilla = s|((?:bug|b=|(?=#?\d{4,}))(?:\s*#?)(\d+))|<span
style="text-decoration: underline;" onclick="event.preventDefault();
document.location = 'https://bugzilla.mozilla.org/show_bug.cgi?id=\2';"
onmouseover="window.status = 'https://bugzilla.mozilla.org/show_bug.cgi?id=\2';"
onmouseout="window.status = '';" title="View bug \2">\1</span>|i
History
Date User Action Args
2007-10-20 01:44:42Edwardsetmessageid: <1192844682.39.0.556348142966.issue698@selenic.com>
2007-10-20 01:44:42Edwardsetrecipients: + ThomasAH, tonfa, ohachige
2007-10-20 01:44:42Edwardlinkissue698 messages
2007-10-20 01:44:42Edwardcreate