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 187520 - AssertionError: elementText='#pressed'; lineText='/*iWebKit css 5.04 by Christopher Plieger*/body{position:relative;margin:0;-webkit-text-size-adjust:none;min-height:416px;font-family:helvetica,sans-s
Summary: AssertionError: elementText='#pressed'; lineText='/*iWebKit css 5.04 by Chris...
Status: RESOLVED DUPLICATE of bug 190573
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-13 06:15 UTC by fortruth
Modified: 2010-12-09 21:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170657


Attachments
stacktrace (2.19 KB, text/plain)
2010-06-13 06:15 UTC, fortruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fortruth 2010-06-13 06:15:14 UTC
This bug was originally marked as duplicate of bug 185038, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 RC1 (Build 201005202201)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP

User Comments:
fortruth: when I clicked a css id from html and want to locate the define at css file.




Stacktrace: 
java.lang.AssertionError: elementText='#pressed'; lineText='/*iWebKit css 5.04 by Christopher Plieger*/body{position:relative;margin:0;-webkit-text-size-adjust:none;min-height:416px;font-family:helvetica,sans-serif;-webkit-background-size:0.438em 100%;background:-webkit-gradient(linear,left top,right top,from(#c5ccd4),color-stop(71%, #c5ccd4),color-stop(72%, #cbd2d8),to(#cbd2d8));-webkit-touch-callout:none}.center{margin:auto;display:block;text-align:center!important}img{border:0}a:hover .arrow{background-position:0 -13px!important}@media screen and (max-width:320px){#topbar{height:44px}#title{line-height:44px;height:44px;font-size:16pt}#tributton a:first-child,#duobutton a:first-child{width:101px}#tributton a:last-child,#duobutton a:last-child{width:101px}#tributton a{width:106px}#duobutton .links{width:195px}#tributton .links{width:302px}#doublead{width:300px!important}#duoselectionbuttons{width:191px;height:30px;top:7px}#triselectionbuttons{width:290px;height:30px;top:7px}#triselectionbuttons a:first-child
   at org.netbeans.modules.html.editor.gsf.HtmlDeclarationFinder$AlternativeLocationImpl.getDisplayHtml(HtmlDeclarationFinder.java:399)
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport.chooseAlternatives(GoToSupport.java:300)
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport.chooseAlternatives(GoToSupport.java:287)
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport.access$200(GoToSupport.java:92)
   at org.netbeans.modules.csl.editor.hyperlink.GoToSupport$2$3.run(GoToSupport.java:210)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 fortruth 2010-06-13 06:15:18 UTC
Created attachment 100042 [details]
stacktrace
Comment 2 Marek Fukala 2010-06-14 09:48:09 UTC
could you please attach the html file and the refered css file?
Comment 3 Marek Fukala 2010-12-09 21:02:35 UTC
The assertion has been replaced by IAE logged at INFO level.

*** This bug has been marked as a duplicate of bug 190573 ***