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

[Canvas] Font picker can't handle custom fonts #24865

Closed
rashmivkulkarni opened this issue Oct 30, 2018 · 2 comments · Fixed by #24937
Closed

[Canvas] Font picker can't handle custom fonts #24865

rashmivkulkarni opened this issue Oct 30, 2018 · 2 comments · Fixed by #24937
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Canvas PR sent Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@rashmivkulkarni
Copy link
Contributor

Kibana version: 6.5.0 BC1

**Elasticsearch version:**6.5.0 BC1

Server OS version: CentOS 7

Browser version: Chrome

Browser OS version: CentOS

Original install method (e.g. download page, yum, from source, etc.): BC1

Describe the bug: when you import a JSON file into ur workpad, and click on one of the element, the following error is being captured in console

TypeError: Cannot read property 'inputDisplay' of undefined
    at EuiSuperSelectControl (vendors.bundle.js:102)
    at beginWork (vendors.bundle.js:208)
    at e (vendors.bundle.js:208)
    at f (vendors.bundle.js:208)
    at G (vendors.bundle.js:208)
    at x (vendors.bundle.js:208)
    at n (vendors.bundle.js:208)
    at interactiveUpdates (vendors.bundle.js:208)
    at Wd (vendors.bundle.js:208)
bf @ vendors.bundle.js:208
commitErrorLogging @ vendors.bundle.js:208
R @ vendors.bundle.js:208
G @ vendors.bundle.js:208
x @ vendors.bundle.js:208
n @ vendors.bundle.js:208
interactiveUpdates @ vendors.bundle.js:208
Wd @ vendors.bundle.js:208

screen shot 2018-10-30 at 1 37 44 pm

cc @cqliu1

@rashmivkulkarni rashmivkulkarni added bug Fixes for quality problems that affect the customer experience Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas labels Oct 30, 2018
@cqliu1
Copy link
Contributor

cqliu1 commented Oct 30, 2018

The issue was that this workpad uses custom fonts that aren't in the list of available fonts in Canvas used to populate the font picker.

@cqliu1 cqliu1 added the blocker label Oct 30, 2018
@cqliu1 cqliu1 self-assigned this Oct 30, 2018
@cqliu1 cqliu1 changed the title Canvas : 6.5.0 BC1 - when you import a workpad into canvas, TypeError: Cannot read property 'inputDisplay' of undefined error is displayed on console. Font picker can't handle custom fonts Oct 30, 2018
@cqliu1 cqliu1 changed the title Font picker can't handle custom fonts [Canvas] Font picker can't handle custom fonts Oct 30, 2018
@stacey-gammon
Copy link
Contributor

Is the only issue the error being logged @Rasroh? If so I don't think this qualifies as a blocker. Going to remove that label, please let me know if you disagree!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Canvas PR sent Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants