Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2015 closed bug (Fixed)

Progress Bar display issue with extjs 3.4

Reported by: Cas Owned by: damoxc
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 Changed 12 years ago by Cas

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 Changed 12 years ago by Cas

  • Resolution set to fixed
  • Status changed from new to closed

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 Changed 12 years ago by Cas

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.