Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSimone Dudley
3,291 PointsCursor out of sync
When using Workspace sometimes the cursor is out of sync when editing text. E.g. if i place the cursor at the end of the word "Virtual" and hit backspace, then it will delete the "a" rather than the "l". Makes it difficult when adding em and strong tags etc as I have to place the cursor one character behind where I want it to be.
1 Answer
Steven Parker
231,198 PointsI have only seen this when lines wrap around in the window. If that's the case here, you can avoid it by splitting long lines up in the code.
If you'd like to report a bug to the staff, you'll find instructions on the Support page.