0

Request: Developer mode with no iframe

Would it be possible to eliminate the iframe container in the developer preview of an Open App?

Internet Explorer makes it quite difficult to inspect anything within iframes, so layout issues can be very perplexing. (I'm using the IE Developer Toolbar. Anyone know of anything better?)

by
5 Replies
  • I was going to talk about how we are putting the iframe in place as an alternate line of protection on top of caja, but to be honest I don't see any reason not to remove the iframe in dev mode only (live canvas is a definite no though) - the worst a person can do is trick themselves in to revealing their own password and being able to log in as themselves :)Internet Explorer makes it quite difficult to inspect anything within iframes, so layout issues can be very perplexing. (I'm using the IE Developer Toolbar. Anyone know of anything better?)
    0
  • This is really urgent. Our app looks like crap in IE, and it's impossible to determine why.

    On a related note, I've tried viewing my HTML+YML directly in IE, and my pages look much better that way than they do after YAP processing (in dev-preview mode). It appears that the YAP platform is not generating the same HTML DOM that IE would normally generate.
    0
  • I finally found an IE DOM inspector that works inside iframes. No live editing of the DOM, though, unfortunately.
    http://www.debugbar.com/

    Still, an iframe-free version of dev-preview mode would be a big help. Thanks!
    0
  • Thanks Jared - I was looking for a good DOM inspector for IE to use on the platform.

    - Jon

    QUOTE (Jared @ May 5 2009, 09:34 PM) <{POST_SNAPBACK}>
    I finally found an IE DOM inspector that works inside iframes. No live editing of the DOM, though, unfortunately.
    http://www.debugbar.com/

    Still, an iframe-free version of dev-preview mode would be a big help. Thanks!
    0
  • http://www.my-debugbar.com/wiki/CompanionJS/HomePage

    Combined with Companion.JS, you'll end up with a really great suite of tools on IE6/7. Works as well as firebug! I would be miserable without those plugins.
    0
  • Recent Posts

    in YAP