brackets-archive / bracketsIssues

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

[CLOSED] [Core][Quick Docs]: Links on the Quick Docs pane for property Background are incorrect. #4403

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by julieyuan Tuesday Aug 13, 2013 at 08:22 GMT Originally opened as https://github.com/adobe/brackets/issues/4763


Steps:

  1. Launch Brackets and open a CSS file.
  2. Put the cursor behind the property background and press Ctrl+K to open Quick Docs.
  3. Click all the links on the Quick Docs pane. Then hover the mouse on the links.

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: 4 Incorrect URL: 2 Correct URL for reference: 3

core-ai-bot commented 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.

core-ai-bot commented 3 years ago

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.

core-ai-bot commented 3 years ago

Comment by njx Tuesday Aug 13, 2013 at 16:46 GMT


To@pthiess to track for now.

core-ai-bot commented 3 years ago

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.

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Aug 13, 2013 at 20:36 GMT


Sounds very similar to #4342...

core-ai-bot commented 3 years ago

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: 10

core-ai-bot commented 3 years ago

Comment by pthiess Monday Sep 16, 2013 at 17:25 GMT


@julieyuan - If possible please verify if this is fixed.

core-ai-bot commented 3 years ago

Comment by julieyuan Sunday Sep 22, 2013 at 03:48 GMT


Checked this issue with build 0.32.0-9586. It still reproduces.

core-ai-bot commented 3 years ago

Comment by iwehrman Monday Sep 23, 2013 at 17:27 GMT


Does #5044 change this?

core-ai-bot commented 3 years ago

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: fix1 fix2