Roman Bruckner

Results 24 issues of Roman Bruckner

```javascript element.attr('root/test', true); element.removeAttr('root/test'); // element.findView(paper).el.getAttribute('test') === 'true'; ``` Workaround: ```js element.attr('root/test', null); // element.findView(paper).el.hasAttribute('test') === false; ```

bug

## Description Clearly and concisely describe your changes in detail. ## Motivation and Context Why is this change required? What problem does it solve? If applicable, describe the new features...

## Description An example of *graphviz* **dot layout** with _JointJS_. Using https://github.com/hpcc-systems/hpcc-js-wasm. ### Screenshots (if appropriate):

### Descriptioin The `widgetNamespace` is a map of classes, not instances. The types have to be updated as shown below: ```ts widgetNamespace?: { [name: string]: typeof Widget } ``` ###...

bug
typescript

# Description An early stage React package for working with JointJS. Demo: https://codesandbox.io/s/jointjs-react-vldmzw?file=/src/App.js This is a copy of https://github.com/clientIO/joint/pull/2391 recreated for `v4`. # JointJS React React core components for working...

### Discussed in https://github.com/clientIO/joint/discussions/2464 Originally posted by **gordon-brown** January 3, 2024 ### Introduction I'm having an issue rendering one of the clip art shapes I converted. It seems to me...

bug

## Description - add `onMount()` and `onDetach()` to `HTMLElementView` in order to support virtualization - remove unnecessary `guard()` paper option. - add comments about usability and stacking order of links