Skip to content

color icon next to hex code inside of object can be duplicated #2027

Open
@zturtledog

Description

@zturtledog

Details about the bug:

  • p5.js version: 1.4
  • Web browser and version: Google Chrome | 100.0.4896.133
  • Operating System: Chromium
  • Steps to reproduce this:
    type this:
let h = {              //varible name does not matter
    l:"#678765"    //color does not matter
}
    then the little icon will apear.
    put the mouse next to the icon
    then press delete, this will delete the quotation mark
    then press enter, the icon will duplicate

actual bug example

image

Activity

welcome

welcome commented on May 15, 2022

@welcome

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.

added
BugError or unexpected behaviors
on Oct 12, 2022
FMMazur

FMMazur commented on Oct 18, 2022

@FMMazur

It's a bug related to the package codemirror-colorpicker, can be tested at ColorPicker API.

parteekcoder

parteekcoder commented on Feb 24, 2023

@parteekcoder
Contributor

@raclim can you please give some details of this bug as it is not clear what to be done here

parteekcoder

parteekcoder commented on Mar 1, 2023

@parteekcoder
Contributor

@raclim @catarak I think it is bug of codemirror-colorpicker as @FMMazur said

So I think there is nothing to do with p5web-editor but the possible solution will be

  1. wait for codemirror to debug this issue in their package
  2. use some other package
added
Priority:LowLow-impact issue that can be addressed after higher-priority tasks
Area: DependenciesPull requests that update a dependency file
on Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: DependenciesPull requests that update a dependency fileArea:EditorFor CodeMirror-related featuresBugError or unexpected behaviorsPriority:LowLow-impact issue that can be addressed after higher-priority tasks

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @lindapaiste@FMMazur@raclim@zturtledog@parteekcoder

        Issue actions

          color icon next to hex code inside of object can be duplicated · Issue #2027 · processing/p5.js-web-editor