DrNiels
DrNiels
Do you plan to convert the editor to polymer 3? That would be highly appreciated. Unfortunately, just running the polymer modulizer over the element did not work for me.
Functions that are called "too early" were sent via message before the iframe has established its event listener. So now, we just delay all messages in editor- and monaco-proxy until...
This is a helper function I used to clear hover providers, since we don't get the disposables that are usually returned from registerHoverProvider. Since it's not a direct interface to...
Call registerHoverProvider via proxy
I use a sortable-list (https://www.webcomponents.org/element/sharedlabs/sortable-list) that contains, among other things, a monaco-editor. When I move an element, it is disconnected and reconnected, leading to calls to disconnectedCallback and connectedCallback (which...
When I remove the editor element (or one of its parents), an error is displayed in the console: ```` monaco-editor-iframe.js:87 Uncaught TypeError: Cannot read property 'postMessage' of null at EditorProxy.postMessage...
### Description I use a paper-input within a dom-if template that utilizes the error-message and invalid parameters. Both are filled by a function, e.g., `error-message="[[_getErrorMessage(_value)]]"`. Within that function I use...
### Description Since 2.3.1 (I'd guess this pull request: https://github.com/PolymerElements/iron-overlay-behavior/pull/252 ), I cannot open two embedded paper-dialogs any more. Before (2.2.1), both dialogs were placed in front of the overlay....
### Description Importing paper-badge (3.0.1) and iron-meta (3.0.1) causes different errors with different browsers, but fails in any case. Unfortunately, this also affects modules that import iron-meta, e.g. iron-icons. ###...