Open core-ai-bot opened 3 years ago
Comment by thehogfather Monday Jun 13, 2016 at 22:14 GMT
@
jwestbrook thanks for this. I'm able to reproduce this with some small variations on your test.
I am fairly sure this is related to #12232
Comment by jwestbrook Monday Jun 13, 2016 at 22:37 GMT
Yep that looks like the same behavior I get - glad I could illustrate a test case
Comment by ficristo Wednesday Aug 10, 2016 at 12:06 GMT
Should be fixed in 1.8 by https://github.com/adobe/brackets/pull/12521
Issue by jwestbrook Wednesday May 25, 2016 at 23:23 GMT Originally opened as https://github.com/adobe/brackets/issues/12456
Scenario :
In a PHP file with mixed HTML and PHP I'm folding the
<tr>
s of a table. If I have a set of 3 rows and I unfold row 2 which has 2 PHP blocks within it, and remove one of the blocks, then go to row 3 to unfold - the row will unfold but the triangle will not update and I think the folded state will not save.For example
Step 1
Step 2
Step 3
Step 4
At this point unfolding row 3 will show the code contained, but the triangle will not rotate and will not respond to any more clicks unless you reload Brackets.
OSX 10.11.5
Release 1.6 build 1.6.0-16680 (release 3df0ac6fa) build timestamp: Tue Jan 12 2016 06:18:55 GMT-0800
Don't know if its worked before
I've attempted this with and without extensions enabled.
No errors logged in console