|
OHTAKE Tomohiro created JENKINS-13532:
----------------------------------------- Summary: Changing analysis-core's tab makes breadcrumbs bar move down Key: JENKINS-13532 URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 Project: Jenkins Issue Type: Bug Components: analysis-core Environment: Jenkins 1.460, Task Scanner 4.27 Reporter: OHTAKE Tomohiro Assignee: Ulli Hafner Priority: Minor Attachments: Untitled.png See an attached image. If you change tabs, breadcrumbs bar moves down. The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161805#comment-161805 ] Ulli Hafner commented on JENKINS-13532: --------------------------------------- If I don't call Behaviour.apply then the sorting will not work anymore. Any ideas on how to solve this? > Changing analysis-core's tab makes breadcrumbs bar move down > ------------------------------------------------------------ > > Key: JENKINS-13532 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 > Project: Jenkins > Issue Type: Bug > Components: analysis-core > Environment: Jenkins 1.460, Task Scanner 4.27 > Reporter: OHTAKE Tomohiro > Assignee: Ulli Hafner > Priority: Minor > Attachments: Untitled.png > > > See an attached image. If you change tabs, breadcrumbs bar moves down. > The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161806#comment-161806 ] OHTAKE Tomohiro commented on JENKINS-13532: ------------------------------------------- Behaviour.applySubtree($("CONTENT_TO_BE_ADDED")) will not cause effects on other elements. > Changing analysis-core's tab makes breadcrumbs bar move down > ------------------------------------------------------------ > > Key: JENKINS-13532 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 > Project: Jenkins > Issue Type: Bug > Components: analysis-core > Environment: Jenkins 1.460, Task Scanner 4.27 > Reporter: OHTAKE Tomohiro > Assignee: Ulli Hafner > Priority: Minor > Attachments: Untitled.png > > > See an attached image. If you change tabs, breadcrumbs bar moves down. > The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161968#comment-161968 ] SCM/JIRA link daemon commented on JENKINS-13532: ------------------------------------------------ Code changed in jenkins User: Ulli Hafner Path: src/main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly http://jenkins-ci.org/commit/analysis-core-plugin/bfc36fa1c13e39f5d27d554617db034a5637bd01 Log: [FIXED JENKINS-13532] Don't modify whole DOM tree on tab switch. > Changing analysis-core's tab makes breadcrumbs bar move down > ------------------------------------------------------------ > > Key: JENKINS-13532 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 > Project: Jenkins > Issue Type: Bug > Components: analysis-core > Environment: Jenkins 1.460, Task Scanner 4.27 > Reporter: OHTAKE Tomohiro > Assignee: Ulli Hafner > Priority: Minor > Attachments: Untitled.png > > > See an attached image. If you change tabs, breadcrumbs bar moves down. > The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SCM/JIRA link daemon resolved JENKINS-13532. -------------------------------------------- Resolution: Fixed > Changing analysis-core's tab makes breadcrumbs bar move down > ------------------------------------------------------------ > > Key: JENKINS-13532 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 > Project: Jenkins > Issue Type: Bug > Components: analysis-core > Environment: Jenkins 1.460, Task Scanner 4.27 > Reporter: OHTAKE Tomohiro > Assignee: Ulli Hafner > Priority: Minor > Attachments: Untitled.png > > > See an attached image. If you change tabs, breadcrumbs bar moves down. > The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161970#comment-161970 ] dogfood commented on JENKINS-13532: ----------------------------------- Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png! [plugins_analysis-core #10441|http://ci.jenkins-ci.org/job/plugins_analysis-core/10441/] [FIXED JENKINS-13532] Don't modify whole DOM tree on tab switch. (Revision bfc36fa1c13e39f5d27d554617db034a5637bd01) Result = SUCCESS Ulli Hafner : Files : * src/main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly > Changing analysis-core's tab makes breadcrumbs bar move down > ------------------------------------------------------------ > > Key: JENKINS-13532 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 > Project: Jenkins > Issue Type: Bug > Components: analysis-core > Environment: Jenkins 1.460, Task Scanner 4.27 > Reporter: OHTAKE Tomohiro > Assignee: Ulli Hafner > Priority: Minor > Attachments: Untitled.png > > > See an attached image. If you change tabs, breadcrumbs bar moves down. > The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161973#comment-161973 ] Ulli Hafner commented on JENKINS-13532: --------------------------------------- Seems that the sorting of the table is broken quite a while anyway... The 'sortbottom' does not work anymore and the totals row is part of the sorting now :-( > Changing analysis-core's tab makes breadcrumbs bar move down > ------------------------------------------------------------ > > Key: JENKINS-13532 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 > Project: Jenkins > Issue Type: Bug > Components: analysis-core > Environment: Jenkins 1.460, Task Scanner 4.27 > Reporter: OHTAKE Tomohiro > Assignee: Ulli Hafner > Priority: Minor > Attachments: Untitled.png > > > See an attached image. If you change tabs, breadcrumbs bar moves down. > The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161984#comment-161984 ] Ulli Hafner commented on JENKINS-13532: --------------------------------------- Integrated in !http://faktorzehn.org:8081/images/16x16/blue.png! [Jenkins Analysis Plug-ins (Compile) #478|http://faktorzehn.org:8081/job/Jenkins%20Analysis%20Plug-ins%20(Compile)/478/] [FIXED JENKINS-13532] Don't modify whole DOM tree on tab switch. (Revision bfc36fa1c13e39f5d27d554617db034a5637bd01) Result = SUCCESS > Changing analysis-core's tab makes breadcrumbs bar move down > ------------------------------------------------------------ > > Key: JENKINS-13532 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 > Project: Jenkins > Issue Type: Bug > Components: analysis-core > Environment: Jenkins 1.460, Task Scanner 4.27 > Reporter: OHTAKE Tomohiro > Assignee: Ulli Hafner > Priority: Minor > Attachments: Untitled.png > > > See an attached image. If you change tabs, breadcrumbs bar moves down. > The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] OHTAKE Tomohiro reopened JENKINS-13532: --------------------------------------- Breadcrumbs bar sticks to the top, but dropdown menu on it won't work. Jenkins 1.463, Task Scanner 4.29 {code:title=IE 9} SCRIPT438: Object doesn't support property or method '_canPosition' dom-min.js, line 7 character 4051 {code} {code:title=Chrome 18} Uncaught TypeError: Object #<Object> has no method '_canPosition' e.Dom.getRegion.W dom-min.js:7 YAHOO.util.Dom.batch utilities.js:10 e.Dom.getRegion dom-min.js:7 showMenu breadcrumbs.js:79 handleHover breadcrumbs.js:100 jenkinsRules.#breadcrumbs LI breadcrumbs.js:119 responder prototype.js:5662 {code} > Changing analysis-core's tab makes breadcrumbs bar move down > ------------------------------------------------------------ > > Key: JENKINS-13532 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 > Project: Jenkins > Issue Type: Bug > Components: analysis-core > Environment: Jenkins 1.460, Task Scanner 4.27 > Reporter: OHTAKE Tomohiro > Assignee: Ulli Hafner > Priority: Minor > Attachments: Untitled.png > > > See an attached image. If you change tabs, breadcrumbs bar moves down. > The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162998#comment-162998 ] Ulli Hafner commented on JENKINS-13532: --------------------------------------- Seems that Jenkins uses a new YUI version that is not compatible with the previous one (that is part of my plug-in). > Changing analysis-core's tab makes breadcrumbs bar move down > ------------------------------------------------------------ > > Key: JENKINS-13532 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13532 > Project: Jenkins > Issue Type: Bug > Components: analysis-core > Environment: Jenkins 1.460, Task Scanner 4.27 > Reporter: OHTAKE Tomohiro > Assignee: Ulli Hafner > Priority: Minor > Attachments: Untitled.png > > > See an attached image. If you change tabs, breadcrumbs bar moves down. > The cause is that changing tabs invokes Behaviour.apply(document) in main/resources/hudson/plugins/analysis/views/TabDetail/index.jelly(8). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
| Powered by Nabble | Edit this page |

Do you have some experience with YUI 3.5? I'm not sure how easy it will be to upgrade to the latest version. I had no luck when trying to upgrade to 3.0 quite some time ago... Seems that the bubbling library used to fill the tabs on selection have not been ported to 3.5.