Quantcast

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org

    [ 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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
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

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Ulli Hafner commented on Bug JENKINS-13532

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.

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: OHTAKE Tomohiro
Path:
pom.xml
src/main/resources/result/main.jelly
src/main/webapp/yui/tabview-min.js
src/main/webapp/yui/utilities.js
http://jenkins-ci.org/commit/analysis-core-plugin/c774855a76df22b27cc3b3af326828ae6057f635
Log:
[FIXED JENKINS-13532] Use YUI 2.9

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (13/Jun/12 10:33 AM)
Status: Reopened 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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

I'm terribly sorry to push a topic branch to jenkinsci repository.

Change By: OHTAKE Tomohiro (13/Jun/12 10:38 AM)
Resolution: Fixed
Status: Resolved Reopened
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Jenkins core uses YUI 2.9 since 1.433.
Updating core to 1.433 and updating YUI utilities.js in analysis-core works for me.
As 1.447.x LTS has been released, we could update core to 1.433.

I'll raise two pull requests.
Could you review them?

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Ulli Hafner commented on Bug JENKINS-13532

Thanks! Wouldn't it be sufficient to just upgrade YUI in analysis-core to 2.9 (without bumping up pom to 1.433)?

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

I have tested YUI 2.9 with Jenkins core 1.409
and found no problems.
There is no need to update core version.

Since tree-view.js is bundled with core,
using <l:yui> loads proper version of tree-view.js for Jenkins core.
Though utilities.js is not bundled with core,
it seems that utilities.js 2.9 is compatible with YUI 2.5.2.

I will close https://github.com/jenkinsci/analysis-pom-plugin/pull/1,
and will update https://github.com/jenkinsci/analysis-core-plugin/pull/7.

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: OHTAKE Tomohiro
Path:
src/main/resources/result/main.jelly
src/main/webapp/yui/tabview-min.js
src/main/webapp/yui/utilities.js
http://jenkins-ci.org/commit/analysis-core-plugin/181e2fc0a497c7bf4399346e0a4c4cc4cda1fa52
Log:
[FIXED JENKINS-13532] Use YUI 2.9

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Ulli Hafner
Path:
src/main/resources/result/main.jelly
src/main/webapp/yui/tabview-min.js
src/main/webapp/yui/utilities.js
http://jenkins-ci.org/commit/analysis-core-plugin/0a8c612801aefb73cb29980eb2e59d041eddfe4c
Log:
Merge pull request #7 from ohtake/yui29

[FIXED JENKINS-13532] Upgrade to YUI 2.9.

Compare: https://github.com/jenkinsci/analysis-core-plugin/compare/991752ce43d1...0a8c612801ae

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13532) Changing analysis-core's tab makes breadcrumbs bar move down

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (15/Jun/12 9:02 AM)
Status: Reopened 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
12
Loading...