Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    doctype and IE SC hacks

    Hi,

    things like
    Code:
      if (isc.Browser.isIE) {
                template[18] = isStaticElement ? null : this._$negativeMargins;
    don't they affect (in a bad way) applications that set a DOCTYPE ?
    We're trying to support IE9 mode with setting DOCTYPE, and then get some strange behaviour.

    #2
    No, they don't. Let us know if you run across a specific thing you think is a bug.

    Comment

    Working...
    X