engasmaa / google-summer-of-code

Automatically exported from code.google.com/p/google-summer-of-code
0 stars 0 forks source link

Map on organization page not showing #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open any organization page, for example
http://code.google.com/soc/gnu/about.html
2. Click on any red marker next to project title.

What is the expected output? What do you see instead?
I'm expecting some sort of map with student and mentor location marked to
show up.

What version of the product are you using? On what operating system?
Ubuntu 6.10, Firefox 2.0.0.2 and Opera 9.10.

This bug does not effect Firefox 2.0.0.3 on Windows XP SP2.

Output from Firefox Error Console blow.

On page load:

--
Error: syntax error
Source File: http://code.google.com/soc/gnu/about.html
Line: 586, Column: 28
Source Code:
GEvent.trigger(students[id]['marker'], 'click');
--

On red marker click:

--
Error: openPoint is not defined
Source File: http://code.google.com/soc/gnu/about.html
Line: 1
--

Changing ' to ' on line 586 solves the problem on my local copy.

Original issue reported on code.google.com by johan.gu...@gmail.com on 12 Apr 2007 at 2:53

GoogleCodeExporter commented 9 years ago
Yes, the maps have not yet been implemented.  We're working on that.

Original comment by LHospo@gmail.com on 16 Apr 2007 at 9:27