about 13 years ago - No comments
With the public release of ColdFusion 10 Beta yesterday, I thought I’d play around a bit with some of the new capabilities. One of the features added in this release is the ability to group in query loops using <cfloop>. As expected, this is pretty straightforward, and has the same capabilities as the <cfoutput> corollary. Here’s…
about 14 years ago - 3 comments
Today I released a major revision to Gloss…it now supports IE9! One of the reasons I hadn’t provided support for IE9 was because of a bug in ExtJS’s TreePanel, which would not correctly attach events to tree nodes. However, I found a nice workaround (read hack) that resolved the issue, so now I’m pleased to…
about 14 years ago - No comments
Based on feedback from several users (thanks to Charlie and Tyler!), I’ve updated the search interface to Gloss a bit. It’s still a work in progress, but this newest fix has resolved the issue of lack of keyboard navigation to search results from the search field. Here’s what has changed: You can now tab out…