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 - bootstrap.css 抛错
Summary: bootstrap.css 抛错
Status: REOPENED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-07 01:18 UTC by lingy-mg
Modified: 2016-04-08 07:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE 日志 (51.83 KB, text/plain)
2016-04-07 01:18 UTC, lingy-mg
Details

Note You need to log in before you can comment on or make changes to this bug.
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.