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

Key: IDEADEV-25826
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

HTML: 'Rename tag' quick fix keeps error highlighting until next change

Created: 08 Apr 08 17:28   Updated: 20 Oct 08 13:57
Component/s: HTML.Editing
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,278
Fixed in build: 8,921


 Description  « Hide
Provide any HTML file.
Type not empty element in a body, like <a> anything </a>.
Manually change opening tag to one from different element: <p> anything </a>. Get error highlighting.
Alt+Enter, apply quick fix "Rename closing tag".
Result: the code is correct: <p> anything </p>, but error highlighting is still shown.

Highlighting is corrected on next file modification.
Cannot reproduce this bug in XML.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 20 Oct 08 13:57
8928: fix confirmed.