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

CSS code hints may overwrite existing property name or value. #2628

Closed
RaymondLim opened this issue Jan 20, 2013 · 2 comments
Closed

CSS code hints may overwrite existing property name or value. #2628

RaymondLim opened this issue Jan 20, 2013 · 2 comments

Comments

@RaymondLim
Copy link
Contributor

  1. In a CSS rule set the cursor at the very first position on a line that already has a property name and property values. (eg. | margin: 0 auto; where | is the cursor position)
  2. Press Ctrl+Space to invoke the CSS code hints.
  3. Select any property that has more than 4 characters (the default indent size == 4 spaces in my example).

Result: The selected property name replaces anything from the cursor position until the length of the selected property and thus partially overwrites the existing property.

Expected: Should not replace any character in the page since it is a new insertion.

@RaymondLim
Copy link
Contributor Author

FBNC to @dangoor.

@dangoor
Copy link
Contributor

dangoor commented Jan 30, 2013

Confirmed that it now inserts the new property rather than replacing characters.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants