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 121217

Summary: [60cat] embedding javascript is not shown on first position of html attributes
Product: web Reporter: Jindrich Sedek <jsedek>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2007-11-05 19:31:46 UTC
use this code in HTML:
----------------------------------------
<script type="text/javascript">
      function myf() {alert("Hello World"); }
</script>

<textarea onmouseup="|"></textarea>
-------------------------------------
invode cc at possition of "|" -> No suggestions
press Space to add one more space before cursor:
-------------------------------------
<textarea onmouseup=" |"></textarea>
-------------------------------------
invoke cc -> myf() in already offered
Comment 1 Marek Fukala 2007-11-06 04:55:49 UTC

*** This issue has been marked as a duplicate of 114348 ***
Comment 2 Jindrich Sedek 2008-07-03 13:12:49 UTC
verified.