Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » eXtreme Feedback Panel stops working in 3.0.1
icon5.gif  eXtreme Feedback Panel stops working in 3.0.1 [message #1027931] Wed, 27 March 2013 16:06 Go to next message
Colin Jones is currently offline Colin JonesFriend
Messages: 11
Registered: March 2013
Location: Aberdeen, UK
Junior Member
Hi we had everything working OK in Hudson 3.0.0, but when we upgraded to 3.0.1, the eXtreme feedback panel ( wiki.hudson-ci.org/display/HUDSON/eXtreme+Feedback+Panel+Plugin ) stopped working properly - everything just showed as "grey".

We tried deleting the panel and recreating it but this didn't make any difference, so we have had to go back to hudson 3.0.0 for the time being (the feedback panel is one of our main team tools!).

Anyone any ideas on what may have caused this - is it something we can solve in hudson config, or will it need to wait for a plugin fix?
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1027955 is a reply to message #1027931] Wed, 27 March 2013 16:36 Go to previous messageGo to next message
Bob Foster is currently offline Bob FosterFriend
Messages: 85
Registered: January 2013
Member
For a wild guess, this might be related to the green/blue balls change in 3.0.1. I'll take a look.
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1027991 is a reply to message #1027955] Wed, 27 March 2013 17:33 Go to previous messageGo to next message
Duncan Mills is currently offline Duncan MillsFriend
Messages: 49
Registered: August 2011
Member

Or it could be the DOM changes I made as well Sad Let me know Bob

Duncan Mills
Eclipse Hudson team
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1028024 is a reply to message #1027991] Wed, 27 March 2013 18:35 Go to previous messageGo to next message
Bob Foster is currently offline Bob FosterFriend
Messages: 85
Registered: January 2013
Member
It was BLUE vs. GREEN. I released a newer version 1.1.5-h-1 with this fix. Please let me know if you have any problems.
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1028446 is a reply to message #1028024] Thu, 28 March 2013 09:06 Go to previous messageGo to next message
Colin Jones is currently offline Colin JonesFriend
Messages: 11
Registered: March 2013
Location: Aberdeen, UK
Junior Member
Will give this a try.
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1028449 is a reply to message #1028446] Thu, 28 March 2013 09:12 Go to previous messageGo to next message
Colin Jones is currently offline Colin JonesFriend
Messages: 11
Registered: March 2013
Location: Aberdeen, UK
Junior Member
Hmm - the new 1.1.5-h-1 plugin has a few quirks which mean we can't really use it either. The most serious one is the text "flicks", jumping slightly to the left each refresh (and immediately jumping back again) - obviously somthing to do with layout (we're using Firefox 19.0.2). Unfortunately having the whole page jump about every refresh of the screen is a bit distracting, so had to revert to 1.1

More minor, is it also seems to centre the text - which looks really messy on a page with lots of jobs - left align option would be good.

An it also seems to be putting in blue underlines lines possibly something to do with hyperlinks - on one screen they are actually quite wide (10-15 pixels)
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1028453 is a reply to message #1028449] Thu, 28 March 2013 09:17 Go to previous messageGo to next message
Colin Jones is currently offline Colin JonesFriend
Messages: 11
Registered: March 2013
Location: Aberdeen, UK
Junior Member
This shows (just!) the underlines:

http://s8.postimg.org/f9qmy7o3p/greenshot_2013_03_28_09_01_20.jpg
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1031315 is a reply to message #1028453] Mon, 01 April 2013 14:52 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Hi Colin, I'm back from the Eclipse Conference. I'll try to take a look at it and see what is going on

Winston Prakash
Eclipse Hudson team
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1043044 is a reply to message #1031315] Wed, 17 April 2013 07:41 Go to previous messageGo to next message
Colin Jones is currently offline Colin JonesFriend
Messages: 11
Registered: March 2013
Location: Aberdeen, UK
Junior Member
Hi Winston - did you manage to get anywhere with this one?
(If it's any help we use the two column "HD" layout, and have 9 jobs listed)
Cheers,
Colin.

[Updated on: Wed, 17 April 2013 07:43]

Report message to a moderator

Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1043572 is a reply to message #1043044] Wed, 17 April 2013 22:07 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Hi Collins, sorry I got busy with the Hudson book I'm writing and forgot about this. Will do now

Winston Prakash
Eclipse Hudson team
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1043630 is a reply to message #1043572] Thu, 18 April 2013 00:08 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Ok, Fixing the underline is easy fix. Add 'text-decoration: none' to the <a> element. The flickering is because there is a <img src="${rootURL}/plugin/xfpanel/${job.colorFade}">. The one you see in the left of the word "IWS" in your picture above to indicate status. This image is resized using JavaScript on refresh. So the flicker.

Can you try this https://dl.dropboxusercontent.com/u/13144273/xfpanel.hpi


Winston Prakash
Eclipse Hudson team
icon7.gif  Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1057829 is a reply to message #1043630] Thu, 09 May 2013 07:03 Go to previous messageGo to next message
Colin Jones is currently offline Colin JonesFriend
Messages: 11
Registered: March 2013
Location: Aberdeen, UK
Junior Member
Ooh yes - that's much better. Smile

Any chance of getting an option in there to "left-align" the text instead of centre... Very Happy
Re: eXtreme Feedback Panel stops working in 3.0.1 [message #1057843 is a reply to message #1057829] Thu, 09 May 2013 09:34 Go to previous message
Colin Jones is currently offline Colin JonesFriend
Messages: 11
Registered: March 2013
Location: Aberdeen, UK
Junior Member
Ooh - spoke too soon... It doesn't seem to be saving any configuration settings after the first time you set it up...

i.e. when you create the view, the settings are saved once, but when you go back in to /configure the settings you saved are not shown correctly, and do not seem to be saved properly after that.
Previous Topic:Is Hudson WAR wrong version?
Next Topic:Hudson (v1.395.1) - send e-mail on successful build only
Goto Forum:
  


Current Time: Thu Apr 25 04:50:36 GMT 2024

Powered by FUDForum. Page generated in 0.03976 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top