Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 168987

Summary: Invalid HTML error detection in complex code
Product: z_Archived Reporter: Gadi Goldbarg <gadi>
Component: PDTAssignee: PHP UI <php.ui-inbox>
Status: CLOSED DUPLICATE QA Contact: Gadi Goldbarg <gadi>
Severity: normal    
Priority: P2 Keywords: plan
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Gadi Goldbarg CLA 2006-12-24 06:31:47 EST
When I enter the code below in HTML editor, I get following notices:

Start tag (<div>) not closed
Attribute value (document.getElementById()) not closed
Invalid character in text string ('<?= $this->_badcomp->id 
?>').style.display='block';" style="border: 1px solid #ff0000;">
text
')  
Steps To Reproduce:  
<div onClick="document.getElementById('error_<?= $this->_badcomp->id 
?>').style.display='block';" style="border: 1px solid #ff0000;">
text
</div>
Comment 1 Roy Ganor CLA 2007-01-02 10:26:59 EST

*** This bug has been marked as a duplicate of bug 149403 ***
Comment 2 Gadi Goldbarg CLA 2007-01-31 03:15:44 EST
fixed