<a href="https://github.com/RaymondLim"><img src="https://avatars.githubusercontent.com/u/1542488?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [RaymondLim](https://github.com/RaymondLim)** _Thursday Mar 20, 2014 at 02:23 GMT_ _Originally opened as https://github.com/adobe/brackets/issues/7258_ ---- 1. Set the "citrus completed" from smoke test as your project. 2. Duplicate desktop.css in the css folder and call it desktop2.css. 3. Open index.html and set cursor in the body tag. 4. Resize the editor window narrower so that you see some wrapped lines _in inline editor_. 5. Ctrl+E to open the inline editor. You will see two entries in the css file list on the right of the inline editor. 6. Select desktop2.css from the list and then change the color property to #d90. 7. When desktop2.css is in the working set, mouse over its filename and click x button to close it. 8. When prompted to save, click Don't Save. 9. Inline editor in index.html is now showing desktop.css. 10. Try to double-click on something inside the inline editor. e.g. #000. Result: Something else on the previous line may be highlighted as being selected. Note that the inline editor shows some extra empty lines at the bottom and if you click there, then it auto resizes to fit the content. After that, double-click is working again.