blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

block-extension-tooltip not rendering tooltip correctly

Open moniika opened this issue 3 years ago • 4 comments

Category Plugins

Component block-extension-tooltip

Describe the bug Tooltip not rendering correctly when depending on Blockly beta (post goog.module migration).

Expected: image

Actual: image

To Reproduce

Steps to reproduce the behavior:

  1. npm install blockly@beta
  2. Run blocky-extension-tooltip with npm run start

moniika avatar Oct 01 '21 19:10 moniika

The monkey patch is touching some private properties :/

BeksOmega avatar Oct 01 '21 20:10 BeksOmega

I made this plugin private in #983 so that it doesn't get published again until we sort this out. So when we do fix this, we need to remember to remove that from the package.json. Also, in src/index.ts we need to import from blockly/core instead of blockly.

maribethb avatar Jan 25 '22 19:01 maribethb

@maribethb can this be closed, or are you waiting until you implement your plan for deprecating?

alschmiedt avatar Apr 08 '22 17:04 alschmiedt

Remaining work: deprecate and remove the plugin

maribethb avatar Apr 12 '22 17:04 maribethb