This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267763 - Nested comments
Summary: Nested comments
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P4 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 03:37 UTC by amobilia
Modified: 2016-08-30 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description amobilia 2016-08-30 03:37:04 UTC
Example code :
-----
<?php

/**
 * Test 1
 *//* Test 2
*/
-----

Steps to reproduce :
- Collapse the "Test 2" comment
- Collapse the "Test 1" comment
- Expand the comment
=> "Test 2" comment is expanded.

What happened :
You can't expand the "Test 1" comment with a "+" box, you need to double click on it.
There is only a "-" box available to collapse again the "Test 2" comment


Expected :
Ability to expand "Test 1" comment with a "+" box as I was able to collapse both comments with a "-" box