zephyrer / mouselessbrowsing

Automatically exported from code.google.com/p/mouselessbrowsing
0 stars 0 forks source link

breaks google code browse #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Goto google code, source, browse
2. click on any folder on the left pane. The mouseless id is appended to
the link, thus making the link not working

Please provide any additional information below.

Client Configuration (automaitcally added by MLB)
OS: WINNT, Firefox 3.0.6, MLB 0.5.2

Original issue reported on code.google.com by xinl...@gmail.com on 19 Feb 2009 at 2:50

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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