Ticket #241 (closed enhancement: fixed)

Opened 4 months ago

Last modified 4 months ago

make SliderTip work with Ext 3.2

Reported by: tschaub Assigned to:
Priority: major Milestone: 0.7
Component: GeoExt.SliderTip Version: trunk
Keywords: Cc:
State: Commit

Description

At 3.2, the Ext slider got multiple thumbs. In addition, thumbs have a tracker. The slider tip needs some changes to make it work with both 3.2 and earlier sliders.

Attachments

241.patch (1.0 kB) - added by tschaub on 03/19/10 00:41:08.
slider tip that works with slider at Ext 3.2

Change History

03/19/10 00:41:08 changed by tschaub

  • attachment 241.patch added.

slider tip that works with slider at Ext 3.2

03/19/10 00:41:50 changed by tschaub

  • state changed from None to Review.

With this change, the zoom slider example works with Ext 3.2 and 2.2. Tests still pass. Thanks for any review.

03/19/10 08:41:32 changed by bartvde

Tim, why are you not using this.slider.thumbs[0].el instead of this.slider.thumbs[0].tracker.el?

03/19/10 08:59:09 changed by ahocevar

  • state changed from Review to Commit.

Bart: I guess that's because all the other events are also registered on the tracker.

Tim: great way to change this in a simple way - and it works in my application. Please commit.

03/19/10 16:11:40 changed by tschaub

  • status changed from new to closed.
  • resolution set to fixed.

(In [2014]) Making the SliderTip work with Ext 3.2. r=ahocevar closes #241