-
Notifications
You must be signed in to change notification settings - Fork 336
Bug in $.uniform.restore(); #310
Comments
What version of Uniform? Do you have a sample page I can view? jsfiddle or a gist? Did you try the develop branch? |
I use version 2.0.0 Additional: |
If calling $('elements').uniform.restore() can mess with non-uniformed elements, then this is certainly a bug. I'll look into this. |
Waiting for your next release... |
2.1.1 has been released. It's up on the website and you can play with it in jsfiddle: http://jsfiddle.net/fidian/JNCFP/ It looks like $.uniform.restore() will not destory non-uniformed elements, but would you double check that for me? I did notice more problems and will open separate bugs for them today. Comments do not need to be /** unless they are docblock format. I don't see a comment starting on line 4 - the first several lines are one big comment explaining the plugin. It runs from line 1 to line 27. I believe the unordered list feature you're talking about is related to #186 (updating the select system to allow that to be themed). I don't have any plans to do that, but this is also not my project and anyone can contribute code to implement that feature. |
Thanks for informing. I get on error for comment, that's why I inform you. Even I don't know why it's show me an error. If I have any updation idea for this project, I'll surely do it. |
There is bug in $.uniform.restore() function. When I execute this function on perticular element, it also removes my HTML element(DOM).
I create one Ordered List and put input element in it.
After this is apply uniform on it.
At some point I want to destroy uniform on this element with $.uniform.restore(), but it removes the HTML elements created by uniform and also removes the whole Ordered List.
Please solve this bug.
The text was updated successfully, but these errors were encountered: