MezzoNZ / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

replace jquery cluetip by gritter #224

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Gritter [http://boedesign.com/2009/07/11/growl-for-jquery-gritter/] should
replace the cluetip plugin which sometimes gets in the way.  By requiring
an explicit click, it would be unlikely that it would appear unintentionally.

It could also be used to give feedback when preferences are changed.  Also
possibly added to each link to a Crunchy page to indicate that the page is
loading.

This should be included in 1.0 as it will lead to a better experience by
the users.

Original issue reported on code.google.com by andre.ro...@gmail.com on 18 Aug 2009 at 5:33

GoogleCodeExporter commented 8 years ago
Another option for replacing cluetip might be thickbox (esp. the ajax mode) 
http://jquery.com/demo/thickbox/

Original comment by andre.ro...@gmail.com on 18 Aug 2009 at 5:41

GoogleCodeExporter commented 8 years ago
Fixed in r1320 by changing the behaviour of cluetip to require a mouse click 
(rather
than simply hovering) to display the information.  

Gritter (or similar) can still be used in other places ...

Original comment by andre.ro...@gmail.com on 22 Aug 2009 at 2:24