This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Selecting a folder path from url hints does not show hints for next path segment. #2586
Milestone
Comments
Found this when fixing issue #2555. |
I am not seeing this bug. Actually, I am seeing the opposite. After url code hints are being displayed, if I click on a file name (not a folder) with mouse, then code hints continues to display (should be dismissed). |
My original description has some incorrect portion. Again, this won't reproduce if you have the closing quote. It only reproduces when the closing quote is missing. When it happens, you can also see a console error in developer tools window. |
This was referenced Jan 18, 2013
@RaymondLim -- are we planning to take the fix here for this sprint? |
I don't think Ian will be able to review it by Monday. So we can consider moving it to sprint 20. |
Moving to sprint 20. |
Confirmed fix in master. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
If you bring up url hints in code like
<img src="| >
and click (select) on a folder, the folder path is inserted into the page and no more prompt for you to select an image file in the selected folder path.Note that this is introduced with the new Code Hint Manager API changes.
The text was updated successfully, but these errors were encountered: