Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
8680
Upgrade Pitfalls (EWM)
posted

I'm thinking of upgrading a large application from IG 2006.3 to 2007.3, and am wondering what pitfalls to expect.  We are heavy users of WebGrids, WebMenus, WebDateChoosers and WebCurrencyEditors.

( IMO, there ought to be a forum reserved for this.)

Parents
No Data
Reply
  • 19308
    posted

    We introduced Application Styling in 2007.1, which required a few breaking changes.  These are documented and in the release notes when you install 2007.3.  The biggest problem to be on the lookout for was a purely visual thing.  It was related to a fix that we made for one of the css styles on the grid.  We adjusted the order it was rendered, making it inherit properly from it's parent.  However, if your css classes were defined in a very particular way in the past, the styles might look odd upon upgrading.  Just know that if you do run into this, it's a really simple fix. (re-order your css classes in your stylesheet).

    -Tony 

Children