Open GoogleCodeExporter opened 8 years ago
Thanks for your feedback, but unfortunately I couldn't reproduce the error.
Could you please explain in more detail how to reproduce the error. Thanks.
Original comment by Rudolf....@gmail.com
on 19 Feb 2009 at 5:17
Go to http://code.google.com/p/mouselessbrowsing/source/browse
click folder on the left pane, say trunk, then the page should change to
http://code.google.com/p/mouselessbrowsing/source/browse#svn/trunk
but if MLB is on, the link became
http://code.google.com/p/mouselessbrowsing/source/browse#svn/trunk56
where the 56 is the MLB id. The link after MLB is on obviously does not work.
Original comment by xinl...@gmail.com
on 20 Feb 2009 at 12:48
Thanks for the details.
I looked at and it seams that the javascript generating the link target uses
the text
content of the element to determine the link target (I think this is really bad
style).
Solving this issue would imply that all ids has to be put outside the anchor tag
which would lead to many misplaced ids.
So I think I won't fix this error, if I won't get another ingenious idea how to
solve it.
Original comment by Rudolf....@gmail.com
on 20 Feb 2009 at 9:14
Original issue reported on code.google.com by
xinl...@gmail.com
on 19 Feb 2009 at 2:50