Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfinteGrid show x-boxs when Image is failed #1

Closed
sculove opened this issue Apr 26, 2017 · 0 comments
Closed

InfinteGrid show x-boxs when Image is failed #1

sculove opened this issue Apr 26, 2017 · 0 comments
Assignees
Milestone

Comments

@sculove
Copy link
Contributor

sculove commented Apr 26, 2017

Description

  • infiniteGrid should support failover feature when image loading is failed. (error code 404)
  • infiniteGrid should notify that the image loading is failed.

Interface

new eg.InfiniteGrid("#grid", {
    itemSelector: ".item"
}).on({
    "imageError": function(e) {
        // e.target: image element. - replace image element or src
        // e.item: item element. - If the item was previously deleted, this value is undefined.
    },
});
@sculove sculove self-assigned this Sep 11, 2017
@sculove sculove modified the milestone: v2.0.1 Sep 12, 2017
@sculove sculove removed this from the v2.1.0 milestone Sep 20, 2017
@sculove sculove added this to the v3.0.0 milestone Nov 14, 2017
daybrush pushed a commit to daybrush/egjs-infinitegrid that referenced this issue Nov 15, 2017
@sculove sculove modified the milestones: v3.0.0, 3.1.0 Dec 15, 2017
@sculove sculove assigned daybrush and unassigned sculove Dec 21, 2017
@daybrush daybrush modified the milestone: 3.1.0 Dec 22, 2017
@sculove sculove closed this as completed Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants