Skip to content

Fix "custom Colors addon makes devtools highlighting not work" - #1563

Merged
WorldLanguages merged 1 commit into
ScratchAddons:masterfrom
cobaltt7:patch-3
Feb 12, 2021
Merged

Fix "custom Colors addon makes devtools highlighting not work"#1563
WorldLanguages merged 1 commit into
ScratchAddons:masterfrom
cobaltt7:patch-3

Conversation

@cobaltt7

Copy link
Copy Markdown
Contributor

Resolves

Resolves #1545

Changes

The Blockly method just edited the fill attribute, which is overridden by the stylesheet. This way edits the style attribute, which overrides everything.

Reason for changes

it's a bug

Tests

it works

The Blockly method just edited the `fill` attribute, which is overridden by the stylesheet. This way edits the `style` attribute, which overrides everything
@WorldLanguages WorldLanguages changed the title Update BlockFlasher.js Fix "custom Colors addon makes devtools highlighting not work" Feb 12, 2021
@WorldLanguages
WorldLanguages merged commit b7c6300 into ScratchAddons:master Feb 12, 2021
@cobaltt7

cobaltt7 commented Feb 12, 2021 via email

Copy link
Copy Markdown
Contributor Author

@cobaltt7
cobaltt7 deleted the patch-3 branch February 12, 2021 20:20
griffpatch added a commit to griffpatch/ScratchAddons that referenced this pull request Apr 14, 2021
…tom Colors addon makes devtools highlighting not work")
@griffpatch

Copy link
Copy Markdown
Contributor

I've added a fix that was causing previously highlighted blocks to stay highlighted (because only one of the colour changing scripts was addressed in the original fix)

WorldLanguages added a commit that referenced this pull request Apr 15, 2021
* Bugfix - Event should have no default background color

* Enhancement - Enable / Disable features in settings

* Enhancement - Enable / Disable features in settings

* Enhancement - Enable / Disable features in settings

* Enhancement - Add Make space feature when right click on a block stack

* Enhancement - Add Make space feature when right click on a block stack

* Enhancement - Add Make space feature when right click on a block stack
- Also remove date & version from help

* Enhancement - Add Make space feature when right click on a block stack
- Also remove date & version from help

* Help - Correct Case

* Fixup - Remove as yet unused settings, and incorrect usage of undefined keyword

* Fix for block flashing bug introduced by #1563 (Fix "custom Colors addon makes devtools highlighting not work")

* Enhance manifest wording

Co-authored-by: WorldLanguages <mundofinky@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom Colors addon makes devtools highlighting not work

3 participants