Re: RFC: Breadcrumb on steroid

2012-03-19 Thread Ross Simpson
On 20/03/2012, at 10:51 , Kohsuke Kawaguchi wrote: On 03/14/2012 05:43 PM, Ross Simpson wrote: Hi, I like the breadcrumb and think it's a good idea. I have, however, gotten several complaints from users (some of whom are UX people) about the drop-down menu appearance being distracting

Re: RFC: Breadcrumb on steroid

2012-03-19 Thread R. Tyler Croy
On Tue, 20 Mar 2012, Brian Smith wrote: I always prefer dropdowns to be onclick rather than hover. It stops them getting in the way if you accidentally mouse over them - and in this case they're dropping down over an area of the screen with lots of clickables and info in so I think that

Re: RFC: Breadcrumb on steroid

2012-03-16 Thread Erik Molekamp
Same error here, also using IE 8: hovering over the breadcrumb doesn't show the dropdown but instead results in below js error. Has this been posted as a bug already? Erik Op woensdag 14 maart 2012 13:25:49 UTC+1 schreef Andreas Sandberg het volgende: Hi! Really nice feature indeed.

Re: RFC: Breadcrumb on steroid

2012-03-14 Thread Andreas Sandberg
Hi! Really nice feature indeed. However I do get an JavaScript error using Internet Explorer 8, I should probably post this as a bug but I rumbled over this discussion and I've just wondering if anyone else has the same problem? The problem appears when hovering the mouse over the

Re: RFC: Breadcrumb on steroid

2012-03-14 Thread Andreas Sandberg
Hi! Really nice feature indeed. However I do get an JavaScript error using Internet Explorer 8, I should probably post this as a bug but I rumbled over this discussion and I've just wondering if anyone else has the same problem? The problem appears when hovering the mouse over the

Re: RFC: Breadcrumb on steroid

2012-03-14 Thread Ross Simpson
Hi, I like the breadcrumb and think it's a good idea. I have, however, gotten several complaints from users (some of whom are UX people) about the drop-down menu appearance being distracting and not always desirable. Was any thought given to being able to control this behavior, through a

Re: Navigation menu on links (was: Re: RFC: Breadcrumb on steroid)

2012-03-02 Thread Mirko Friedenhagen
Hello Kohsuke, looks really nice! One small issue: - when using the menu from the dashboard hovering over one job name, there is the option to return to the dashboard, which seems superfluous to me :-). Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/

Re: Navigation menu on links (was: Re: RFC: Breadcrumb on steroid)

2012-03-01 Thread Dean Yu
Very nice! -- Dean On 2/28/12 4:22 PM , Kohsuke Kawaguchi kkawagu...@cloudbees.com wrote: I've pushed this in https://github.com/jenkinsci/jenkins/tree/breadcrumb Most of the list view links now support navigation menus (it's just a matter of adding class='model-link' to the a tag),

Re: RFC: Breadcrumb on steroid

2012-02-28 Thread Kohsuke Kawaguchi
The implementation is done in such a way that there's no extra data loaded until you actually activate the menu (by hovering the mouse over), so I think we are OK with this regard. 2012/2/24 Mirko Friedenhagen mfriedenha...@gmail.com: My only concern would be to test this with bigger

Navigation menu on links (was: Re: RFC: Breadcrumb on steroid)

2012-02-28 Thread Kohsuke Kawaguchi
I've pushed this in https://github.com/jenkinsci/jenkins/tree/breadcrumb Most of the list view links now support navigation menus (it's just a matter of adding class='model-link' to the a tag), so you can get the sense of how this behaves. You need to hover the mouse on a tags and wait for

Re: RFC: Breadcrumb on steroid

2012-02-24 Thread Mirko Friedenhagen
My only concern would be to test this with bigger installations as well. When having 1000 jobs in one instance innocent looking 200 bytes of information per job may make a big difference :-D. Regards Mirko -- Sent from my phone http://illegalstateexception.blogspot.com

Re: RFC: Breadcrumb on steroid

2012-02-23 Thread Dean Yu
It would be great if the menu could be activated from any link to a model object, not just from the breadcrumb bar. For example, there have been many times I wished I could quickly jump to the configuration or console of a job from the upstream/downstream jobs section of a page. We could get rid

Re: RFC: Breadcrumb on steroid

2012-02-23 Thread Kohsuke Kawaguchi
Yes, this seems like something better left in a plugin, and as Jesse says, it already exists. 2012/2/22 Jesse Farinacci jie...@gmail.com: Greetings, On Mon, Feb 20, 2012 at 11:43 PM, Andrew Gray andrew.paul.g...@gmail.com wrote: Say I wanted to queue a build for all jobs in a view at once.

Re: RFC: Breadcrumb on steroid

2012-02-23 Thread Kohsuke Kawaguchi
Hmm, that's interesting. It is relatively easy to build this on top of what we have. Definitely worth experimenting. Any thoughts on this from others? 2012/2/24 Dean Yu d...@yahoo-inc.com: It would be great if the menu could be activated from any link to a model object, not just from the

Re: RFC: Breadcrumb on steroid

2012-02-22 Thread domi
wow - its not me starting this again :) here it is... https://github.com/imod/jenkins/commit/451d1dc6b5c868d5f0a46bf150f5ed9cefd36f36 /Domi On 22.02.2012, at 10:54, Andrew Gray wrote: Hi All, While we are speaking about Ui fixes, one thing I never understood is why we have not changed

Re: RFC: Breadcrumb on steroid

2012-02-20 Thread Andrew Gray
Another UI idea: Say I wanted to queue a build for all jobs in a view at once. Could we add a build all jobs in view button? Maybe at the bottom of the view dashboard page. What to people think? On 21 February 2012 14:15, Kohsuke Kawaguchi kkawagu...@cloudbees.comwrote: As per the