You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "selcox (via GitHub)" <gi...@apache.org> on 2023/05/21 13:04:55 UTC

[GitHub] [netbeans] selcox opened a new issue, #5975: Wrong CSS errors & hints

selcox opened a new issue, #5975:
URL: https://github.com/apache/netbeans/issues/5975

   ### Apache NetBeans version
   
   Apache NetBeans 17
   
   ### What happened
   
   The following CSS outputs hints and errors that are not correct.
   Especially in responsive design constructs like min(), max() and calc() are
   often used. There one overlooks gladly genuine problems.
   
   
   .hints {
     container-type: size;
     container-name: name;
     user-select: none;
     font-size: min(25px, 26px);
     margin: 0px 0px min(5px, 0.26px);
     margin-top: max(2px, 10%);
     aspect-ratio: 146/102;
     hyphenate-character: auto;
     hyphenate-limit-chars: 10;
   
     --height: 10px;
     height: calc(100% - var(--height));
   }
   
   @container name (max-height: 780px) {
   
   }
   
   ### How to reproduce
   
   Set the given CSS in a css-file and open it in netbeans.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
   
   ### JDK
   
   15.0.1; Java HotSpot(TM) 64-Bit Server VM 15.0.1+9-18
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on issue #5975: Wrong CSS errors & hints

Posted by "matthiasblaesing (via GitHub)" <gi...@apache.org>.
matthiasblaesing commented on issue #5975:
URL: https://github.com/apache/netbeans/issues/5975#issuecomment-1721071069

   A fix is proposed as part of #6451. Please check it. Test builds are available:
   
   - From the checks summary page: https://github.com/apache/netbeans/actions/runs/6190122968
   - Or directly: https://github.com/apache/netbeans/suites/16181456062/artifacts/924240381


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing closed issue #5975: Wrong CSS errors & hints

Posted by "matthiasblaesing (via GitHub)" <gi...@apache.org>.
matthiasblaesing closed issue #5975: Wrong CSS errors & hints
URL: https://github.com/apache/netbeans/issues/5975


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists