yeelliott / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

not compatible with new UI 1.8 widget structure #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use new UI 1.8, plugin will show jquery error

Check http://github.com/scottgonzalez/jquery-ui-1.8-widget-factory for 
upgrade path

Original issue reported on code.google.com by i...@knowledgeactivators.nl on 12 Apr 2010 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by hainea...@gmail.com on 12 Apr 2010 at 1:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Any status on this? Thanks!

Original comment by nathanbr...@gmail.com on 18 May 2010 at 11:53

GoogleCodeExporter commented 9 years ago
The following changes allowed me to get the plugin working:
line 15: change '_init' to '_create'
line 92: change '.ui.toaster.defaults' to '.ui.toaster.prototype.options'

This might be a slightly hacky fix, but seems like it will work fine until an 
official update is released.

Original comment by jyaganeh@gmail.com on 18 Jun 2010 at 12:07

GoogleCodeExporter commented 9 years ago
I'll try to fix it as soon as I can ..

Original comment by hainea...@gmail.com on 18 Jun 2010 at 12:45

GoogleCodeExporter commented 9 years ago
Maybe a dumb question but which file did you make the above fix for this? I 
have searched all the timepickr files and there are multiple _init and none of 
the files find .ui.toaster.defaults. I really need to get this working with UI 
1.8 since I use autocomplete and button in 1.8 and 1.7 doesn't have them.

Original comment by stephenx...@gmail.com on 27 Aug 2010 at 10:34

GoogleCodeExporter commented 9 years ago
Hi All! Love this plugin but needed it to work with jQuery 1.4.2 and jQuery UI 
1.8.4. Below is a link to a patch (generated using svn diff) that should get it 
working. I'll host entire project on github shortly.

http://gist.github.com/564355

Original comment by ngmalo...@gmail.com on 3 Sep 2010 at 6:53

Attachments: