guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

Stops outputing all feeds in Dynamic Feed Scroller when a feed is empty (returns no records) #465

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using the Dynamic Vertical Scroller for the Feed API, I connected to a
feed that contained no items

What is the expected output? What do you see instead?
I expected the output to be blank and move on to the next feed. Instead,
the JS stalled. IE displayed an error: 'this.entries[...] is null or not an
object' while Firefox said ' this.current =
this.entries[this.entryIndex].html; ... this.entries[this.entryIndex] is
undefined' on gfdyna...trol.js (line 469)

What version of the product are you using? On what operating system?
Feed, Version 1 (as per the code example)

Please provide any additional information below.

Original issue reported on code.google.com by ian.sc...@basecreative.eu on 1 Jun 2010 at 3:43