Open core-ai-bot opened 3 years ago
Comment by RaymondLim Saturday Nov 08, 2014 at 18:45 GMT
I can reproduce it after hovering mouse over the lines that have linear-gradient(to right
and confirm that the hang is caused by Quick View. So you can turn off Quick View by unchecking View > Quick View on Hover
or just avoid moving mouse over these lines.
Comment by MarcelGerber Saturday Nov 08, 2014 at 21:16 GMT
Seems like another case of hitting #4650.
Comment by redmunds Monday Nov 17, 2014 at 16:50 GMT
@
unyo FYI, both linear-gradient(
function calls are missing the closing paren. Brackets still shouldn't crash, but that may help you work around it.
Issue by unyo Saturday Nov 08, 2014 at 02:42 GMT Originally opened as https://github.com/adobe/brackets/issues/9875
After opening this HAML file, attempting to select from the end of the line to the "{" character in Brackets causes brackets to crash with and without extensions enabled. OSX, Brackets 1.0 and 0.44.
The Line:
.uploading-item {style: "background: linear-gradient(to right, #e8eef3, 60%, transparent 100%;"}
The File: