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

Data Types demo doesn't render URL based images #211

Open
RalphLance opened this issue Nov 5, 2020 · 0 comments
Open

Data Types demo doesn't render URL based images #211

RalphLance opened this issue Nov 5, 2020 · 0 comments

Comments

@RalphLance
Copy link
Contributor

What product versions and settings are you using when this issue occurs?

  • BBj: trunk (20.40)
  • BBjGridExWidget: master
  • Platform (GUI or BUI): GUI
  • Browser: Chrome

Steps to Reproduce

  1. Run Data Types demo

What I Expected

To see the URL based images.

What Happened Instead

Images were not rendered.

The URLs to the images were not found, so I updated them to what I thought was being looked for:
jsonIcons! .addProperty("ID_1","https://github.com/google/material-design-icons/blob/master/png/notification/airline_seat_individual_suite/materialicons/36dp/1x/baseline_airline_seat_individual_suite_black_36dp.png")
jsonIcons! .addProperty("ID_2","https://github.com/google/material-design-icons/blob/master/png/notification/confirmation_number/materialicons/36dp/1x/baseline_confirmation_number_black_36dp.png")
jsonIcons! .addProperty("ID_3","https://github.com/google/material-design-icons/blob/master/png/notification/drive_eta/materialicons/36dp/1x/baseline_drive_eta_black_36dp.png")

But although I could display these in my browser, they were not rendered in the grid.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant