You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These fixes have not landed in Brackets yet, but we do integrate CodeMirror upstream/master at the beginning of every sprint. This will be an issue at the start of Sprint 32.
The text was updated successfully, but these errors were encountered:
Looks like the problem is just that our unit tests create mock editors inside an element that has no explicit width (and is absolutely positioned, so has no inherent width). That didn't cause a problem before, but it's understandable why Marijn's change would have broken this. It's arguably a CM bug, but since this isn't a realistic use case I think we can just change our unit tests to set an explicit width on the mock editor holder.
Issue by jasonsanjose
Thursday Sep 12, 2013 at 17:38 GMT
Originally opened as adobe/brackets#5179
Spun off from #4564.
@
RaymondLim reported that unit tests hang after doing a local merge for cursor positioning fixes in codemirror/codemirror5#1787 (comment)These fixes have not landed in Brackets yet, but we do integrate CodeMirror upstream/master at the beginning of every sprint. This will be an issue at the start of Sprint 32.
The text was updated successfully, but these errors were encountered: