Open core-ai-bot opened 3 years ago
Comment by julieyuan Tuesday Aug 13, 2013 at 08:36 GMT
I think this issue maybe also happens to other links which are on the Quick Docs pane. Just saw this also happening to link flex
related to property display.
Comment by njx Tuesday Aug 13, 2013 at 16:45 GMT
Doesn't seem to be an issue for some other properties with shorthands (like border
), so this might just be a problem with a few cases.
Comment by awgreenblatt Tuesday Aug 13, 2013 at 19:06 GMT
The problem is in www/extensions/default/WebPlatformDocs/css.json
For some reason, in some cases double quotes (") are escaped as "
where they should be simply backslash-escaped, as in \"
I changed css.json locally to test this out, changed the links in background's description and it works fine. There are probably other properties that have the same issue.
Comment by julieyuan Wednesday Aug 14, 2013 at 08:34 GMT
Found another links issue today for property animation-timing-function
. The links on its Quick Docs pane are also not correct. They redirect to upload picture page instead of corresponding picture. Here is the snapshot:
Comment by pthiess Monday Sep 16, 2013 at 17:25 GMT
@
julieyuan - If possible please verify if this is fixed.
Comment by julieyuan Sunday Sep 22, 2013 at 03:48 GMT
Checked this issue with build 0.32.0-9586. It still reproduces.
Comment by julieyuan Monday Oct 14, 2013 at 02:32 GMT
This issue is fixed with build 0.33.0-9858. So closing it. Here are snapshots for reference:
Issue by julieyuan Tuesday Aug 13, 2013 at 08:22 GMT Originally opened as https://github.com/adobe/brackets/issues/4763
Steps:
background
and pressCtrl+K
to open Quick Docs.Result: After clicking the links, it will show that the property is not found. When hover the mouse on the links on the Quick Docs pane, it will show that the URLs is incorrect.
Expected: After step3, it should redirect to the correct page to show the corresponding property.
ENV: MAC10.8.3 and Win8 English OS Build: 0.29.0-8678
Snapshots: Please refer to snapshots for details: After step3, it will redict to this not found page: Incorrect URL: Correct URL for reference: