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

Bug 369320

Summary: If else statements
Product: z_Archived Reporter: Michael Francis <mfrancis107>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: kalin.a, zhaozhongwei
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Michael Francis CLA 2012-01-21 17:59:55 EST
Build Identifier: 20110615-0604

Any time that I do anything in the form of

<?php if(true){ ?>
  HTML
<?php } else { ?>

<?php } ?>

When I attempt to type html within the if statement eclipse goes crazy. Just clicking on the mouse will delete large portions of the page. When typing nothing appears and sometimes things appear but not at the location in which I type it.

Reproducible: Always

Steps to Reproduce:
1. Setup if statement
<?php if(true){ ?>
  HTML
<?php } else { ?>

<?php } ?>

2. Begin typing html.
Comment 1 Zhongwei Zhao CLA 2012-05-03 02:27:02 EDT
please update your pdt to the latest version.
Comment 2 Kalin CLA 2012-07-05 09:57:40 EDT
Verified fixed.
Closing...

Kalin Yanev
kalin.a@zend.com