Sauli Tähkäpää
Sauli Tähkäpää
Yeah I see... there's probably a related problem concerning the `_cachedPages` property which will be appended after the previous data request returns.
Thanks for the report! At least in the previous versions so far, `iron-list` first renders one item, measures the height and tries to calculate how many items more are needed...
Can you guys modify this jsbin so that it reproduces the issue? http://jsbin.com/luzofe/edit?html,output
Well this is really strange, thanks for the report!
@jennifer-shehane I can verify the behaviour regardless of any custom commands being used: ```js it('test', () => { cy.visit('https://www.google.com') cy.viewport(1280, 768) cy.screenshot('google') }) ``` Running `cypress run` with headless Electron...
> you are clearly not helping with these comments and not going to help fix this so keep your comments to your self and maybe a developer will help solve...
Sure, I'll cook up something
Hate to be spamming like this, but in case someone is interested, I've been extending `iron-list` towards being a data grid: http://saulis.github.io/iron-data-table/ Comments, feedback, help – all would be highly...
AFAIK Angular 2 has it's own mechanism for dealing with `` elements – in practice it means that any `` element is considered a Angular 2 template, not Polymer. Angular...
ping @jouni, gave a quick try with `2.0` and `flex-direction: column` on the body rows works out of the box. The headers need some thinking though.