Slider: titles for increment and increment buttons not displaying (FF)
We have recently upgraded fron dojo1.1 to dojo 1.4
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.
slider.incrementButton.title = "Increment";
slider.decrementButton.title = "Decrement";
But it is not working in DOJO 1.4 (it was working in DOJO 1.1 though).
I am attaching a sample application with the ticket.
Change History (6)
Description: |
modified (diff)
|
Owner: |
set to Douglas Hays
|
severity: |
major →
minor
|
Summary: |
Titles for increment and increment buttons for Slider not displaying →
Slider: titles for increment and increment buttons not displaying (FF)
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
Thanks for attaching the test case.
Actually it's working fine except for FF, but unfortunately it's failing on FF even in FF 3.7 alpha. I confirm that it works in dojo 1.1 but not in dojo 1.3, yet I can't see what the difference is. The slider template doesn't seem to have changed; it's a <div> with tabIndex=-1 that the title is applied to.
Doug, any ideas? Looks like we probably want to file a bug against mozilla but we need to come up w/a standalone test case.