-
Notifications
You must be signed in to change notification settings - Fork 177
Wrong pointer //range #31
Comments
Confirmed on FF 24.0. You can reproduce this easily right on the demo page. Makes this module unusable in production. :/ I just noticed, that the module enables to swap sliders (low becomes high and vice versa), imho the problem lies in that part of algorithm. Also when you drag one slider over another with quick motion, the second one changes value deliberately (another bug). |
@smajl - to make this usable in production, I modified it to disallow the pointers from passing each other: |
@justin-edwards Great. Would be great to have this configurable via directive attribute. :) Also demo page should be updated then. Thanks for your effort. |
@smajl Good thought, I'll make a note to get around to that. Just so you know, that fork has some slightly hacky stuff being done to it so we can get stuff out the door. For instance, my coworker @abona just added in an event listener so you can broadcast an event to force it to run it's updatedom event. This is our 'just get it done' solution to the issue of the slider improperly positioning pointers if the slider is display:none when it's initialized. Anyway, like I said I'll make a note to tweak it and update the docs. |
Steps to reproduce.
Checked only in Chrome.Version 29.0.1547.76 m
The text was updated successfully, but these errors were encountered: