Comment region every line? Bug?

Hi,
I stumbled upon a weird behaviour, in my opinion.
When I select several lines of code and press Ctrl+3, komodo edit comments every line individually.
While uncommenting with Ctrl+Shift+3 and the same selected lines of code, Komodo does not uncomment each line, but just trim the first and last comment tags.
Is this intended? Anyone else noticed this?

Sample Code after pressing Ctrl+3:

/*.logo-fl {*/
/*   font-size: 1.74em;*/
/*   letter-spacing: 11px;*/
/*}*/
/*.logo-small {*/
/*   font-size: 0.8em;*/
/*}*/

Sample Code after pressing Ctrl+Shift+2:

.logo-fl {*/
/*   font-size: 1.74em;*/
/*   letter-spacing: 11px;*/
/*}*/
/*.logo-small {*/
/*   font-size: 0.8em;*/
/*}

Thanks for helping.

I think you must file a bug in Bugtracker
Please post a link to a bug here after creating it in bugtracker :smile:

thanks defman, searched for a bug report at activestate and found someone who had the same problem

https://bugs.activestate.com/show_bug.cgi?id=105188

Okay, wait for answers in the bug tracker (or here, I don’t know). I or Komodo devs will write here if this bug will be solved.

Thanks guys, I targeted it for 9.0. I wasn’t able to reproduce it myself thus far but I have only tried it once, whereas the bug report seems to indicate you have to try it multiple times. We’ll see what we can find.