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 213968 - Wrong coloring
Summary: Wrong coloring
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 12:35 UTC by Petr Pisl
Modified: 2012-09-17 05:38 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 Petr Pisl 2012-06-11 12:35:36 UTC
Code:

Ext.application({
    name: 'HelloExt',
    launch: function() {
        Ext.create('Ext.container.Viewport', { 
            layout: 'fit',
            items: [
            // strange coloring after this line
                {
                    title: 'Hello Ext',
                    html: 'Hello! Welcome to Ext JS.'
                }
            ]
        });
    } 
});

The property title, html and their values are bold black after semantic coloring.
Comment 1 Quality Engineering 2012-07-10 04:10:44 UTC
Integrated into 'main-golden', will be available in build *201207100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/441c063fc2b9
User: Petr Pisl <ppisl@netbeans.org>
Log: #213968 - Wrong coloring
Comment 2 Martin Fousek 2012-09-17 05:38:00 UTC
You fixed that yourself Petr. :) I'm keeping you in the assignee field and closing the issue.