| Rounding tab corner with Rico effects disables tab functionality ¶ | |
| Rollbar could be great if one can round rollbar corners just like tab can be rounded with png (in aqua skin...). OnPageLoad I do this: Does anyone have any suggestions how to round rollbar corners? | |
| Re: Rounding tab corner with Rico effects disables tab functiona ¶ | |
| I could REALLY use help with this too... It would be wonderful if someone who knows what the problem is (so I don't have to search for it) would quickly explain it. If such a person would be so kind, I could attempt to fix it myself... On the other hand, a patch or some example code which successfully integrates Rico (with Calendar in my case) would be even better ;) Thanks, | |
| last |
| Re[2]: Rounding tab corner with Rico effects disables tab functi ¶ | |
| If anyone is still looking for this fix, here is the solution: replace the _renderBorder function (in my installation, in ricoStyles.js file) with one which doesn't use innerHTML. This works for me: _renderBorder: function(el,bgColor) { while (el.firstChild) { borderContainer.appendChild(el.firstChild); }; All credit to Lokkju (http://www.lokkju.com/) for posting this on the OpenRico forums: | |
| last |














