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 - [60cat] embedding javascript is not shown on first position of html attributes
Summary: [60cat] embedding javascript is not shown on first position of html attributes
Status: VERIFIED DUPLICATE of bug 114348
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 19:31 UTC by Jindrich Sedek
Modified: 2009-05-18 10:47 UTC (History)
0 users

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 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.