Myopengrid / mwi

[READ ONLY] Myopengrid Opensim Web Interface
http://mwi.myopengrid.com
Other
13 stars 15 forks source link

Very minor issues on the Region Grid Map module #9

Open GwynethLlewelyn opened 11 years ago

GwynethLlewelyn commented 11 years ago

These are really minor:

1) The Search by Name button has a typo on the English version ("Serach by Name...") 2) Searching by Name for regions with a space in their names will fail with "region not found". This is very likely a bug on the included JS; I'm sure I've encountered it before, on applications that used the same JS as you do (and I believe I've even have fixed it once, years ago :) ). Regions without spaces in their names work flawlessly.

Myopengrid commented 11 years ago

Thx GwynethLlewelyn, I fixed the typo already. I will be taking a look to find the issue with the js. You can use https://github.com/Myopengrid/gridmap/issues for gridmap module specific issues. Thank you.

GwynethLlewelyn commented 11 years ago

Thanks! I've also noticed that the other button says "Search by coordenates" and not "Search by coordinates" :) :)

Myopengrid commented 11 years ago

Thx GwynethLlewelyn, the typo was fixed with commit https://github.com/JeffCost/gridmap/commit/03bd506c55801b35dc05f5ac8f22755b6e6d43f2

Myopengrid commented 11 years ago

Searching by Name for regions with a space in their names will fail with "region not found"