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 248850 - CSS max-width/min-width/max-height/min-height properties with inherit value assigned shows unexpected character(s) "inherit" found
Summary: CSS max-width/min-width/max-height/min-height properties with inherit value a...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-24 10:06 UTC by an_re
Modified: 2015-06-01 14:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (6.01 KB, image/png)
2014-11-24 10:06 UTC, an_re
Details

Note You need to log in before you can comment on or make changes to this bug.
Description an_re 2014-11-24 10:06:02 UTC
Created attachment 150654 [details]
Screenshot

Using inherit value for every of the properties of the following CSS file snippet
  .layout {
    max-width: inherit;
    min-width: inherit;
    max-height: inherit;
    min-height: inherit;
  }
shows
  Unexpected character(s) "inherit" found
in the NetBeans CSS editor.

Related (fixed) bug: 241560 (this one was for the height property).
Comment 1 Milutin Kristofic 2015-06-01 14:02:47 UTC
http://hg.netbeans.org/web-main/rev/5a8fbf1e1671