Unbelievable! My very humble Symfony plugin sfgWidgetsPlugin to add some javascript helpers for gWidgets is 9th on the symfony top list of plugins (by usage)! see the list. Hey guys, there must be a mistake
I simply hope it is useful and convenient for those who tried it…hopefully they use it in production
I know some people wrote to me about some bugs and I did not take the time yet to first fix those bugs and then reply to them…but I promise, by mid-Sept I should be back on track to work again and improve things. A few things on my todo list:
- fix bugs
- test on IE
- remove some dependencies (such as Base.js)
- improve some part to make the html more compliant
- add a one or two new widgets maybe (at least one accordeon I hope)
How about ical4wp as well?
The IE thing is a serious issue. Any fixes or working versions?
I found a fix for gTip, using version 0.5.0 (with Symfony plugin) for IE:
In the show function, the height needs some value-
$(gtip).setStyle({
width:xWidth+’px’,
height:((url.params.height)?url.params.height:(document.all?’0′:”))+’px’,
top:(eltpos[1]-5)+’px’,
left:left+’px’}).show();
Hope this helps someone else.
It seems that there is problem with using gTabs with IE. It says ‘Sorry, it seems there is a communication problem with our server, try later…’ when using of ajax-based tabs for IE. It works fine in both FF and Opera.
Hi guys,
I got your comments and I trying to answer it quickly now:
1. yes I will be back as well on ical4wp,
2. Thanks a lot for the fix for IE, I will integrate it mid-Sept when I’ll be back home and have some time to spend on it.
3. I will try all widgets under IE to make them work
Hi there !
I tried the fix written by ZL. #1 Thanks ZL for the code
#2 It works but there seems to be a problem with the css. THe lower part of the tooltip doesn’t appear on top of the text.
Anyway, since this bug seems to be a little old, as anyone found a permanent fix to this bug ?
Regards