Issue Details (XML | Word | Printable)

Key: BAM-208
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Mark Chaimungkalanont [Atlassian]
Reporter: Riaz Khanmohamed
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Bamboo

Build table doesn't always refresh correctly

Created: 14/Sep/06 05:08 AM   Updated: 12/Oct/06 11:14 PM
Component/s: User Interface
Affects Version/s: 0.3
Fix Version/s: 0.6

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. refresh.jpg
(109 kB)
Environment: windows xp server

Participants: Mark Chaimungkalanont [Atlassian] and Riaz Khanmohamed
Since last comment: 2 years, 12 weeks, 5 days ago
Number of comments: 5
Labels:


 Description  « Hide
When viewing an individual build's screen, you generally see a grid with status, name, build count and operations. this screen regularly refreshes to update the status. However, when it refreshes, sometimes (more often than not, but not everytime) the grid won't refresh properly, so some of the edges don't show up.

Page is viewBuildSummary.action?buildKey=XXX



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mark Chaimungkalanont [Atlassian] added a comment - 14/Sep/06 06:24 AM
Riaz,

Is it possible for you to post a screenshot of this when it happends so we can take a look?

Also, are you using Internet Explorer?

I suspect this issue is probably browser specific since we've been testing here with FireFox in the main.

Cheers,

Mark C


Riaz Khanmohamed added a comment - 14/Sep/06 11:19 AM
ie? evil! no, i use firefox, no idea what it looks like in ie.

Actually ie looks fine. In fact, firefox seems to be fine if it 's the only thing you have open - once you move to another tab and then go back again it starts to lose it's edges. Maybe it's a cache thing. Have attached a pic anyway, but i'll dig around the ui code and see if i can help.


Mark Chaimungkalanont [Atlassian] added a comment - 25/Sep/06 08:42 PM
Riaz,

We've just seen this issue again here yesterday.

It seems that a refresh usually fixes the issue. My best guess is that it's FireFox not coping well with some of the CSS that we're using but I can't really put my finger on anything specific. I'll try to tune some of the styles for 0.5 and see if the problem disappears or not.

Cheers,

Mark C


Riaz Khanmohamed added a comment - 04/Oct/06 03:50 AM
If it's any help:

height: expression( '1%' ); is ie only I guess (global-static.css line 162/232)

font: 9px; think you want font-size (global-static.css line 538)

white-space: pre-wrap; firefox seems to not like this, not sure why (global-static.css line 728)

margin-top: -1; does this need a 'px'? firefox ignores this too (viewBuildSummary.action line 116)


Mark Chaimungkalanont [Atlassian] added a comment - 12/Oct/06 11:14 PM
Riaz,

I think the:

height: expression( '1%' )

are the most likely to cause issues.

We've also changed the layout pretty severely now. I'll close this issue against 0.6 (where there is no IE hacks). Let us know if this issue keeps on happening.

Cheers,

Mark C