brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] CSS property value hints pop up on entering space character. #6066

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by RaymondLim Wednesday Jan 29, 2014 at 00:20 GMT Originally opened as https://github.com/adobe/brackets/issues/6675


  1. Set the cursor after the colon of a property name. (e.g. display: )
  2. Hit the space bar to enter a space character.

Result: CSS hints for the property value show up. In sprint 35, we don't show CSS hints on space character. This is innocuous for most CSS properties, but it does cause a problem for EWF extension. EWF does not show font hints on space character, but Brackets does in sprint 36 and therefore shows up a shorter list of font names only available in Brackets (instead of web fonts available in EWF).

Workaround for Edge Web Fonts: Start typing or Press Esc and then Ctrl+spacebar to see the font previews.

core-ai-bot commented 3 years ago

Comment by pthiess Friday Jan 31, 2014 at 17:49 GMT


@RaymondLim I agree that it's important to keep EWF working correctly. Maybe a good thing to bring into a discussion with@jadbox and@ryanstewart.

core-ai-bot commented 3 years ago

Comment by redmunds Wednesday Feb 19, 2014 at 01:36 GMT


Confirmed. Closing.