Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#2015 closed bug (Fixed)

Progress Bar display issue with extjs 3.4

Reported by: Calum Owned by: Damien Churchill
Priority: critical Milestone: 1.3.4
Component: Web UI Version: 1.3-stable
Keywords: Cc:

Description

The progress bar has a display issue when the column is sorted.

Not sure how far you got in debugging this one damoxc but I had a quick look myself and it seems to be that the wrong width is being supplied to the renderer. The value is smaller than the progress bar column width and it looked related to x-progress-text width.

Change History (3)

comment:1 by Calum, 13 years ago

So some further investigation has revealed that the width supplied to torrentProgressRenderer in p.style is actually the previous columns width.

However when looking through the js source code I noticed that the ext-extensions have not been updated to 3.4.0 so I think this could be the source of the issue.

comment:2 by Calum, 13 years ago

Resolution: fixed
Status: newclosed

damoxc when you updated to 3.4.0 the style was changed from 'this' to 'p' which resulted in this bug. fixed in 1.3-stable ea75828f

comment:3 by Calum, 13 years ago

Ah I see why you changed it, initially it all seemed fine until I reloaded webui. d1f788ebe

Note: See TracTickets for help on using tickets.