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

Key: IDEADEV-9358
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Blocker Blocker
Assignee: Maxim Mossienko
Reporter: Onno Scheffers
Votes: 0
Watchers: 0
Operations

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

HTML editing shows errors that aren't there

Created: 20 Aug 06 14:53   Updated: 27 Sep 06 06:58
Component/s: Editor. Error Highlighting
Fix Version/s: Demetra Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP Pro
Issue Links:
Duplicate
This issue duplicates:
IDEADEV-9361 Incorrect "Wrong closing tag name" er... Blocker Resolved
 

Build: 5,581
Severity: Medium


 Description  « Hide
While editing HTML I often get complaints from IDEA about wrong closing tag names while all tags are closed properly. Usually it helps to select the entire block, cut it out and paste it in again.
On way of reproducing a "Wrong closing tag name" error is this:
Create a new empty HTML file and type these lines one by one:
<html>
<head>
<p>
</p>
</head> -> This will trigger a "Wrong closing tag name"-error.

 All   Comments   Work Log   Change History      Sort Order:
Mike Aizatsky - 12 Sep 06 15:59
Seems to be a reparse problem