Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Shapes editor stops working #7437

@JeffryBooher

Description

@JeffryBooher

If I type in the css properties without using code hints to fill in the arguments, the shapes editor does not appear. Then it never works.

  1. Start Brackets. This is important that you haven't already invoked the shapes editor so restart Brackets clean.
  2. Create a new HTML 5 project using the New Project Extension
  3. Open styles.css
  4. Start Live Preview
  5. In the body rule, add a new line and type shape-inside: circle(); very important to type it in and not select the property name and value from the code hints drop down.
  6. Place the cursor inside the parenthesis.

At this point, the shapes editor should open inside the Live Preview browser but it doesn't.
If you go back and remove the css property and let code-hints fill in the property and value with shape-inside: circle(), it still will not work.

If you close the Live Preview browser and restart Live Preview, it will work.

* NOTE*
After retesting the steps a third time I was unable to get it to fail. I was able to do this 3 times in a row then the 4th attempt no longer failed.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions