adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

[PM] Property values are listed in the opposite order in quick doc. #3530

Open RaymondLim opened 11 years ago

RaymondLim commented 11 years ago
  1. Invoke quick doc for "clear" property.
  2. Look at the order of property values (all the titles) in the right column.

Result: The order is Inherit, both, right, left and none. But if you click on "Read more" link at the bottom right of the quick doc, the order of property values listed in the opened web page is exactly the opposite. ie. none, left, right, both and inherit.

peterflynn commented 11 years ago

@adrocknaphobia -- is there anything we can do here? The order seems randomly different from what's on the website. E.g. for borer-style I can't see any connection between the ordering. Is the JSON generation script storing the property values in a map at some point? That would give them basically arbitrary order...

adrocknaphobia commented 11 years ago

Will need to look into this issue a bit more. The API returns double results for 'css/property/clear' which might have something to do with it. Will investigate after sprint 24.

http://docs.webplatform.org/w/api.php?action=ask&query=[[Value_for_property::css/properties/clear]]||?Property_value|?Property_value_description|limit=1000&format=json

redmunds commented 11 years ago

Moved to Sprint 25.

njx commented 11 years ago

Moving out to sprint 26.

gruehle commented 11 years ago

Moving out to sprint 27.

pthiess commented 11 years ago

@adrocknaphobia Shall we move this out again?

njx commented 11 years ago

Moving to sprint 29

pthiess commented 11 years ago

@adrocknaphobia Moving to Sprint 30

njx commented 11 years ago

Removing from sprint. This isn't high priority. We'll use #4763 as a placeholder for the issue that it's becoming urgent to figure out how we're going to deal with these bugs.

redmunds commented 10 years ago

Was assigned to adrock, so marking "Needs Review".

pthiess commented 10 years ago

@jadbox Hey Jonathan, currently the Quick Doc files are stale at this point - I believe Adam has some scripts to compile and hand massage the results which then are shown in Brackets. We need your guidance where this falls priority wise and whether we just used Adam's implementation or if we should add a card to implement a more dynamic feature. Adding Move To Backlog for now.