History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3403
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Andrei Oprea
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

JSP (html) folding issue

Created: 25 Jul 05 23:20   Updated: 26 Jul 05 00:44
Component/s: HTML editing
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: WinXP

Build: 3,424


 Description  « Hide
For the following code

<table>
<tr><td>
text here
</td>
</tr>
<table>

Try folding using the - sign at lime 4 (the </td> line). The code folds OK, and it looks something like

<table>
<tr><td>...
</tr>
<table>

Now there is a + for the folding in front of the <tr>. Hovering it, though, makes it change to -, and clicking it folds the tr tags. The only way to unfold the td tags is to clikc on the folded region.

Dealing with deep tag structures makes this folding issue more annoying.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.