[JIRA] [core] (JENKINS-25455) Code input field is too small

2015-01-16 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25455


Code input field is too small















Code changed in jenkins
User: Vojtech Juranek
Path:
 core/src/main/resources/lib/form/textarea/textarea.js
http://jenkins-ci.org/commit/jenkins/e9aeaf11b7171aed80381e8f66c5fb7056960141
Log:
  JENKINS-25455 Avoid zero height of CodeMirror textarea





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-25455) Code input field is too small

2015-01-16 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-25455


Code input field is too small















Integrated in  jenkins_main_trunk #3935
 JENKINS-25455 Avoid zero height of CodeMirror textarea (Revision e9aeaf11b7171aed80381e8f66c5fb7056960141)

 Result = UNSTABLE
vojtech juranek : e9aeaf11b7171aed80381e8f66c5fb7056960141
Files : 

	core/src/main/resources/lib/form/textarea/textarea.js





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-25455) Code input field is too small

2014-11-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25455


Code input field is too small















Code changed in jenkins
User: Vojtech Juranek
Path:
 src/main/resources/hudson/plugins/groovy/SystemGroovy/config.jelly
http://jenkins-ci.org/commit/groovy-plugin/dc6c57f9137f1b0e8590d1b90471d41b1ee7a559
Log:
  JENKINS-25455 Use StringScriptSource as default also for System Groovy script





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-25455) Code input field is too small

2014-11-08 Thread vjura...@java.net (JIRA)














































vjuranek
 commented on  JENKINS-25455


Code input field is too small















radiobox makes this element invisible and when CodeMirror computes height of the element it's zero (as element is not visible). Also gutter gets somehow broken during making it invisible and visible process. IMHO proper fix is PR #1460, however, to fix it soon (and for older Jenkins core version), I decided to pre-select StringScriptSource by default when adding new step and thus make it visible at the beginning.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-25455) Code input field is too small

2014-11-08 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-25455 as Fixed


Code input field is too small
















Change By:


SCM/JIRA link daemon
(08/Nov/14 7:04 PM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-25455) Code input field is too small

2014-11-08 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25455


Code input field is too small















Code changed in jenkins
User: Vojtech Juranek
Path:
 src/main/resources/hudson/plugins/groovy/Groovy/config.jelly
 src/main/resources/hudson/plugins/groovy/form/multi-hetero-radio.jelly
http://jenkins-ci.org/commit/groovy-plugin/f91e2194790deb576acbe792dcec1c90a0071d2b
Log:
  FIXED JENKINS-25455 Show StringScriptSource by default and thus avoid zero height of the textarea





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-25455) Code input field is too small

2014-11-05 Thread dmitrijs.sahl...@accenture.com (JIRA)














































Dmitrijs Sahlovs
 created  JENKINS-25455


Code input field is too small















Issue Type:


Bug



Assignee:


vjuranek



Attachments:


jenkins-groovy.png



Components:


core, groovy-plugin



Created:


05/Nov/14 4:09 PM



Description:


Not sure if this is a bug or desired behavior(see screenshot).
When I add groovy script as a build step I can't add anything to it, because text field is too small. Of course I can easily make it bigger and write some code there, but in my opinion input field should not be so small by default.




Environment:


Jenkins 1.586 on Windows

Groovy-plugin 1.23

Google Chrome 38.0.2125 /IE 9






Project:


Jenkins



Priority:


Minor



Reporter:


Dmitrijs Sahlovs

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-25455) Code input field is too small

2014-11-05 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-25455


Code input field is too small















Clearly a bug. Also, after resize, the gutter (where the line numbers are) is broken until something is typed.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.