You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/24 20:04:10 UTC

[GitHub] [netbeans] mbastian opened a new issue, #4680: Extend ColorEditor

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

   ### Description
   
   The `org.netbeans.beaninfo.editors.ColorEditor` class does not support the alpha channel. This `PropertyEditor` is used in various places.
   
   The color chooser UI allows to set the transparency but then it's ignored.
   <img width="697" alt="Screenshot 2022-09-24 at 21 59 51" src="https://user-images.githubusercontent.com/234813/192116357-924e5035-753d-47dd-a380-04b9e3bcfcc5.png">
   
   Do I miss something or it's a gap?
   
   You can reproduce it by 
   1. Create a new JPanel and change the background color
   2. Select a color with transparency
   3. Close the editor and reopen it, the transparency setting is gone
   
   ### Use case/motivation
   
   In some cases one want to select a color with the alpha channel. As a default color editor, it should support it.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   Yes
   
   ### Code of Conduct
   
   Yes


-- 
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] mbien commented on issue #4680: Extend ColorEditor to include alpha channel

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4680:
URL: https://github.com/apache/netbeans/issues/4680#issuecomment-1261340760

   sounds useful, let me know if you need help or a PR review


-- 
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