Opened 13 years ago
Closed 9 years ago
#10114 closed defect (patchwelcome)
ThumbnailPicker is not scrolling with many thumbs.
Reported by: | andruhon | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dojox | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
When I scrolled ThumbnailPicker with many thumbs (~400), it is not scrolling on page which is not last.
I think that linked with magic number "4" in strings 483 and 487:
483 this._totalSize += (Number(realSize) + 4); 484 dojo.style(this.thumbsNode, this._sizeProperty, this._totalSize + "px"); 485 486 if(this.useLoadNotifier){ 487 dojo.style(loadingDiv, "width", (img.width - 4) + "px");
When I change this number to 2 - problem disappears.
Change History (3)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Keywords: | TumbnailPicker removed |
Owner: | changed from Adam Peller to Shane O'Sullivan |
Summary: | TumbnailPicker is not scrolling with many thumbs. → ThumbnailPicker is not scrolling with many thumbs. |
comment:2 Changed 13 years ago by
Milestone: | tbd → future |
---|
comment:3 Changed 9 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This component has been abandoned by the original developer. This component won't make the transition to Dojo 2.0, except as a separate community package. A patch is welcome, but without that, I am afraid we need to close the ticket.