Issue by redmunds
Saturday Mar 22, 2014 at 00:23 GMT
Originally opened as adobe/brackets#7291
This EditorOptionHandlers unit test fails for me every time:
"should also wrap long lines in inline editor by default"
Error: Expected 30 to be less than 30.
at new jasmine.ExpectationResult (file:///C:/Users/redmunds/dev/github/brackets-shell/Release/dev/test/thirdparty/jasmine-core/jasmine.js:102:32)
at null.toBeLessThan (file:///C:/Users/redmunds/dev/github/brackets-shell/Release/dev/test/thirdparty/jasmine-core/jasmine.js:1194:29)
at null.<anonymous> (file:///C:/Users/redmunds/dev/github/brackets-shell/Release/dev/test/spec/EditorOptionHandlers-test.js:101:45)
at jasmine.Block.execute (file:///C:/Users/redmunds/dev/github/brackets-shell/Release/dev/test/thirdparty/jasmine-core/jasmine.js:1024:15)
at jasmine.Queue.next_ (file:///C:/Users/redmunds/dev/github/brackets-shell/Release/dev/test/thirdparty/jasmine-core/jasmine.js:1842:31)
at onComplete (file:///C:/Users/redmunds/dev/github/brackets-shell/Release/dev/test/thirdparty/jasmine-core/jasmine.js:1838:18)
at jasmine.WaitsForBlock.execute (file:///C:/Users/redmunds/dev/github/brackets-shell/Release/dev/test/thirdparty/jasmine-core/jasmine.js:2322:5)
at file:///C:/Users/redmunds/dev/github/brackets-shell/Release/dev/test/thirdparty/jasmine-core/jasmine.js:2336:12
I seem to be the only one seeing this. I think it has something to do with the combination of:
- My new Windows HiDPI laptop (1920x1200)
- Recent change where test windows no longer inherit user options (i.e. font size zoom)
- Test windows seem to be wider now
So, the line of code is not wrapping lines any more. I checked in a fix in PR #7289 for a similar test that no longer was scrolling horizontally.
redmunds included the following code: https://github.com/adobe/brackets/pull/7291/commits
Saturday Mar 22, 2014 at 00:23 GMT
Originally opened as adobe/brackets#7291
This EditorOptionHandlers unit test fails for me every time:
"should also wrap long lines in inline editor by default"
I seem to be the only one seeing this. I think it has something to do with the combination of:
So, the line of code is not wrapping lines any more. I checked in a fix in PR #7289 for a similar test that no longer was scrolling horizontally.
redmunds included the following code: https://github.com/adobe/brackets/pull/7291/commits