Changes between Initial Version and Version 1 of Ticket #10622
- Timestamp:
- Jan 11, 2010, 2:30:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10622
- Property Owner set to Douglas Hays
-
Property
Severity
changed from
major
tominor
-
Property
Summary
changed from
Titles for increment and increment buttons for Slider not displaying
toSlider: titles for increment and increment buttons not displaying (FF)
-
Ticket #10622 – Description
initial v1 2 2 We have used the slider control in our own control with some custom title on slider increment and decrement buttons e.g. shown below so that it displays tooltip on mouseover. 3 3 4 {{{ 4 5 slider.incrementButton.title = "Increment"; 5 6 slider.decrementButton.title = "Decrement"; 7 }}} 6 8 7 9 But it is not working in DOJO 1.4 (it was working in DOJO 1.1 though).