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 258699

Summary: bootstrap.css 抛错
Product: web Reporter: lingy-mg
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: REOPENED ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE 日志

Description lingy-mg 2016-04-07 01:18:02 UTC
Product Version = NetBeans IDE Dev (Build 201601280002)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

再现性: 每次都发生

步骤:
  * bootstrap.css ide抛错
  * 下面的这段代码ide抛错

实际情况:
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

预期情况:
  弹出消
Comment 1 lingy-mg 2016-04-07 01:18:08 UTC
Created attachment 159141 [details]
IDE 日志
Comment 2 Jiri Prox 2016-04-07 14:33:10 UTC
Can you please specify the error more? There is no relevant info in the log.
What type of error is it? If it is exception, please provide stacktrace. If it is error announced by some dialog please provide screenshot.

Thanks
Comment 3 lingy-mg 2016-04-08 01:15:16 UTC
(In reply to Jiri Prox from comment #2)
> Can you please specify the error more? There is no relevant info in the log.
> What type of error is it? If it is exception, please provide stacktrace. If
> it is error announced by some dialog please provide screenshot.
> 
> Thanks

http://lingy.top/bug.jpg
This is the bug screenshot. you can open the URL to have a look.