| Summary: | Invalid HTML error detection in complex code | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Gadi Goldbarg <gadi> |
| Component: | PDT | Assignee: | 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: | |||
*** This bug has been marked as a duplicate of bug 149403 *** fixed |
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>