reinholdk

Results 5 issues of reinholdk

IE 11 raises an Unspecified Error when using the WebGL renderer. The error occurs in updateBoundRect: https://github.com/anvaka/VivaGraphJS/blob/master/src/WebGL/webglInputEvents.js#L164 Reason seems that root.getBoundingClientRect() is called before the root (canvas) element is added...

**I'm submitting a bug report** * **Library Version:** 2.1.7 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 8.12.0 * **NPM Version:** 6.4.1 * **JSPM...

documentation

**Describe the bug** Texts on buttons or inputs inside a table cell become invisible on activation of the cell/row. > Is this issue related to a specific component? fd-button, fd-input,...

Bug
Defect Hunting
version 1.0

there seems to be an error in the type definition of RetryInterceptor aurelia-fetch-client 1.8.0 typescript 3.2.4 https://github.com/aurelia/fetch-client/blob/fa53ec779f2e0937129010e952c57568842bd46b/dist/aurelia-fetch-client.d.ts#L310` ``` error TS2416: Property 'response' in type 'RetryInterceptor' is not assignable to the...

To render a tree view, I have built a custom element with the following recursive HTML template. treeview.html ``` html ${item.text} ``` Users should be able to overwrite the default...

enhancement