Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] [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. #4408

Open
core-ai-bot opened this issue Aug 29, 2021 · 5 comments

Comments

@core-ai-bot
Copy link
Member

Issue by julieyuan
Wednesday Aug 14, 2013 at 06:42 GMT
Originally opened as adobe/brackets#4768


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

@core-ai-bot
Copy link
Member Author

Comment by TomMalbran
Wednesday Aug 14, 2013 at 10:03 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by gruehle
Monday Aug 19, 2013 at 18:39 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by RossBrunton
Saturday Oct 26, 2013 at 11:32 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by RaymondLim
Friday Nov 01, 2013 at 18:23 GMT


FBNC to@julieyuan

@core-ai-bot
Copy link
Member Author

Comment by julieyuan
Monday Nov 04, 2013 at 02:11 GMT


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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant