vdaburon opened a new issue, #6377:
URL: https://github.com/apache/jmeter/issues/6377

   ### Use case
   
   Since 5.6.x some checkboxes could be change in an expression but there is no 
external information to explains if the checkbox  is "standard" or "expression 
compatible".
   
   https://github.com/apache/jmeter/pull/6199
   
   
![jmeter_checkbox_expression](https://github.com/user-attachments/assets/38e4876d-e063-4639-aa05-1adcc78e208e)
   
   
   ### Possible solution
   
   1- First solution : Add some text between the checkbox and the label.
   E.g.1 Test Plan :
   Before : "Run Thread Groups consecutively" 
   After : " (Exp) Run Thread Groups consecutively" , add **(Exp)** in the 
label to explain that checkbox is Expression compatible.
   
   E.g.2 Test Plan :
   Before : "Delay Tread creation until needed"
   After : "(Exp) Delay Tread creation until needed"
   
   2-Second solution : Change the color background of the checkbox compatible 
with expression
   E.g.3 Thread Group : 
   cb.setBackground(Color.ORANGE);
   cb.setOpaque(true);<br/>
   
![jmeter_checkbox_color_expression](https://github.com/user-attachments/assets/be5a50b9-a600-4fc1-8000-f088e07b3c6e)
   
   
   ### Possible workarounds
   
   _No response_
   
   ### JMeter Version
   
   5.6.3
   
   ### Java Version
   
   jdk8 to jdk17
   
   ### OS Version
   
   All OS


-- 
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: dev-unsubscr...@jmeter.apache.org.apache.org

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

Reply via email to