| Summary: | open type/ open method - bad functionality | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Kalin <kalin.a> | ||||
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P1 | CC: | gadi, ganoro | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 172409 [details]
screenshot
fixed in head fixed in head Verified fixed. Kalin Yanev kalin.a@zend.com |
Build Identifier: PDT 2.2.0.v20100621 Have php code with classes/methods, e.g. <?php class AAA{ public function ff(){ } } class BBB { public function jj(){ } } Go to main menu | Navigate | Open Type Type BBB, then double click on the matching result. The class name BBB is highlighted in editor correctly. Enter a few (10) new lines above class BBB body. Save the changes. Invoke again Open Type (Ctrl+Shift+T), type again BBB, then double click at the matched class BBB in the list of Open Type dialog. Expected: The class name BBB should be highlighted in editor. Actual: The editor is highlighted on a strange position. The same problem if you execute the scenario for some method. See the attachment. Reproducible: Always