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

[Core][Code hints and Quick Docs]: The values for property display and transform on code hints menu are not consistent with those on Quick Docs pane. #4768

Closed
julieyuan opened this issue Aug 14, 2013 · 5 comments

Comments

@julieyuan
Copy link

Steps:

  1. Launch Brackets and open a CSS file.
  2. Input the property display or transform, and then observe the number of its code hints.
  3. Press Ctrl+K to open the property's Quick Docs.

Results:
The numebr of code hints for display is 18, but there are 21 values on the Quick Docs pane. There are no: inline-grid, grid, run-in on the code hints menu.
The number of code hints for transform is 20, but there are only 14 values on the Quick Docs pane. Also there is no "none" value on the code hints menu.

Expected:
The values on the code hints menu should contain or same with the values on the Quick Docs. I think there should offer "none" value to transform property on code hints menu.

ENV: MAC10.8.3 and Win8 English OS
Build: 0.29.0-8692

Snapshots:
Please refer to snapshots for details:
5
6

@TomMalbran
Copy link
Contributor

According to the http://www.w3.org/TR/css3-transforms/#transform-functions, transform in the code hints is missing none and skew() and Web platforms is missing a lot of transform functions, almost all of the 3d ones.

@gruehle
Copy link
Member

gruehle commented Aug 19, 2013

Reviewed, low priority. Marking as "starter bug" for the code hint fixes. The Web Platform Docs bugs should be logged in the web platform docs bugbase.

@RossBrunton
Copy link
Contributor

This looks like a simple bug to fix, may as well give it a go.

RaymondLim added a commit that referenced this issue Nov 1, 2013
Added missing properties for display and transform in hints menu. #4768
@ghost ghost assigned julieyuan Nov 1, 2013
@RaymondLim
Copy link
Contributor

FBNC to @julieyuan

@julieyuan
Copy link
Author

Thanks. This issue is fixed with build 0.34.0-10242. So closing it. Here are the snapshots for details:
11
22

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

5 participants