brackets-archive / bracketsIssues

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

Annoying lag when typing/moving with arrow keys #13694

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by ealgase Thursday Sep 08, 2016 at 00:47 GMT Originally opened as https://github.com/adobe/brackets/issues/12763


Description

Whenever I type text, sometimes my rendering in brackets falls behind for a few seconds, so I can't see what I'm typing.

Steps to Reproduce

  1. Type text

Expected behavior: When I type text or move with arrow keys, the changes are instant

Actual behavior: It takes a few seconds

Versions

Windows 10 Release 1.7 build 1.7.0-16898 (release b0a363b)

core-ai-bot commented 3 years ago

Comment by zaggino Thursday Sep 08, 2016 at 01:43 GMT


@ealgase 1) Have you tried Debug > Reload Without Extensions mode? (Shift+F5) 2) What extensions do you have installed? (copy from Help > Health Report)

core-ai-bot commented 3 years ago

Comment by ealgase Thursday Sep 08, 2016 at 22:53 GMT


Health Report: { "uuid": "377f821f-e07c-4138-a0a6-214ba5e34fef", "snapshotTime": 1473375068355, "os": "win", "userAgent": "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Brackets/1.7.0.0 Chrome/49.0.2623.110 Safari/537.36", "osLanguage": "en-US", "bracketsLanguage": "en-US", "bracketsVersion": "1.7.0-16898", "projectLoadTimes": "", "fileOpenTimes": "", "prefNodeSearchDisabled": false, "prefInstantSearchDisabled": false, "installedExtensions": [], "bracketsTheme": "dark-theme" } Reloading without extensions DOES solve the problem; however, I do not know what extensions I have(I don't think I have any)

core-ai-bot commented 3 years ago

Comment by ealgase Thursday Sep 08, 2016 at 22:57 GMT


Testing more, it DOES still occur, but only when typing in a Javascript code block within HTML.