This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 132804 - Strange delete key behavior in JSP page
Summary: Strange delete key behavior in JSP page
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 19:59 UTC by dlpa
Modified: 2008-04-25 13:12 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dlpa 2008-04-14 19:59:41 UTC
Paste scriplet below into empty JSP page as an example. 
<%

//String value;

%>

Set the cursor at the beginning commented line and try to delete by pressing delete key. The key works like backspace key.

Thanks  

Product Version: NetBeans IDE Dev (Build 200804140855)
Java: 1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19
Comment 1 Marek Fukala 2008-04-15 10:44:53 UTC
fixed in main repository by revision 55f78035c64d.

the issue is quite serious - it breaks user experience when editing java content in jsp file, increasing priority.

QE please test the fix, and Petre please review the change.
Comment 2 Vitezslav Stejskal 2008-04-15 10:47:43 UTC
The change looks ok to me.
Comment 3 Martin Schovanek 2008-04-15 12:59:18 UTC
Verified in trunk build.
Comment 4 Martin Schovanek 2008-04-15 13:20:30 UTC
Fixed in release61 by 1494c68e862b.
Comment 5 Martin Schovanek 2008-04-16 09:44:37 UTC
Verified in release61.