google-code-export / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
1 stars 3 forks source link

in the api explorer, when i search for grm, i see gwt errors in the js console #219

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
to reproduce:
navigate to https://developers.google.com/apis-explorer/#s/grm/v2qa/
(it has to be a hard page load.  if you go to the page, mess up the following 
procedure,
and then try it again without forcing a hard load, you might not see the bug.)
at this point you should see a list of methods in the api.  so far so good.
now type "grm" (without quotes) into the search box and click the search button.
you will see the following error on the js console:

Uncaught com.google.gwt.event.shared.UmbrellaException: Exception caught: 
Exception caught: undefined 

and the page will not fully render.
you can also trigger the error by clicking or using keyboard navigation
to select the "grm" option in the dropdown list after typing "grm" into the 
search box.

chrome:
37.0.2062.94 (Official Build 290621)

os:
Linux chriscalabro.mtv.corp.google.com 3.13.0-32-generic 
#57~precise1hf3hotfixesv20140722b1-Ubuntu SMP Tue Jul 22 16:16:0 x86_64 x86_64 
x86_64 GNU/Linux

Original issue reported on code.google.com by ccala...@google.com on 10 Oct 2014 at 3:35